aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-22[version] updatepukkandan
2021-03-22Release 2021.03.21pukkandan
2021-03-22Update to ytdl-commit-7e79ba7pukkandan
https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881 [vimeo:album] Fix extraction for albums with number of videos multiple to page size
2021-03-22[youtube] Show if video is `private`, `unlisted` etc in new field ↵Matthew
`availability` (#188) Closes: #185, https://github.com/ytdl-org/youtube-dl/issues/25631 Authored by: colethedj, pukkandan
2021-03-21[linuxacadamy] Improve regexpukkandan
TODO: We need to make a more robust standard regex for fetching js objects from html
2021-03-21[nbc] Improve metadata extraction (#187)Two Sheds" Jackson
Authored by: 2ShedsJackson
2021-03-20[amcnetworks] Fix extractor (#179)2ShedsJackson
* 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
2021-03-20[niconico] Add user extractorpukkandan
Co-authored by: animelover1984
2021-03-20[bilibili] Add anthology supportpukkandan
Closes: #118 Co-authored by: animelover1984
2021-03-20More consistent warning messages (#173)pukkandan
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
2021-03-20Embed video URL metadata inside MP4 (#173)pukkandan
`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>
2021-03-20Merge webm formats into mkv if thumbnails are to be embedded (#173)pukkandan
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
2021-03-20Parse resolution in info dictionary (#173)Damiano Amatruda
2021-03-20Use headers and cookies when downloading subtitles (#173)Damiano Amatruda
2021-03-20[aria2c] Support retry/abort unavailable fragments (#173)pukkandan
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
2021-03-20[aria2c] Better default argumentspukkandan
2021-03-20Make sure `post_hook` gets the final filenamepukkandan
2021-03-20[documentation] Add `SplitChapters` to `--ppa`pukkandan
2021-03-20[splitchapters] Fix for older ffmpegpukkandan
Older versions of ffmpeg doesn't allow `-to` as an input option Closes #180
2021-03-18fix some typos and linterpukkandan
2021-03-18[documentation] Add deprecated options and aliases in readmepukkandan
2021-03-18Option to keep private keys in the infojsonpukkandan
Options: --clean-infojson, --no-clean-infojson Related: https://github.com/yt-dlp/yt-dlp/issues/42#issuecomment-800778391
2021-03-18Recursively remove private keys from infojsonpukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/42
2021-03-18[movefiles] Fix bugs and make more robustpukkandan
2021-03-17[youtube] bugfix for channel playlist extractionpukkandan
Bug introduced in cd7c66cf014b3a5c3f7482dbcdda3343338f8d7c
2021-03-17[niconico] Partial fixpukkandan
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
2021-03-16[stitcher] Merge from youtube-dl (#175)nixxo
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
2021-03-16[rcs] Improved extraction (See desc) (#170)nixxo
* improved `video_data` extraction * added an extra fallback value for `description` * improved regex in `RCSVariousIE` Authored by: nixxo
2021-03-15[formatSort] Fix `quality` being ignoredpukkandan
Closes #172
2021-03-15[sponskrub] Pass proxy to sponskrubpukkandan
Needs atleast sponskrub version: faissaloo/sponskrub 3.7.0 OR yt-dlp/sponskrub 2021.03.15
2021-03-15[version] updatepukkandan
:ci skip all
2021-03-15Release 2021.03.152021.03.15pukkandan
2021-03-15Update to ytdl-commit-3be0980pukkandan
https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
2021-03-15Split video by chapters (#158)pukkandan
* 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
2021-03-15[Youtube] Rewrite comment extraction (#167)Matthew
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
2021-03-14[embedthumbnail] Set mtime correctlypukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/67
2021-03-14Refactor (See desc)pukkandan
* Create `FFmpegPostProcessor.real_run_ffmpeg` that can accept multiple input/output files along with switches for each * Rewrite `cli_configuration_args` and related functions * Create `YoutubeDL._ensure_dir_exists` - this was previously defined in multiple places
2021-03-14[pluto.tv] Add extractor (#163)CHJ85
https://github.com/ytdl-org/youtube-dl/pull/27621 Authored by: kevinoconnor7
2021-03-14[zee5] Support zee5originalspukkandan
2021-03-13[rai] fix drm check (#168)nixxo
Bug introduced by #150 Authored by: nixxo
2021-03-13Native concurrent downloading of fragments (#166)shirt
* Option `--concurrent-fragments` (`-N`) to set the number of threads Related: #165 Known issues: * When receiving Ctrl+C, the process will exit only after finishing the currently downloading fragments * The download progress shows the speed of only one thread Authored by shirt-dev
2021-03-11More improvements to HLS/DASH external downloader codepukkandan
* Fix error when there is no `protocol` in `info_dict` * Move HLS byte range detection to `Aria2cFD` so that the download will fall back to the native downloader instead of ffmpeg * Fix bug with getting no fragments in DASH * Convert `check_results` in `can_download` to a generator
2021-03-11[wimtv] Add extractor (#161)nixxo
Added support for VODs, live and embeds Authored by: nixxo
2021-03-11[Zee5] Add Show Extractor (#160)Ashish
Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2021-03-10Improve HLS/DASH external downloader code (#162)shirt-dev
Authored by: shirt
2021-03-09[zee5] Improve regexpukkandan
2021-03-08[mtv] Add mtv.it and extract series metadata (#156)nixxo
* New extractors: MTVItalia, MTVItaliaProgramma * Extract fields: series, season_number, episode_number Authored-by: nixxo
2021-03-08[version] update :ci skip allpukkandan
2021-03-08Release 2021.03.072021.03.07pukkandan
2021-03-07[vimeo] Fix videos with passwordteesid
https://github.com/ytdl-org/youtube-dl/pull/27992 Fixes: https://github.com/ytdl-org/youtube-dl/issues/28354 Authored by teesid