Module: IMDB::REGEXP::CONTENT

Defined in:
lib/imdb-html/regexp/content.rb

Constant Summary collapse

SEASON =
/season \K[0-9]+/i
EPISODE =
/episode \K[0-9]+/i
SxE =
/[Ss]?([0-9]+)[\.EeXx]([0-9]+)/