1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-06 18:20:02 +00:00
youtube-dl/youtube_dl
John Hawkinson 02f4d4e44f Move JWPlayer JSON array handling to IQM2
Out of @yan12125's concern that the presumption that JWPlayer data as
an array representing multiple formats rather than a playlist might be
specific to IQM2, move this code from jwplatform.py to iqm2.py.

JWPlatformBase now reverts to throwing a TypeError if it gets an
array.

Now IQM2 redefines the _extract_jwplayer_data() method as well, but it
continues to leverage JWPlatformBase for _parse_jwplayer_data(), which
is the bulk of the work.
2016-10-10 10:55:42 -04:00
..
downloader
extractor Move JWPlayer JSON array handling to IQM2 2016-10-10 10:55:42 -04:00
postprocessor Unify coding cookie 2016-10-03 23:44:29 +07:00
__init__.py Unify coding cookie 2016-10-03 23:44:29 +07:00
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py Unify coding cookie 2016-10-03 23:44:29 +07:00
version.py release 2016.10.02 2016-10-02 15:58:00 +07:00
YoutubeDL.py Unify coding cookie 2016-10-03 23:44:29 +07:00