aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove `None` values from `info.json`pukkandan2021-05-291-10/+11
|
* [zee5] Fix m3u8 formats extensionpukkandan2021-05-291-1/+1
|
* Write messages to `stderr` when both `quiet` and `verbose`pukkandan2021-05-291-9/+5
|
* Pre-check archive and filters during playlist extractionpukkandan2021-05-291-2/+8
| | | | | This makes `--break-on-existing` much faster. It also helps `--break-on-reject` if the playlist extractor can extract the relevant fields
* Refactor `__process_playlist` using `LazyList`pukkandan2021-05-291-47/+31
|
* [utils] Add `__getitem__` for `PagedList`pukkandan2021-05-291-0/+9
|
* [utils] Add `LazyList`pukkandan2021-05-291-0/+50
|
* [cleanup] `_match_entry`pukkandan2021-05-292-11/+13
|
* [patreon] Support vimeo embeds (#349)rhsmachine2021-05-271-0/+31
| | | Authored by: rhsmachine
* [extractor] Always prefer native hls downloader by defaultpukkandan2021-05-265-454/+450
| | | | When the manifest is not downloadable by native downloader, it already is able to detect it and switch to `ffmpeg`. So there doesn't seem to be a reason anymore to use ffmpeg as the preferred downloader
* [update] Replace self without launching a subprocess in windowspukkandan2021-05-261-15/+21
| | | | | | | | | | | | | | | Closes: #335, https://github.com/ytdl-org/youtube-dl/issues/28488, https://github.com/ytdl-org/youtube-dl/issues/5810, https://github.com/ytdl-org/youtube-dl/issues/5994 In windows, a running executable cannot be replaced. So, the old updater worked by launching a batch script and then exiting, so that the batch script can replace the executable. However, this caused the above-mentioned issues. The new method takes advantage of the fact that while the executable cannot be replaced or deleted, it can still be renamed. The current update process on windows is as follows: 1. Delete `yt-dlp.exe.old` if it exists 2. Download the new version as `yt-dlp.exe.new` 3. Rename the running exe to `yt-dlp.exe.old` 4. Rename `yt-dlp.exe.new` to `yt-dlp.exe` 5. Open a shell that deletes `yt-dlp.exe.old` and terminate While we still use a subprocess, the actual update is already done before the app terminates and the batch script does not print anything to stdout/stderr. So this solves all the above issues
* [cleanup] Refactor updaterpukkandan2021-05-263-70/+75
| | | | | The updater now uses `.update.run_update` and not `.update.update_self`. Although I don't expect anyone to be using the updater via API, a wrapper `update_self` is provided for compatibility just in case
* Handle Basic Auth `user:pass` in URLsHubert Hirtz2021-05-242-1/+27
| | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/20258, https://github.com/ytdl-org/youtube-dl/issues/26211 Authored by: hhirtz, pukkandan
* [ard] Allow URLs without `-` before idOliver Freyermuth2021-05-232-2/+5
| | | | | | https://github.com/ytdl-org/youtube-dl/pull/29091 Authored by: olifre
* [extractor] Skip subtitles without URI in m3u8 manifestspukkandan2021-05-231-1/+7
| | | | | | Closes #339 Authored by: hheimbuerger
* [embedthumbnail] Embed in `mp4`/`m4a` using mutagenpukkandan2021-05-231-20/+50
| | | | | Code from: https://github.com/ytdl-org/youtube-dl/pull/23525 Co-authored by: tripulse , pukkandan
* [Sonyliv] Add subtitle support (#342)Ashish2021-05-231-1/+9
| | | Authored by: Ashish0804
* Sanitize and sort playlist thumbnailspukkandan2021-05-231-18/+24
| | | | Closes #341
* [ShemarooMe] Add extractor (#332)Ashish2021-05-232-0/+77
| | | | Closes #307 Co-authored-by: Ashish0804, pukkandan
* [ffmpeg] Download and merge in a single step if possiblepukkandan2021-05-234-40/+70
|
* [youtube] Fix bug where not all hls formats were extractedpukkandan2021-05-231-1/+1
| | | | Bug introduced in 9297939ec358f24678b566b2bd2211c51f9f99ed
* [SonyLIV] Add SonyLIVSeriesIE (#331)Ashish2021-05-222-2/+50
| | | Authored by: Ashish0804
* [telemundo] add extractor (#327)king-millez2021-05-222-0/+59
| | | | Closes #284 Authored by: king-millez
* [cleanup] Refactor ffmpeg convertorspukkandan2021-05-224-46/+64
|
* [videoconvertor] Generalize with remuxer and allow conditional recodingpukkandan2021-05-222-40/+34
|
* [ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)louie-github2021-05-215-16/+25
| | | | | | PNG, being a lossless format, should be a better default here compared to JPG since we won't be compressing to a lossy format and losing some of the original image data PNG is also supported for embedding in all the formats similar to JPEG Authored by: louie-github
* [youtube] `/live` URLs should raise error if channel is not livepukkandan2021-05-212-19/+27
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29090
* [version] updatepukkandan2021-05-207-13/+14
| | | | :ci skip all
* [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