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
[rtlnow] Skip test on travis
rtmp_test
Philipp Hagemeister
11 years ago
parent
9e0f897f6b
commit
9f1f6d2437
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube_dl/extractor/rtlnow.py
+ 2
- 0
youtube_dl/extractor/rtlnow.py
View File
@ -86,8 +86,10 @@ class RTLnowIE(InfoExtractor):
u
'
params
'
:
{
u
'
skip_download
'
:
True
,
}
,
u
'
skip
'
:
u
'
Only works from Germany
'
,
}
]
def
_real_extract
(
self
,
url
)
:
mobj
=
re
.
match
(
self
.
_VALID_URL
,
url
)
Write
Preview
Loading…
Cancel
Save