Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [rumble] Add support for video page (Closes #80) | pukkandan | 2021-02-15 | 2 | -0/+18 | |
| | ||||||
* | Improve build/updater | pukkandan | 2021-02-15 | 6 | -29/+52 | |
| | | | | | | | | | * Fix `get_executable_path` in UNIX * Update `x86.exe` correctly * Exit immediately in windows once the update process starts so that the file handle is released correctly * Show `exe`/`zip`/`source` and 32/64bit in verbose message * Look for both `yt-dlp` and `youtube-dlc` in releases. This ensures that the updater will keep working when the binary name is changed to yt-dlp * Disable pycryptodome in win_x86 since it causes `distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 10.0 is required` | |||||
* | #86 [youtube_live_chat] Use POST API (Closes #82) | siikamiika | 2021-02-15 | 3 | -38/+45 | |
| | | | | | YouTube has removed support for the old GET based live chat API, and it's now returning 404 Authored by siikamiika | |||||
* | #79 Fix HLS AES-128 with multiple keys in external downloaders | shirt-dev | 2021-02-13 | 2 | -5/+12 | |
| | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> | |||||
* | Cleanup some code and fix typos | pukkandan | 2021-02-12 | 15 | -31/+50 | |
| | | | | :ci skip dl | |||||
* | Minor bugfixes | pukkandan | 2021-02-12 | 4 | -5/+8 | |
| | | | | | | * `__real_download` should be false when ffmpeg unavailable and no download * Mistakes in #70 * `allow_playlist_files` was not correctly pass through | |||||
* | #70 Allow downloading of unplayable video formats | shirt-dev | 2021-02-12 | 29 | -47/+106 | |
| | | | | | | Video postprocessors are also turned off when this option is used Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan@gmail.com> | |||||
* | [sponskrub] Print ffmpeg output and errors to terminal | pukkandan | 2021-02-12 | 1 | -6/+6 | |
| | | | | | | The ffmpeg run can be long when using `--sponskrub-cut`. So progress needs to be printed :ci skip dl | |||||
* | #76 Fix for empty HTTP head requests | shirt-dev | 2021-02-11 | 1 | -0/+2 | |
| | | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/7181 Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) | |||||
* | #75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74) | shirt-dev | 2021-02-11 | 5 | -7/+7 | |
| | | | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) pycryptodome is an in-place replacement for Crypto and is more actively developed | |||||
* | [youtube] Fix search continuations | pukkandan | 2021-02-11 | 1 | -6/+6 | |
| | ||||||
* | Update to ytdl-2021.02.10 | pukkandan | 2021-02-11 | 8 | -237/+345 | |
| | | | | Except: [archiveorg] Fix and improve extraction (5fc53690cbe6abb11941a3f4846b566a7472753e) | |||||
* | #72 Fix issue with unicode filenames in aria2c (Closes #71) | shirt-dev | 2021-02-11 | 1 | -19/+24 | |
| | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) | |||||
* | #49 [niconico] Improved extraction and support encrypted/SMILE movies | kurumigi | 2021-02-10 | 4 | -176/+346 | |
| | | | | | | Co-authored-by: tsukumijima <tsukumijima@users.noreply.github.com> Co-authored-by: tsukumi <39271166+tsukumijima@users.noreply.github.com> Co-authored-by: Bepis <36346617+bbepis@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan@gmail.com> | |||||
* | [version] update | pukkandan | 2021-02-10 | 8 | -23/+23 | |
| | | | | :ci skip all | |||||
* | Release 2021.02.09 | pukkandan | 2021-02-10 | 4 | -26/+47 | |
| | ||||||
* | [embedsubtitle] Keep original subtitle after conversion if write_subtitles given | pukkandan | 2021-02-10 | 2 | -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 ↵ | pukkandan | 2021-02-09 | 1 | -8/+9 | |
| | | | | | | | | given (Closes #67) Closes https://github.com/ytdl-org/youtube-dl/issues/27041 :ci skip dl | |||||
* | Add fallback for thumbnails | pukkandan | 2021-02-09 | 1 | -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 tests | pukkandan | 2021-02-09 | 1 | -3/+23 | |
| | ||||||
* | [youtube] Simplified renderer parsing | pukkandan | 2021-02-09 | 1 | -56/+35 | |
| | ||||||
* | [youtube] Support gridPlaylistRenderer and gridVideoRenderer (Closes #65) | pukkandan | 2021-02-09 | 1 | -11/+18 | |
| | ||||||
* | [pyinst.py] Move back to root dir (Closes #63) | pukkandan | 2021-02-09 | 4 | -10/+10 | |
| | ||||||
* | #64 Implement self updater | shirt-dev | 2021-02-09 | 4 | -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) | pukkandan | 2021-02-09 | 1 | -4/+2 | |
| | | | | | | introduced by: 1bf540d28b9a53112532aefde12188db5b327891 :ci skip dl | |||||
* | #55 Add aria2c support for DASH (mpd) and HLS (m3u8) | shirt-dev | 2021-02-08 | 5 | -35/+179 | |
| | | | | Co-authored-by: Dan <2660574+shirtjs@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan@gmail.com> | |||||
* | [youtube] Bugfix (Closes #60) | pukkandan | 2021-02-08 | 1 | -1/+4 | |
| | ||||||
* | [documentation] Crypto is an optional dependency | pukkandan | 2021-02-08 | 6 | -8/+10 | |
| | ||||||
* | [sponskrub] Don't raise error when the video does not exist | pukkandan | 2021-02-08 | 2 | -2/+5 | |
| | | | | | | Eg: `--convert-sub srt --no-download --sponskrub` gave error before :ci skip dl | |||||
* | [remuxvideo] Fix validation of conditional remux | pukkandan | 2021-02-08 | 3 | -10/+16 | |
| | ||||||
* | [youtube] Don't show warning for empty playlist description (Closes #54) | pukkandan | 2021-02-07 | 2 | -2/+2 | |
| | | | | :ci skip dl | |||||
* | [movefiles] Fix compatibility with python2 | pukkandan | 2021-02-07 | 3 | -7/+9 | |
| | | | | :ci skip dl | |||||
* | [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 | |
| |