aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/crackle.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/crackle.py')
-rw-r--r--youtube_dl/extractor/crackle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/crackle.py b/youtube_dl/extractor/crackle.py
index 377fb45..f919ed2 100644
--- a/youtube_dl/extractor/crackle.py
+++ b/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',