diff options
author | Wandang <Wandang@web.de> | 2018-02-20 16:28:54 +0100 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2018-02-20 22:28:54 +0700 |
commit | b9d1a79426cef2c0ff0c168a21998416cd9a57f8 (patch) | |
tree | 31108cd3bec095eb996d9fdba2f857691012ca00 /youtube_dl | |
parent | 09f934b009991b498fe8e39cbf6dd86649f920b3 (diff) |
[9gag] Update test
Diffstat (limited to 'youtube_dl')
-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', |