aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [build] Fix `pefile` version for x86shirt2021-05-201-1/+1
| | | | Authored by: shirt-dev
* Release 2021.05.20pukkandan2021-05-204-8/+53
|
* Update to ytdl-commit-dfbbe29pukkandan2021-05-2010-44/+145
| | | | | [redbulltv] fix embed data extraction https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b
* [parlview] Add extractor (#322)king-millez2021-05-203-0/+70
| | | Authored by: king-millez
* [cleanup] See descpukkandan2021-05-203-21/+20
| | | | | | * 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`
* [embedthumbnail] Add `flac` support and refactor `mutagen` codepukkandan2021-05-201-24/+42
| | | | | https://github.com/ytdl-org/youtube-dl/pull/28894, https://github.com/ytdl-org/youtube-dl/pull/24310 Authored by: tripulse
* [options] Alias `--write-comments`, `--no-write-comments`pukkandan2021-05-202-7/+14
| | | | Closes: #264
* [youtube] Add `html5=1` param to `get_video_info` page requests (#329)coletdjnz2021-05-201-1/+3
| | | | | Workaround for #319, https://github.com/ytdl-org/youtube-dl/issues/29086 Authored by: colethedj
* [youtube] Better message when login requiredpukkandan2021-05-202-10/+24
|
* [audius:artist] Add extractor (#323)king-millez2021-05-202-1/+30
| | | | Authored by: king-millez
* [youtube] Sort audio-only formats correctlypukkandan2021-05-191-4/+6
| | | | Closes #317
* Field `additional_urls` to download additional videos from metadatapukkandan2021-05-192-2/+19
|
* [downloader] Fix `write_debug`pukkandan2021-05-191-0/+3
|
* [test] Fix `test_YoutubeDL.TestYoutubeDL`pukkandan2021-05-191-0/+1
| | | | Test `test_ignoreerrors_for_playlist_with_url_transparent_iterable_entries` was broken due to `__original_infodict` being added to the dict
* Ensure `post_extract` and `pre_process` only run oncepukkandan2021-05-191-3/+12
| | | | Previously, they ran once for each format requested
* [cleanup] linter, code formatting and readmepukkandan2021-05-196-23/+21
|
* [tenplay] Fix extractor (#314)king-millez2021-05-191-34/+53
| | | Authored by: king-millez
* [youtube] Always extract `maxresdefault` thumbnailpukkandan2021-05-182-8/+17
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29049
* [youtube:tab] Support youtube music `MP` pagespukkandan2021-05-181-0/+15
|
* [youtube:tab] Redirect `UC` channels that doesn't have a `videos` tabpukkandan2021-05-181-0/+53
| | | | | 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
* [youtube:tab] Support youtube music `VL` and `browse` pagespukkandan2021-05-181-14/+50
|
* [youtube:tab] Support channel searchpukkandan2021-05-181-2/+15
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29071
* [cleanup] youtube testspukkandan2021-05-182-64/+60
|
* [youtube:tab] Show alerts only from the final webpagepukkandan2021-05-181-20/+25
|
* [test:download] Only extract enough videos for `playlist_mincount`pukkandan2021-05-182-1/+1
|
* Add `pl_thumbnail` outtmpl key for playlist thumbnailspukkandan2021-05-182-1/+2
| | | | This should have been implemented in 681de68e9df67f07dde3fbbc6cb2e65a78b2bb16, but I forgot
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-1752-127/+130
|
* Write thumbnail of playlistpukkandan2021-05-171-0/+3
| | | | | 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
* Fix bug in listing subtitlespukkandan2021-05-171-2/+2
| | | | Bug introduced by: 2412044c90ef3d122eab0b195aaa0f5b2ab27394
* [Youtube] Extract more formats for `music.youtube` URLs (#311)coletdjnz2021-05-151-49/+112
| | | | | 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
* [youtube] Add language namespukkandan2021-05-151-2/+6
| | | | | | Co-authored by: nixxo, tpikonen Based on: https://github.com/ytdl-org/youtube-dl/pull/26112 Closes: #310
* Add field `name` for subtitlespukkandan2021-05-153-6/+18
| | | | | | Co-authored by: pukkandan, tpikonen Based on: #310, https://github.com/ytdl-org/youtube-dl/pull/26112
* [youtube] multiple subtitles in same languagepukkandan2021-05-151-3/+9
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/21164 Related: #310, https://github.com/ytdl-org/youtube-dl/pull/26112
* Fix `--check-formats` when there is network errorpukkandan2021-05-151-4/+8
|
* [compat] Fix py2pukkandan2021-05-142-3/+3
|
* [youtube] Extract audio languagepukkandan2021-05-141-1/+7
|
* Add option `--print`pukkandan2021-05-144-38/+66
| | | | | Deprecates: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url` Closes #295
* [options] Refactor callbackspukkandan2021-05-142-14/+17
|
* Standardize `write_debug`pukkandan2021-05-145-34/+34
|
* [cleanup] Fix typospukkandan2021-05-113-3/+2
|
* [common] bugfix for when `compat_opts` is not givenpukkandan2021-05-111-1/+1
|
* [rmcdecouverte] Generalize `_VALID_URL`pukkandan2021-05-111-2/+9
| | | | Closes #291
* Add compat-option `no-attach-infojson`pukkandan2021-05-114-3/+5
|
* [version] update :ci skip allpukkandan2021-05-117-16/+16
|
* Release 2021.05.11pukkandan2021-05-115-11/+81
| | | | * and some documentation improvements
* [generic] Respect the encoding in manifestpukkandan2021-05-111-1/+4
|
* Option `--compat-options` to revert some of yt-dlp's changespukkandan2021-05-116-24/+145
| | | | * Deprecates `--list-formats-as-table`, `--list-formats-old`
* Deprecate support for python versions < 3.6pukkandan2021-05-092-6/+13
| | | | Closes #267
* Remove `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, ↵pukkandan2021-05-093-25/+11
| | | | `--literal`, `--id`
* [Plugins] Prioritize plugins over standard extractorspukkandan2021-05-092-5/+7
| | | | | | and prevent plugins from overwriting the standard extractor classes Closes #304