aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
Commit message (Expand)AuthorAgeFilesLines
* [extractor] Always prefer native hls downloader by defaultpukkandan2021-05-261-2/+2
* [extractor] Skip subtitles without URI in m3u8 manifestspukkandan2021-05-231-1/+7
* [youtube] Better message when login requiredpukkandan2021-05-201-4/+11
* [cleanup] linter, code formatting and readmepukkandan2021-05-191-0/+2
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-45/+48
* Add field `name` for subtitlespukkandan2021-05-151-0/+2
* Standardize `write_debug`pukkandan2021-05-141-13/+9
* [common] bugfix for when `compat_opts` is not givenpukkandan2021-05-111-1/+1
* Release 2021.05.11pukkandan2021-05-111-1/+1
* Option `--compat-options` to revert some of yt-dlp's changespukkandan2021-05-111-1/+8
* [utils] Add `network_exceptions`pukkandan2021-05-041-6/+2
* [whowatch] Add extractor #292The Hatsune Daishi2021-05-021-1/+1
* [downloader/ism] Support muxing TTML subtitlesFelix S2021-04-281-1/+1
* [downloader/hls] Assemble single-file WebVTT subtitles from HLS segmentsFelix S2021-04-281-0/+6
* [extractor/common] Extend _extract_akamai_formats to also extract subtitle tr...Felix S2021-04-281-3/+14
* [extractor/common, downloader/ism] Extract SSTR subtitle tracksFelix S2021-04-281-36/+69
* [extractor/common] Extract DASH subtitle tracksFelix S2021-04-281-27/+54
* [extractor/common] Extract HLS subtitle tracksFelix S2021-04-281-15/+38
* [extractor/common] Generalise _merge_subtitlesFelix S2021-04-281-6/+16
* [FormatSort] Fix for when some formats have quality and others don'tpukkandan2021-04-261-2/+2
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-6/+20
* Fix inconsistent use of `report_warning`pukkandan2021-04-171-7/+7
* [documentation] Improvementspukkandan2021-04-121-1/+2
* Update to ytdl-commit-4fb25ffpukkandan2021-04-101-7/+9
* Fix default of `dynamic_mpd`pukkandan2021-04-101-1/+1
* Fix some `m3u8` not obeying `--allow-unplayable-formats`pukkandan2021-04-041-1/+2
* Update to ytdl-commit-654b4f4pukkandan2021-04-041-1/+4
* Fix some typos and linterpukkandan2021-04-011-2/+2
* [youtube] Show if video is `private`, `unlisted` etc in new field `availabili...Matthew2021-03-221-1/+19
* [documentation] Add deprecated options and aliases in readmepukkandan2021-03-181-2/+2
* [formatSort] Fix `quality` being ignoredpukkandan2021-03-151-3/+3
* Update to ytdl-commit-3be0980pukkandan2021-03-151-1/+2
* [Youtube] Rewrite comment extraction (#167)Matthew2021-03-151-0/+7
* Fix some videos downloading with m3u8 extensionpukkandan2021-03-071-4/+7
* Fix HLS playlist downloading (#127)shirt-dev2021-03-011-5/+8
* Release 2021.03.01pukkandan2021-03-011-1/+1
* Extract comments only when needed #95 (Closes #94)pukkandan2021-02-281-0/+8
* Add option `--sleep-requests` to sleep b/w requests (Closes #106)pukkandan2021-02-271-0/+8
* Fix bug with m3u8 format extractionpukkandan2021-02-261-2/+4
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+3345