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
[generic/youtube] Recognize youtube nocookie embeds (
Closes
#3713
)
totalwebcasting
Sergey M․
10 years ago
parent
2c5c1f48e9
commit
1bf5423e82
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/generic.py
+ 1
- 1
youtube_dl/extractor/generic.py
View File
@ -628,7 +628,7 @@ class GenericIE(InfoExtractor):
embedSWF
\
(
?
:
\
s
*
embedSWF
\
(
?
:
\
s
*
)
)
(
[
"
\'
])
(
[
"
\'
])
(
?
P
<
url
>
(
?
:
https
?
:
)
?
/
/
(
?
:
www
\
.
)
?
youtube
\
.
com
/
(
?
P
<
url
>
(
?
:
https
?
:
)
?
/
/
(
?
:
www
\
.
)
?
youtube
(
?
:
-
nocookie
)
?
\
.
com
/
(
?
:
embed
|
v
)
/
.
+
?
)
(
?
:
embed
|
v
)
/
.
+
?
)
\
1
'''
, webpage)
\
1
'''
, webpage)
if
matches
:
if
matches
:
Write
Preview
Loading…
Cancel
Save