Sha256: 230b724392ebdb337a82eb6642d6b46f6b32292ef98825992fcb4997fbe5fa83
Contents?: true
Size: 273 Bytes
Versions: 3
Compression:
Stored size: 273 Bytes
Contents
module PopcorntimeSearch BASE_URL = 'https://tv-v2.api-fetch.website'.freeze SEASON_EPISODE_REGEXP = /s(?<season>\d{1,2})e(?<episode>\d{1,2})|(?<season>\d{1,2})x(?<episode>\d{1,2})/i TITLE_REGEXP = /(?<showname>['\w\s\.]+?)[\s\.-]*?(#{SEASON_EPISODE_REGEXP}|$)/i end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
popcorntime_search-1.1.0 | lib/popcorntime_search/helpers.rb |
popcorntime_search-1.0.0 | lib/popcorntime_search/helpers.rb |
popcorntime_search-0.1.0 | lib/popcorntime_search/helpers.rb |