aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/common.py
AgeCommit message (Collapse)Author
2021-04-28[extractor/common] Extract HLS subtitle tracksFelix S
_extract_m3u8_formats is renamed to _extract_m3u8_formats_and_subtitles and extended to handle subtitle tracks instead of skipping them; a wrapper with the old name is provided for compatibility. _parse_m3u8_formats is likewise renamed and extended, but without adding the compatibility wrapper; the test suite is adjusted to test the enhanced method instead.
2021-04-28[extractor/common] Generalise _merge_subtitlesFelix S
This allows modifying a subtitles dictionary in-place.
2021-04-26[FormatSort] Fix for when some formats have quality and others don'tpukkandan
2021-04-17Add option `--ignore-no-formats-error`pukkandan
* Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
2021-04-17Fix inconsistent use of `report_warning`pukkandan
2021-04-12[documentation] Improvementspukkandan
2021-04-10Update to ytdl-commit-4fb25ffpukkandan
[maoritv] Add new extractor https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7 Except: [vimeo] improve extraction https://github.com/ytdl-org/youtube-dl/commit/3ae9c0f410b1d4f63e8bada67dd62a8d2852be32 [youtube:tab] Pass innertube context... https://github.com/ytdl-org/youtube-dl/commit/1b0a13f33cfb3644cc718d35951ea85bb1905459
2021-04-10Fix default of `dynamic_mpd`pukkandan
2021-04-04Fix some `m3u8` not obeying `--allow-unplayable-formats`pukkandan
2021-04-04Update to ytdl-commit-654b4f4pukkandan
[youtube] prioritize information from YoutubeIE for playlist entries https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a
2021-04-01Fix some typos and linterpukkandan
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-18[documentation] Add deprecated options and aliases in readmepukkandan
2021-03-15[formatSort] Fix `quality` being ignoredpukkandan
Closes #172
2021-03-15Update to ytdl-commit-3be0980pukkandan
https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
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-07Fix some videos downloading with m3u8 extensionpukkandan
2021-03-01Fix HLS playlist downloading (#127)shirt-dev
Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
2021-03-01Release 2021.03.012021.03.01pukkandan
2021-02-28Extract comments only when needed #95 (Closes #94)pukkandan
2021-02-27Add option `--sleep-requests` to sleep b/w requests (Closes #106)pukkandan
* Also fix documentation of `sleep_interval_subtitles` Related issues: https://github.com/blackjack4494/yt-dlc/issues/158 https://github.com/blackjack4494/youtube-dlc/issues/195 https://github.com/ytdl-org/youtube-dl/pull/28270 https://github.com/ytdl-org/youtube-dl/pull/28144 https://github.com/ytdl-org/youtube-dl/issues/27767 https://github.com/ytdl-org/youtube-dl/issues/23638 https://github.com/ytdl-org/youtube-dl/issues/26287 https://github.com/ytdl-org/youtube-dl/issues/26319
2021-02-26Fix bug with m3u8 format extractionpukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan