aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-20[cleanup] See descpukkandan
* Remove struct from `embedthumbnail` * Use bullet lists in readme where numbered list don't make sense * Fix error introduced in 9c2b75b5616f058c3970e54c664e9543f86b9f0c when `ie_result` is `None`
2021-05-20[embedthumbnail] Add `flac` support and refactor `mutagen` codepukkandan
https://github.com/ytdl-org/youtube-dl/pull/28894, https://github.com/ytdl-org/youtube-dl/pull/24310 Authored by: tripulse
2021-05-20[options] Alias `--write-comments`, `--no-write-comments`pukkandan
Closes: #264
2021-05-20[youtube] Add `html5=1` param to `get_video_info` page requests (#329)coletdjnz
Workaround for #319, https://github.com/ytdl-org/youtube-dl/issues/29086 Authored by: colethedj
2021-05-20[youtube] Better message when login requiredpukkandan
2021-05-20[audius:artist] Add extractor (#323)king-millez
Authored by: king-millez
2021-05-19[youtube] Sort audio-only formats correctlypukkandan
Closes #317
2021-05-19Field `additional_urls` to download additional videos from metadatapukkandan
2021-05-19[downloader] Fix `write_debug`pukkandan
2021-05-19[test] Fix `test_YoutubeDL.TestYoutubeDL`pukkandan
Test `test_ignoreerrors_for_playlist_with_url_transparent_iterable_entries` was broken due to `__original_infodict` being added to the dict
2021-05-19Ensure `post_extract` and `pre_process` only run oncepukkandan
Previously, they ran once for each format requested
2021-05-19[cleanup] linter, code formatting and readmepukkandan
2021-05-19[tenplay] Fix extractor (#314)king-millez
Authored by: king-millez
2021-05-18[youtube] Always extract `maxresdefault` thumbnailpukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29049
2021-05-18[youtube:tab] Support youtube music `MP` pagespukkandan
2021-05-18[youtube:tab] Redirect `UC` channels that doesn't have a `videos` tabpukkandan
Many topic URLs don't have a videos tab, but has an equivalent `UU` playlist. If there is no playlist, fallback to using channel page
2021-05-18[youtube:tab] Support youtube music `VL` and `browse` pagespukkandan
2021-05-18[youtube:tab] Support channel searchpukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29071
2021-05-18[cleanup] youtube testspukkandan
2021-05-18[youtube:tab] Show alerts only from the final webpagepukkandan
2021-05-18[test:download] Only extract enough videos for `playlist_mincount`pukkandan
2021-05-18Add `pl_thumbnail` outtmpl key for playlist thumbnailspukkandan
This should have been implemented in 681de68e9df67f07dde3fbbc6cb2e65a78b2bb16, but I forgot
2021-05-17[extractor] Add `write_debug` and `get_param`pukkandan
2021-05-17Write thumbnail of playlistpukkandan
Related: https://github.com/ytdl-org/youtube-dl/pull/28872, https://github.com/ytdl-org/youtube-dl/pull/28860 This is slightly different from the above PRs in that this downloads the playlist's thumbnail instead of the uploader's profile picture. But for youtube channel URLs these are the same
2021-05-17Fix bug in listing subtitlespukkandan
Bug introduced by: 2412044c90ef3d122eab0b195aaa0f5b2ab27394
2021-05-15[Youtube] Extract more formats for `music.youtube` URLs (#311)coletdjnz
Based on: https://github.com/ytdl-org/youtube-dl/pull/28778, https://github.com/ytdl-org/youtube-dl/pull/26160 Co-authored-by: craftingmod, colethedj, pukkandan
2021-05-15[youtube] Add language namespukkandan
Co-authored by: nixxo, tpikonen Based on: https://github.com/ytdl-org/youtube-dl/pull/26112 Closes: #310
2021-05-15Add field `name` for subtitlespukkandan
Co-authored by: pukkandan, tpikonen Based on: #310, https://github.com/ytdl-org/youtube-dl/pull/26112
2021-05-15[youtube] multiple subtitles in same languagepukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/21164 Related: #310, https://github.com/ytdl-org/youtube-dl/pull/26112
2021-05-15Fix `--check-formats` when there is network errorpukkandan
2021-05-14[compat] Fix py2pukkandan
2021-05-14[youtube] Extract audio languagepukkandan
2021-05-14Add option `--print`pukkandan
Deprecates: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url` Closes #295
2021-05-14[options] Refactor callbackspukkandan
2021-05-14Standardize `write_debug`pukkandan
2021-05-11[cleanup] Fix typospukkandan
2021-05-11[common] bugfix for when `compat_opts` is not givenpukkandan
2021-05-11[rmcdecouverte] Generalize `_VALID_URL`pukkandan
Closes #291
2021-05-11Add compat-option `no-attach-infojson`pukkandan
2021-05-11[version] update :ci skip allpukkandan
2021-05-11Release 2021.05.112021.05.11pukkandan
* and some documentation improvements
2021-05-11[generic] Respect the encoding in manifestpukkandan
2021-05-11Option `--compat-options` to revert some of yt-dlp's changespukkandan
* Deprecates `--list-formats-as-table`, `--list-formats-old`
2021-05-09Deprecate support for python versions < 3.6pukkandan
Closes #267
2021-05-09Remove `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, ↵pukkandan
`--literal`, `--id`
2021-05-09[Plugins] Prioritize plugins over standard extractorspukkandan
and prevent plugins from overwriting the standard extractor classes Closes #304
2021-05-09[fragment] Make sure first segment is not skippedpukkandan
2021-05-06Update to ytdl-commit-a726009pukkandan
[blinkx] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0
2021-05-06Fix `playlist_index` and add `playlist_autonumber` (#302)pukkandan
Now `playlist_index` is always the position of the video in the actual playlist and `playlist_autonumber` is the position of the item in the playlist queue
2021-05-06Add experimental option `--check-formats` to test the URLs before format ↵pukkandan
selection