aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-09#64 Implement self updatershirt-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 dependencypukkandan
2021-02-08[sponskrub] Don't raise error when the video does not existpukkandan
Eg: `--convert-sub srt --no-download --sponskrub` gave error before :ci skip dl
2021-02-08[remuxvideo] Fix validation of conditional remuxpukkandan
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 python2pukkandan
:ci skip dl
2021-02-07[youtube_live_chat] Improve extractionpukkandan
: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-05Release 2021.02.042021.02.04pukkandan
2021-02-05Multiple output templates for different file typespukkandan
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 directorypukkandan
:ci skip all
2021-02-04[linter] youtube.pypukkandan
2021-02-04[youtube] Update to ytdl-2021.02.04.1pukkandan
2021-02-04[FormatSort] fix bug where `quality` had more priority than `hasvid`pukkandan
2021-02-04Update to ytdl-2021.02.04.1 except youtubepukkandan
2021-02-03#45 Allow date/time formatting in output templatepukkandan
Closes #43
2021-02-03[youtube_live_chat] Fix URLpukkandan
Bug introduced by 82e3f6ebda56c84166494e157e0f856467ca5581 :ci skip dl
2021-02-02[youtube] More metadata extraction for channels/playlistspukkandan
2021-02-02Strip out internal fields such as `_filename` from infojson (Closes #42)pukkandan
:ci skip dl
2021-02-02[FormatSort] Allow user to prefer av01 over vp9pukkandan
The default is still vp9
2021-02-02Fix "Default format spec" appearing in quiet modepukkandan
2021-02-02Fix issue with overwriting filespukkandan
2021-02-01[audius] Fix extractorpukkandan
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 correctlypukkandan
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-30fix typos :ci skip dlpukkandan
2021-01-30New option --no-write-playlist-metafiles to NOT write playlist metadata filespukkandan
2021-01-30[metadatafromtitle] Fix bug when extracting data from numeric fieldspukkandan
:ci skip dl
2021-01-29[version] updatepukkandan
:ci skip dl
2021-01-29Release 2021.01.292021.01.29pukkandan
2021-01-29Refactor `update-version`, `pyinst.py` and related filespukkandan
* 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-29Populate "playlist_*" fields for setting playlist metadata filenamepukkandan
Related: #36
2021-01-29Linter and misc cleanuppukkandan
:ci skip dl
2021-01-29[youtube] Extract playlist descriptionpukkandan
2021-01-28[anvato] Workaround for anvato_token_generator import failing (Closes #35)pukkandan
:ci skip dl
2021-01-28Partial 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 requestsBepis
co-authored by bbepis
2021-01-28Seperate import of lazy_extractors from that of normal extractorspukkandan
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-28Detect existing files correctly even when there is remux/recodepukkandan
:ci skip dl
2021-01-28[ffmpeg] Document more formats that are supported for remux/recodepukkandan
2021-01-28Write playlist description to file (Closes #36)pukkandan
:ci skip dl
2021-01-27#31 Features from animelover1984/youtube-dlpukkandan
* 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-27More badgespukkandan
:ci skip all
2021-01-26Deprecate avconv/avprobepukkandan
All current functionality is left untouched. But don't expect any new features to work with avconv :ci skip all