You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/youtube_dl/downloader
Sergey M․ 86f4d14f81
Refactor fragments interface and dash segments downloader
- Eliminate segment_urls and initialization_url
+ Introduce manifest_url (manifest may contain unfragmented data in this case url will be used for direct media URL and manifest_url for manifest itself correspondingly)
* Rewrite dashsegments downloader to use fragments data
* Improve generic mpd extraction
8 years ago
..
__init__.py
common.py
dash.py Refactor fragments interface and dash segments downloader 8 years ago
external.py
f4m.py
fragment.py [downloader/dash:hls] Report exact fragment error on retry 8 years ago
hls.py [downloader/dash:hls] Report exact fragment error on retry 8 years ago
http.py
rtmp.py
rtsp.py