aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 2021.02.09pukkandan2021-02-104-26/+47
|
* [embedsubtitle] Keep original subtitle after conversion if write_subtitles givenpukkandan2021-02-102-6/+14
| | | | | | Closes: https://github.com/pukkandan/yt-dlp/issues/57#issuecomment-775227745 :ci skip dl
* [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail ↵pukkandan2021-02-091-8/+9
| | | | | | | | given (Closes #67) Closes https://github.com/ytdl-org/youtube-dl/issues/27041 :ci skip dl
* Add fallback for thumbnailspukkandan2021-02-091-10/+9
| | | | | | | Workaround for: https://github.com/ytdl-org/youtube-dl/issues/28023 Related: https://github.com/ytdl-org/youtube-dl/pull/28031 Also fixes https://www.reddit.com/r/youtubedl/comments/lfslw1/youtubedlp_with_aria2c_for_dash_support_is/gmolt0r?context=3
* [youtube] Fix testspukkandan2021-02-091-3/+23
|
* [youtube] Simplified renderer parsingpukkandan2021-02-091-56/+35
|
* [youtube] Support gridPlaylistRenderer and gridVideoRenderer (Closes #65)pukkandan2021-02-091-11/+18
|
* [pyinst.py] Move back to root dir (Closes #63)pukkandan2021-02-094-10/+10
|
* #64 Implement self updatershirt-dev2021-02-094-63/+34
| | | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com>
* [postprocessor] Fix bug (Closes #62)pukkandan2021-02-091-4/+2
| | | | | | introduced by: 1bf540d28b9a53112532aefde12188db5b327891 :ci skip dl
* #55 Add aria2c support for DASH (mpd) and HLS (m3u8)shirt-dev2021-02-085-35/+179
| | | | Co-authored-by: Dan <2660574+shirtjs@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan@gmail.com>
* [youtube] Bugfix (Closes #60)pukkandan2021-02-081-1/+4
|
* [documentation] Crypto is an optional dependencypukkandan2021-02-086-8/+10
|
* [sponskrub] Don't raise error when the video does not existpukkandan2021-02-082-2/+5
| | | | | | Eg: `--convert-sub srt --no-download --sponskrub` gave error before :ci skip dl
* [remuxvideo] Fix validation of conditional remuxpukkandan2021-02-083-10/+16
|
* [youtube] Don't show warning for empty playlist description (Closes #54)pukkandan2021-02-072-2/+2
| | | | :ci skip dl
* [movefiles] Fix compatibility with python2pukkandan2021-02-073-7/+9
| | | | :ci skip dl
* [youtube_live_chat] Improve extractionpukkandan2021-02-071-1/+10
| | | | :ci skip dl
* [youtube] Fix comment extraction (Closes #53)pukkandan2021-02-051-5/+8
| | | | :ci skip dl
* [version] update (and linter)pukkandan2021-02-059-18/+18
|
* Release 2021.02.04pukkandan2021-02-057-24/+58
|
* Multiple output templates for different file typespukkandan2021-02-058-98/+136
| | | | | Syntax: -o common_template -o type:type_template Types supported: subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson
* [pyinst] Automatically detect python architecture and working directorypukkandan2021-02-042-18/+27
| | | | :ci skip all
* [linter] youtube.pypukkandan2021-02-041-18/+14
|
* [youtube] Update to ytdl-2021.02.04.1pukkandan2021-02-045-1482/+536
|
* [FormatSort] fix bug where `quality` had more priority than `hasvid`pukkandan2021-02-041-2/+2
|
* Update to ytdl-2021.02.04.1 except youtubepukkandan2021-02-0424-439/+668
|
* #45 Allow date/time formatting in output templatepukkandan2021-02-033-23/+63
| | | Closes #43
* [youtube_live_chat] Fix URLpukkandan2021-02-032-4/+7
| | | | | | Bug introduced by 82e3f6ebda56c84166494e157e0f856467ca5581 :ci skip dl
* [youtube] More metadata extraction for channels/playlistspukkandan2021-02-022-24/+53
|
* Strip out internal fields such as `_filename` from infojson (Closes #42)pukkandan2021-02-022-4/+6
| | | | :ci skip dl
* [FormatSort] Allow user to prefer av01 over vp9pukkandan2021-02-021-2/+2
| | | | The default is still vp9
* Fix "Default format spec" appearing in quiet modepukkandan2021-02-021-1/+1
|
* Fix issue with overwriting filespukkandan2021-02-022-2/+5
|
* [audius] Fix extractorpukkandan2021-02-013-7/+35
|
* [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`pukkandan2021-01-312-56/+57
| | | | :ci skip dl
* [postprocessor] Raise errors correctlypukkandan2021-01-301-8/+5
| | | | | | Previously, when a postprocessor reported error, the download was still considered a success. This causes issues especially with critical PPs like Merger, MoveFiles etc :ci skip dl
* fix typos :ci skip dlpukkandan2021-01-308-15/+17
|
* New option --no-write-playlist-metafiles to NOT write playlist metadata filespukkandan2021-01-303-44/+64
|
* [metadatafromtitle] Fix bug when extracting data from numeric fieldspukkandan2021-01-301-1/+6
| | | | :ci skip dl
* [version] updatepukkandan2021-01-292-2/+2
| | | | :ci skip dl
* Release 2021.01.29pukkandan2021-01-294-27/+70
|
* Refactor `update-version`, `pyinst.py` and related filespukkandan2021-01-2912-258/+108
| | | | | | | | | * Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files
* [Audius] Add extractor (Closes #40)pukkandan2021-01-292-0/+225
| | | | | | | | | Related: https://github.com/ytdl-org/youtube-dl/pull/27360 Related: https://github.com/ytdl-org/youtube-dl/issues/24216 Direct API URLs are not currently supported. See https://github.com/ytdl-org/youtube-dl/pull/27360#issuecomment-757123708 for details Co-authored by: qulas
* Populate "playlist_*" fields for setting playlist metadata filenamepukkandan2021-01-291-2/+11
| | | | Related: #36
* Linter and misc cleanuppukkandan2021-01-2911-89/+66
| | | | :ci skip dl
* [youtube] Extract playlist descriptionpukkandan2021-01-291-2/+9
|
* [anvato] Workaround for anvato_token_generator import failing (Closes #35)pukkandan2021-01-281-2/+10
| | | | :ci skip dl
* Partial solution for detecting existing files correctly even when extracting ↵pukkandan2021-01-281-1/+3
| | | | | | audio * Does not work when audio format is 'best'
* [embedthumbnail] Fix for missing output filename for ffmpeg call (Closes #38)pukkandan2021-01-282-2/+2
|