Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- extract f4m and dash formats
- improve format sorting and listing
- improve extraction of articles with `otherSettings.playlist`
|
|
|
|
|
|
|
|
Platform m3u8 manifests"
This reverts commit 0385aa6199206e4ba7745efec73be26c5826286a.
|
|
https://github.com/rg3/youtube-dl/commit/0385aa6199206e4ba7745efec73be26c5826286a#commitcomment-18233275
manifests with higher birate require more time to check formats
|
|
manifests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now all _extract_*_formats routines return a list
|
|
|
|
|
|
|
|
This is similar to the one in #7756, So also fixes #7756.
|
|
|
|
|
|
|
|
Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
|
|
|
|
|
|
|
|
|
|
|
|
|