aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
Commit message (Expand)AuthorAgeFilesLines
* [CBS] Add fallback (#579)LE2021-08-021-0/+2
* [cleanup] Refactor some codepukkandan2021-08-011-2/+2
* [FormatSort] Fix bug for audio with unknown codecpukkandan2021-08-011-8/+5
* Add field `live_status`pukkandan2021-07-211-0/+2
* [youtube] Extract more thumbnailspukkandan2021-07-201-0/+1
* [generic] Extract previously missed subtitles (#515)Felix S2021-07-161-2/+15
* [extractor] Allow extracting multiple groups in `_search_regex`felix2021-07-141-0/+2
* [utils] Add `variadic`pukkandan2021-07-111-10/+4
* Improve `extractor_args` parsingpukkandan2021-07-081-2/+11
* [extractor] Minor improvements (See desc)pukkandan2021-07-071-10/+4
* [extractor] Prevent unnecessary download of hls manifestspukkandan2021-07-071-112/+48
* Add `--extractor-args` to pass extractor-specific argumentspukkandan2021-06-251-0/+5
* [websockets] Add `WebSocketFragmentFD` (#399)pukkandan2021-06-211-1/+1
* [pornhub] Extract `cast`pukkandan2021-06-131-0/+1
* [downloader/mhtml] Add new downloader (#343)felix2021-06-131-5/+24
* Allow `images` formatspukkandan2021-06-131-5/+6
* Release 2021.06.08pukkandan2021-06-081-0/+3
* [common] Fix FourCC fallback when parsing ISM (#372)felix2021-06-061-1/+1
* [fancode] Add extractor (#316,#354)pukkandan2021-05-301-1/+1
* [extractor] Functions to parse socket.io response as jsonpukkandan2021-05-301-0/+43
* [extractor] Allow `note=False` when extracting manifestspukkandan2021-05-291-7/+7
* [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