1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-02-24 07:10:30 +00:00
yt-dlc/youtube_dlc
Luc Ritchie 9833e7a015 fix: youtube: Polymer UI and JSON endpoints for playlists
We already had a few copies of Polymer-style pagination handling logic
for certain circumstances, but now we're forced into using it for all
playlists since we can no longer disable Polymer. Refactor the logic to
move it to the parent class for all entry lists (including e.g. search
results, feeds, and list of playlists), and generify a bit to cover the
child classes' use cases.
2020-11-10 03:38:26 -05:00
..
downloader
extractor fix: youtube: Polymer UI and JSON endpoints for playlists 2020-11-10 03:38:26 -05:00
postprocessor Don't try to embed/convert json subtitles generated by youtube livechat 2020-11-05 01:47:52 +05:30
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py
version.py
YoutubeDL.py