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
[common] skip Apple FairPlay m3u8 manifests(
closes
#14741
)
master-ytdl-org
Remita Amine
7 years ago
parent
a2b6aba8de
commit
ea2295842f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
youtube_dl/extractor/common.py
+ 3
- 0
youtube_dl/extractor/common.py
View File
@ -1356,6 +1356,9 @@ class InfoExtractor(object):
if
'
#EXT-X-FAXS-CM:
'
in
m3u8_doc
:
# Adobe Flash Access
return
[
]
if
re
.
search
(
r
'
#EXT-X-SESSION-KEY:.*?URI=
"
skd://
'
,
m3u8_doc
)
:
# Apple FairPlay
return
[
]
formats
=
[
]
format_url
=
lambda
u
:
(
Write
Preview
Loading…
Cancel
Save