Skip to content

Commit

Permalink
[hotstar] Bypass geo restriction (closes #14672)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Nov 5, 2017
1 parent 181e381 commit 6e71bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/hotstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

class HotStarIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?hotstar\.com/(?:.+?[/-])?(?P<id>\d{10})'
_GEO_COUNTRIES = ['IN']
_TESTS = [{
'url': 'http://www.hotstar.com/on-air-with-aib--english-1000076273',
'info_dict': {
Expand Down

0 comments on commit 6e71bbf

Please sign in to comment.