diff options
Diffstat (limited to 'youtube_dl/extractor/ninegag.py')
| -rw-r--r-- | youtube_dl/extractor/ninegag.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/ninegag.py b/youtube_dl/extractor/ninegag.py index a06d38afd..dc6a27d36 100644 --- a/youtube_dl/extractor/ninegag.py +++ b/youtube_dl/extractor/ninegag.py @@ -13,7 +13,7 @@ class NineGagIE(InfoExtractor):      _TESTS = [{          'url': 'http://9gag.com/tv/p/Kk2X5/people-are-awesome-2013-is-absolutely-awesome',          'info_dict': { -            'id': 'Kk2X5', +            'id': 'kXzwOKyGlSA',              'ext': 'mp4',              'description': 'This 3-minute video will make you smile and then make you feel untalented and insignificant. Anyway, you should share this awesomeness. (Thanks, Dino!)',              'title': '\"People Are Awesome 2013\" Is Absolutely Awesome', | 
