1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-13 23:02:51 +08:00
youtube-dl/youtube_dl
Roland Hieber 2437a7ae4e [wdr] add support for wdrmaus.de content pages as playlists
The content pages directly contain multiple video players without
linking to a separate page for each video, like the Mediathek pages do.
Therefore, we cannot delegate loading the info_dict from a "video URL"
(because it does not exist), but instead we have to grab each video
separately from their video player <divs> and load the info_dict from
the respective JSONP.

On the other hand, Mediathek pages only contain links to the separate
video pages, and no JSONP URL, so we still need to support the old way
of loading each video page separately when playing the playlist.
2017-05-21 16:51:19 +02:00
..
downloader [downloader/fragment] PEP 8 2017-04-30 22:04:01 +07:00
extractor [wdr] add support for wdrmaus.de content pages as playlists 2017-05-21 16:51:19 +02:00
postprocessor [postprocessor/metadatafromtitle] Add support regex syntax for --metadata-from-title (closes #13065) 2017-05-14 00:03:15 +07:00
__init__.py Introduce --keep-fragments 2017-04-24 03:09:08 +07:00
__main__.py [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
aes.py [aes] Add aes_cbc_encrypt 2017-02-28 22:10:31 +08:00
cache.py Use expand_path where appropriate (closes #12556) 2017-03-26 02:31:16 +07:00
compat.py improve coding style 2017-04-12 20:38:43 +01:00
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 2017-05-18 22:57:38 +07:00
options.py [options] PEP 8 2017-05-14 07:33:24 +07:00
socks.py [socks] Report errors elegantly when credentails are required but missing 2017-04-22 21:48:41 +08:00
swfinterp.py Update coding style after pycodestyle 2.1.0 2016-11-17 19:45:42 +08:00
update.py [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718) 2016-05-22 10:06:45 +06:00
utils.py [utils] Recognize more audio codecs (#13081) 2017-05-14 12:33:33 +07:00
version.py release 2017.05.18.1 2017-05-18 23:00:03 +07:00
YoutubeDL.py [YoutubeDL] Force restrict filenames when no locale is set for python 2 as well (#13027) 2017-05-09 01:14:02 +07:00