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
[youtube] Fix DRM videos detection (refs
#24736
)
master
Sergey M․
5 years ago
parent
2f19835726
commit
00eb865b3c
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/youtube.py
+ 1
- 1
youtube_dl/extractor/youtube.py
View File
@ -1930,7 +1930,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
}
for
fmt
in
streaming_formats
:
if
fmt
.
get
(
'
drm_families
'
)
:
if
fmt
.
get
(
'
drm
Families
'
)
or
fmt
.
get
(
'
drm
_families
'
)
:
continue
url
=
url_or_none
(
fmt
.
get
(
'
url
'
)
)
Write
Preview
Loading…
Cancel
Save