Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [youtube_live_chat] Improve extraction | pukkandan | 2021-02-07 | 1 | -1/+10 |
| | | | | :ci skip dl | ||||
* | [youtube] Fix comment extraction (Closes #53) | pukkandan | 2021-02-05 | 1 | -5/+8 |
| | | | | :ci skip dl | ||||
* | [version] update (and linter) | pukkandan | 2021-02-05 | 9 | -18/+18 |
| | |||||
* | Release 2021.02.04 | pukkandan | 2021-02-05 | 7 | -24/+58 |
| | |||||
* | Multiple output templates for different file types | pukkandan | 2021-02-05 | 8 | -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 directory | pukkandan | 2021-02-04 | 2 | -18/+27 |
| | | | | :ci skip all | ||||
* | [linter] youtube.py | pukkandan | 2021-02-04 | 1 | -18/+14 |
| | |||||
* | [youtube] Update to ytdl-2021.02.04.1 | pukkandan | 2021-02-04 | 5 | -1482/+536 |
| | |||||
* | [FormatSort] fix bug where `quality` had more priority than `hasvid` | pukkandan | 2021-02-04 | 1 | -2/+2 |
| | |||||
* | Update to ytdl-2021.02.04.1 except youtube | pukkandan | 2021-02-04 | 24 | -439/+668 |
| | |||||
* | #45 Allow date/time formatting in output template | pukkandan | 2021-02-03 | 3 | -23/+63 |
| | | | Closes #43 | ||||
* | [youtube_live_chat] Fix URL | pukkandan | 2021-02-03 | 2 | -4/+7 |
| | | | | | | Bug introduced by 82e3f6ebda56c84166494e157e0f856467ca5581 :ci skip dl | ||||
* | [youtube] More metadata extraction for channels/playlists | pukkandan | 2021-02-02 | 2 | -24/+53 |
| | |||||
* | Strip out internal fields such as `_filename` from infojson (Closes #42) | pukkandan | 2021-02-02 | 2 | -4/+6 |
| | | | | :ci skip dl | ||||
* | [FormatSort] Allow user to prefer av01 over vp9 | pukkandan | 2021-02-02 | 1 | -2/+2 |
| | | | | The default is still vp9 | ||||
* | Fix "Default format spec" appearing in quiet mode | pukkandan | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | Fix issue with overwriting files | pukkandan | 2021-02-02 | 2 | -2/+5 |
| | |||||
* | [audius] Fix extractor | pukkandan | 2021-02-01 | 3 | -7/+35 |
| | |||||
* | [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries` | pukkandan | 2021-01-31 | 2 | -56/+57 |
| | | | | :ci skip dl | ||||
* | [postprocessor] Raise errors correctly | pukkandan | 2021-01-30 | 1 | -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 dl | pukkandan | 2021-01-30 | 8 | -15/+17 |
| | |||||
* | New option --no-write-playlist-metafiles to NOT write playlist metadata files | pukkandan | 2021-01-30 | 3 | -44/+64 |
| | |||||
* | [metadatafromtitle] Fix bug when extracting data from numeric fields | pukkandan | 2021-01-30 | 1 | -1/+6 |
| | | | | :ci skip dl | ||||
* | [version] update | pukkandan | 2021-01-29 | 2 | -2/+2 |
| | | | | :ci skip dl | ||||
* | Release 2021.01.29 | pukkandan | 2021-01-29 | 4 | -27/+70 |
| | |||||
* | Refactor `update-version`, `pyinst.py` and related files | pukkandan | 2021-01-29 | 12 | -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) | pukkandan | 2021-01-29 | 2 | -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 filename | pukkandan | 2021-01-29 | 1 | -2/+11 |
| | | | | Related: #36 | ||||
* | Linter and misc cleanup | pukkandan | 2021-01-29 | 11 | -89/+66 |
| | | | | :ci skip dl | ||||
* | [youtube] Extract playlist description | pukkandan | 2021-01-29 | 1 | -2/+9 |
| | |||||
* | [anvato] Workaround for anvato_token_generator import failing (Closes #35) | pukkandan | 2021-01-28 | 1 | -2/+10 |
| | | | | :ci skip dl | ||||
* | Partial solution for detecting existing files correctly even when extracting ↵ | pukkandan | 2021-01-28 | 1 | -1/+3 |
| | | | | | | audio * Does not work when audio format is 'best' | ||||
* | [embedthumbnail] Fix for missing output filename for ffmpeg call (Closes #38) | pukkandan | 2021-01-28 | 2 | -2/+2 |
| | |||||
* | [Youtube] Improve comment API requests | Bepis | 2021-01-28 | 1 | -27/+23 |
| | | | | co-authored by bbepis | ||||
* | Seperate import of lazy_extractors from that of normal extractors | pukkandan | 2021-01-28 | 1 | -1/+2 |
| | | | | | | 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 | ||||
* | Detect existing files correctly even when there is remux/recode | pukkandan | 2021-01-28 | 2 | -17/+32 |
| | | | | :ci skip dl | ||||
* | [ffmpeg] Document more formats that are supported for remux/recode | pukkandan | 2021-01-28 | 3 | -8/+17 |
| | |||||
* | Write playlist description to file (Closes #36) | pukkandan | 2021-01-28 | 1 | -0/+24 |
| | | | | :ci skip dl | ||||
* | #31 Features from animelover1984/youtube-dl | pukkandan | 2021-01-27 | 12 | -72/+587 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | More badges | pukkandan | 2021-01-27 | 2 | -19/+19 |
| | | | | :ci skip all | ||||
* | Deprecate avconv/avprobe | pukkandan | 2021-01-26 | 5 | -40/+32 |
| | | | | | | All current functionality is left untouched. But don't expect any new features to work with avconv :ci skip all | ||||
* | Add option `--parse-metadata` | pukkandan | 2021-01-26 | 8 | -110/+162 |
| | | | | | | | * The fields extracted by this can be used in `--output` * Deprecated `--metadata-from-title` :ci skip dl | ||||
* | [movefiles] Don't give "cant find" warning when move is unnecessary | pukkandan | 2021-01-26 | 1 | -3/+3 |
| | |||||
* | [postprocessor] fix write_debug when no _downloader | pukkandan | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | Fix some fields not sorting correctly | pukkandan | 2021-01-25 | 1 | -6/+6 |
| | | | | bug introduced by: 63be1aab2f6b6a99f289663ffd935e311aff5556 | ||||
* | Report error message from youtube as error (Closes #33) | pukkandan | 2021-01-25 | 1 | -1/+9 |
| | | | | :ci skip dl | ||||
* | Changed revision number to use '.' instead of '-' | pukkandan | 2021-01-25 | 1 | -25/+8 |
| | | | | | | and refactor it :ci skip dl | ||||
* | Fix wrong user config (Closes #32) | pukkandan | 2021-01-25 | 1 | -12/+8 |
| | | | | :ci skip dl | ||||
* | [version] update | pukkandan | 2021-01-24 | 7 | -14/+14 |
| | | | | :ci skip dl | ||||
* | Release 2021.01.24 | pukkandan | 2021-01-24 | 6 | -262/+54 |
| |