Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-09 | #64 Implement self updater | shirt-dev | |
Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com> | |||
2021-02-09 | [postprocessor] Fix bug (Closes #62) | pukkandan | |
introduced by: 1bf540d28b9a53112532aefde12188db5b327891 :ci skip dl | |||
2021-02-08 | #55 Add aria2c support for DASH (mpd) and HLS (m3u8) | shirt-dev | |
Co-authored-by: Dan <2660574+shirtjs@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan@gmail.com> | |||
2021-02-08 | [youtube] Bugfix (Closes #60) | pukkandan | |
2021-02-08 | [documentation] Crypto is an optional dependency | pukkandan | |
2021-02-08 | [sponskrub] Don't raise error when the video does not exist | pukkandan | |
Eg: `--convert-sub srt --no-download --sponskrub` gave error before :ci skip dl | |||
2021-02-08 | [remuxvideo] Fix validation of conditional remux | pukkandan | |
2021-02-07 | [youtube] Don't show warning for empty playlist description (Closes #54) | pukkandan | |
:ci skip dl | |||
2021-02-07 | [movefiles] Fix compatibility with python2 | pukkandan | |
:ci skip dl | |||
2021-02-07 | [youtube_live_chat] Improve extraction | pukkandan | |
:ci skip dl | |||
2021-02-05 | [youtube] Fix comment extraction (Closes #53) | pukkandan | |
:ci skip dl | |||
2021-02-05 | [version] update (and linter) | pukkandan | |
2021-02-05 | Release 2021.02.042021.02.04 | pukkandan | |
2021-02-05 | Multiple output templates for different file types | pukkandan | |
Syntax: -o common_template -o type:type_template Types supported: subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson | |||
2021-02-04 | [pyinst] Automatically detect python architecture and working directory | pukkandan | |
:ci skip all | |||
2021-02-04 | [linter] youtube.py | pukkandan | |
2021-02-04 | [youtube] Update to ytdl-2021.02.04.1 | pukkandan | |
2021-02-04 | [FormatSort] fix bug where `quality` had more priority than `hasvid` | pukkandan | |
2021-02-04 | Update to ytdl-2021.02.04.1 except youtube | pukkandan | |
2021-02-03 | #45 Allow date/time formatting in output template | pukkandan | |
Closes #43 | |||
2021-02-03 | [youtube_live_chat] Fix URL | pukkandan | |
Bug introduced by 82e3f6ebda56c84166494e157e0f856467ca5581 :ci skip dl | |||
2021-02-02 | [youtube] More metadata extraction for channels/playlists | pukkandan | |
2021-02-02 | Strip out internal fields such as `_filename` from infojson (Closes #42) | pukkandan | |
:ci skip dl | |||
2021-02-02 | [FormatSort] Allow user to prefer av01 over vp9 | pukkandan | |
The default is still vp9 | |||
2021-02-02 | Fix "Default format spec" appearing in quiet mode | pukkandan | |
2021-02-02 | Fix issue with overwriting files | pukkandan | |
2021-02-01 | [audius] Fix extractor | pukkandan | |
2021-01-31 | [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries` | pukkandan | |
:ci skip dl | |||
2021-01-30 | [postprocessor] Raise errors correctly | pukkandan | |
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 | |||
2021-01-30 | fix typos :ci skip dl | pukkandan | |
2021-01-30 | New option --no-write-playlist-metafiles to NOT write playlist metadata files | pukkandan | |
2021-01-30 | [metadatafromtitle] Fix bug when extracting data from numeric fields | pukkandan | |
:ci skip dl | |||
2021-01-29 | [version] update | pukkandan | |
:ci skip dl | |||
2021-01-29 | Release 2021.01.292021.01.29 | pukkandan | |
2021-01-29 | Refactor `update-version`, `pyinst.py` and related files | pukkandan | |
* 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 | |||
2021-01-29 | [Audius] Add extractor (Closes #40) | pukkandan | |
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 | |||
2021-01-29 | Populate "playlist_*" fields for setting playlist metadata filename | pukkandan | |
Related: #36 | |||
2021-01-29 | Linter and misc cleanup | pukkandan | |
:ci skip dl | |||
2021-01-29 | [youtube] Extract playlist description | pukkandan | |
2021-01-28 | [anvato] Workaround for anvato_token_generator import failing (Closes #35) | pukkandan | |
:ci skip dl | |||
2021-01-28 | Partial solution for detecting existing files correctly even when extracting ↵ | pukkandan | |
audio * Does not work when audio format is 'best' | |||
2021-01-28 | [embedthumbnail] Fix for missing output filename for ffmpeg call (Closes #38) | pukkandan | |
2021-01-28 | [Youtube] Improve comment API requests | Bepis | |
co-authored by bbepis | |||
2021-01-28 | Seperate import of lazy_extractors from that of normal extractors | pukkandan | |
This prevents "ModuleNotFoundError: No module named 'youtube_dl.extractor.lazy_extractors'" from appearing in the traceback Related: https://github.com/animelover1984/youtube-dl/issues/17#issuecomment-757945024 | |||
2021-01-28 | Detect existing files correctly even when there is remux/recode | pukkandan | |
:ci skip dl | |||
2021-01-28 | [ffmpeg] Document more formats that are supported for remux/recode | pukkandan | |
2021-01-28 | Write playlist description to file (Closes #36) | pukkandan | |
:ci skip dl | |||
2021-01-27 | #31 Features from animelover1984/youtube-dl | pukkandan | |
* Add `--get-comments` * [youtube] Extract comments * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE * [billibilli] Extract comments * [billibilli] Better video extraction * Write playlist data to infojson * [FFmpegMetadata] Embed infojson inside the video * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition` * [EmbedThumbnail] Treat mka like mkv and mov like mp4 * [EmbedThumbnail] Embed in ogg/opus * [VideoRemuxer] Conditionally remux video * [VideoRemuxer] Add `-movflags +faststart` when remuxing from mp4 * [ffmpeg] Print entire stderr in verbose when there is error * [EmbedSubtitle] Warn when embedding ass in mp4 * [avanto] Use NFLTokenGenerator if possible | |||
2021-01-27 | More badges | pukkandan | |
:ci skip all | |||
2021-01-26 | Deprecate avconv/avprobe | pukkandan | |
All current functionality is left untouched. But don't expect any new features to work with avconv :ci skip all |