This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[ninegag] Modernize and remove unused import
totalwebcasting
Philipp Hagemeister
11 years ago
parent
f24e9833dc
commit
d2983ccb25
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
youtube_dl/extractor/ninegag.py
+ 2
- 2
youtube_dl/extractor/ninegag.py
View File
@ -1,6 +1,5 @@
from
__future__
import
unicode_literals
import
json
import
re
from
.common
import
InfoExtractor
@ -12,8 +11,9 @@ class NineGagIE(InfoExtractor):
_TEST
=
{
"
url
"
:
"
http://9gag.tv/v/1912
"
,
"
file
"
:
"
1912.mp4
"
,
"
info_dict
"
:
{
"
id
"
:
"
1912
"
,
"
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
"
,
"
view_count
"
:
int
,
Write
Preview
Loading…
Cancel
Save