Browse Source

[crackle] use geo bypass mechanism

Remita Amine 8 years ago
parent
commit
abd29a2ced
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/crackle.py

+ 1 - 0
youtube_dl/extractor/crackle.py

@@ -6,6 +6,7 @@ from ..utils import int_or_none
 
 
 class CrackleIE(InfoExtractor):
+    _GEO_COUNTRIES = ['US']
     _VALID_URL = r'(?:crackle:|https?://(?:(?:www|m)\.)?crackle\.com/(?:playlist/\d+/|(?:[^/]+/)+))(?P<id>\d+)'
     _TEST = {
         'url': 'http://www.crackle.com/comedians-in-cars-getting-coffee/2498934',