Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
dfc9d9f5
Commit
dfc9d9f5
authored
Jan 05, 2015
by
Jaime Marquínez Ferrándiz
Browse files
Merge pull request #4639 from bartkappenburg/patch-1
Update rtlnl.py
parents
75311a7e
bdf80aa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
youtube_dl/extractor/rtlnl.py
youtube_dl/extractor/rtlnl.py
+1
-1
No files found.
youtube_dl/extractor/rtlnl.py
View file @
dfc9d9f5
...
...
@@ -8,7 +8,7 @@ from ..utils import parse_duration
class
RtlXlIE
(
InfoExtractor
):
IE_NAME
=
'rtlxl.nl'
_VALID_URL
=
r
'https?://www\.rtlxl\.nl/#!/[^/]+/(?P<uuid>[^/?]+)'
_VALID_URL
=
r
'https?://
(
www\.
)?
rtlxl\.nl/#!/[^/]+/(?P<uuid>[^/?]+)'
_TEST
=
{
'url'
:
'http://www.rtlxl.nl/#!/rtl-nieuws-132237/6e4203a6-0a5e-3596-8424-c599a59e0677'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment