aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [sponskrub] Run before embedding thumbnailpukkandan2021-04-011-9/+11
| | | | | Workaround for https://github.com/faissaloo/SponSkrub/issues/29 Closes https://github.com/yt-dlp/yt-dlp/issues/204
* Update to ytdl v2021-04-01pukkandan2021-04-017-106/+164
| | | | | | https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb Closes #205
* [la7] Add podcasts and podcast playlists (#198)nixxo2021-03-282-1/+149
| | | Authored by: nixxo
* [version] updatepukkandan2021-03-257-15/+15
|
* Release 2021.03.24.1pukkandan2021-03-257-13/+17
|
* Revert commit 8562218pukkandan2021-03-251-10/+11
| | | | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf This was merged incorrectly
* Release 2021.03.24pukkandan2021-03-255-5/+18
|
* Update to ytdl-commit-8562218pukkandan2021-03-2510-187/+380
| | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
* Parse metadata from multiple fieldspukkandan2021-03-255-115/+143
| | | | Closes #196
* [linuxacadamy] Fix loginpukkandan2021-03-241-1/+1
|
* Ability to load playlist infojsonpukkandan2021-03-242-63/+84
| | | | | | | * If `--no-clean-infojson` is given, the video ids are saved/loaded from in the infojson along with their playlist index * If a video entry that was not saved is requested, we fallback to using `webpage_url` to re-extract the entries Related: https://github.com/yt-dlp/yt-dlp/issues/190#issuecomment-804921024
* Write current epoch to infojson when using `--no-clean-infojson`pukkandan2021-03-242-1/+2
| | | | Closes #191
* [youtube_live_chat] fix bug when trying to set cookiespukkandan2021-03-232-2/+2
| | | | Closes #194
* [niconico] Fix for when logged inpukkandan2021-03-231-6/+5
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/171#issuecomment-803692716 Co-authored by: CXwudi, xtkoba
* [version] updatepukkandan2021-03-227-13/+15
|
* Release 2021.03.21pukkandan2021-03-223-2/+36
|
* Update to ytdl-commit-7e79ba7pukkandan2021-03-225-45/+208
| | | | | https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881 [vimeo:album] Fix extraction for albums with number of videos multiple to page size
* [youtube] Show if video is `private`, `unlisted` etc in new field ↵Matthew2021-03-223-2/+46
| | | | | | | | `availability` (#188) Closes: #185, https://github.com/ytdl-org/youtube-dl/issues/25631 Authored by: colethedj, pukkandan
* [linuxacadamy] Improve regexpukkandan2021-03-211-3/+13
| | | | TODO: We need to make a more robust standard regex for fetching js objects from html
* [nbc] Improve metadata extraction (#187)Two Sheds" Jackson2021-03-211-9/+34
| | | Authored by: 2ShedsJackson
* [amcnetworks] Fix extractor (#179)2ShedsJackson2021-03-202-18/+50
| | | | | | | | | * Prefer use of manifest based on `releasePid` since the one based on `videoPid` may have Fairplay * Additional thumbnail images were added * Don't add `season_number` and `series` to `title` * `series` is now set to `None` rather than "_" when empty * fix bug with age limit Authored by: 2ShedsJackson
* [niconico] Add user extractorpukkandan2021-03-202-2/+39
| | | | Co-authored by: animelover1984
* [bilibili] Add anthology supportpukkandan2021-03-201-5/+49
| | | | | | Closes: #118 Co-authored by: animelover1984
* More consistent warning messages (#173)pukkandan2021-03-208-16/+21
| | | | Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
* Embed video URL metadata inside MP4 (#173)pukkandan2021-03-201-2/+2
| | | | | | | | | `mp4` has `comment` and `synopsis`; the synopsis is expected to have the long description So we save the `webpage_url` to `comment` and `description` to `synopsis` Related: https://github.com/ytdl-org/youtube-dl/issues/28478 Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
* Merge webm formats into mkv if thumbnails are to be embedded (#173)pukkandan2021-03-201-4/+11
| | | | Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
* Parse resolution in info dictionary (#173)Damiano Amatruda2021-03-201-7/+6
|
* Use headers and cookies when downloading subtitles (#173)Damiano Amatruda2021-03-201-1/+4
|
* [aria2c] Support retry/abort unavailable fragments (#173)pukkandan2021-03-201-30/+46
| | | | Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
* [aria2c] Better default argumentspukkandan2021-03-201-8/+14
|
* Make sure `post_hook` gets the final filenamepukkandan2021-03-201-2/+3
|
* [documentation] Add `SplitChapters` to `--ppa`pukkandan2021-03-202-14/+14
|
* [splitchapters] Fix for older ffmpegpukkandan2021-03-201-1/+1
| | | | | Older versions of ffmpeg doesn't allow `-to` as an input option Closes #180
* fix some typos and linterpukkandan2021-03-185-12/+10
|
* [documentation] Add deprecated options and aliases in readmepukkandan2021-03-183-36/+63
|
* Option to keep private keys in the infojsonpukkandan2021-03-185-6/+25
| | | | | | Options: --clean-infojson, --no-clean-infojson Related: https://github.com/yt-dlp/yt-dlp/issues/42#issuecomment-800778391
* Recursively remove private keys from infojsonpukkandan2021-03-181-5/+10
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/42
* [movefiles] Fix bugs and make more robustpukkandan2021-03-184-30/+40
|
* [youtube] bugfix for channel playlist extractionpukkandan2021-03-171-1/+1
| | | | Bug introduced in cd7c66cf014b3a5c3f7482dbcdda3343338f8d7c
* [niconico] Partial fixpukkandan2021-03-171-97/+108
| | | | | | | | | | | | | | | TODO: Smile formats don't work Extraction code that no longer works needs to be removed Adapted from: https://github.com/animelover1984/youtube-dl/commit/b5eff52dd9ed5565672ea1694b38c9296db3fade by animelover1984 Related: https://github.com/yt-dlp/yt-dlp/issues/171 https://github.com/animelover1984/youtube-dl/issues/29 https://github.com/ytdl-org/youtube-dl/issues/28470
* [stitcher] Merge from youtube-dl (#175)nixxo2021-03-162-33/+93
| | | | | | | This cherry-picks the commits: https://github.com/ytdl-org/youtube-dl/commit/a563c97c5cddf55f8989ed7ea8314ef78e30107f#diff-cc37718b18689c1c0588c4c74518853ef43ab020bbd674f3c04d4eae037798d2 https://github.com/ytdl-org/youtube-dl/commit/8522bcd97c4173407261a3fa0283dd7800c39601#diff-cc37718b18689c1c0588c4c74518853ef43ab020bbd674f3c04d4eae037798d2 Authored by: nixxo
* [rcs] Improved extraction (See desc) (#170)nixxo2021-03-161-17/+31
| | | | | | | * improved `video_data` extraction * added an extra fallback value for `description` * improved regex in `RCSVariousIE` Authored by: nixxo
* [formatSort] Fix `quality` being ignoredpukkandan2021-03-151-3/+3
| | | | Closes #172
* [sponskrub] Pass proxy to sponskrubpukkandan2021-03-151-0/+2
| | | | | | Needs atleast sponskrub version: faissaloo/sponskrub 3.7.0 OR yt-dlp/sponskrub 2021.03.15
* [version] updatepukkandan2021-03-158-17/+17
| | | | :ci skip all
* Release 2021.03.15pukkandan2021-03-154-40/+68
|
* Update to ytdl-commit-3be0980pukkandan2021-03-1517-252/+355
| | | | https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
* Split video by chapters (#158)pukkandan2021-03-156-6/+79
| | | | | | | | | | | | | | | | | | | | * New options `--split-chapters` and `--no-split-chapters` * The output/path of the split files can be given using the key `chapter` * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template * Alias `--split-tracks` for parity with animelover/youtube-dl * `--sponskrub-cut` and `--split-chapter` cannot work together Closes: https://github.com/blackjack4494/yt-dlc/issues/277 https://github.com/ytdl-org/youtube-dl/issues/28438 https://github.com/ytdl-org/youtube-dl/issues/12907 https://github.com/ytdl-org/youtube-dl/issues/6480 https://github.com/ytdl-org/youtube-dl/pull/25005 Rewritten from the implementation by: femaref and Wattux https://github.com/Wattux/youtube-dl/tree/split-at-timestamps https://github.com/ytdl-org/youtube-dl/pull/25005 https://github.com/femaref/youtube-dl/tree/split-track
* [Youtube] Rewrite comment extraction (#167)Matthew2021-03-152-171/+300
| | | | | | | | | Closes #121 TODO: * Add an option for the user to specify newest/popular and max number of comments * Refactor the download code and generalize with TabIE * Parse time_text to timestamp
* [embedthumbnail] Set mtime correctlypukkandan2021-03-141-0/+4
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/67