aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ie/crunchyroll] Remove initial state extraction (#7632)Simon Sawicki2023-07-201-30/+43
| | | | | | Authored by: Grub4K
| * [ie/MuseAI] Add extractor (#7614)bashonly2023-07-202-0/+113
| | | | | | | | Closes #7543 Authored by: bashonly
| * [ie/MagellanTV] Add extractor (#7616)bashonly2023-07-202-0/+51
| | | | | | | | Closes #7529 Authored by: bashonly
| * [networking] Fix POST requests with zero-length payloads (#7648)bashonly2023-07-201-1/+1
| | | | | | | | | | Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4 Authored by: bashonly
| * [ie/twitter:spaces] Fix format protocol (#7550)bashonly2023-07-151-3/+35
| | | | | | | | Closes #7536 Authored by: bashonly
| * [ie/facebook:reel] Fix extraction (#7564)Văn Anh2023-07-151-29/+54
| | | | | | | | Closes #7469 Authored by: demon071, bashonly
| * [ie/pornhub] Update access cookies for UK (#7591)zhong-yiyu2023-07-151-0/+1
| | | | | | | | Closes #7590 Authored by: zhong-yiyu
| * [core] Fix HTTP headers and cookie handlingbashonly2023-07-151-5/+3
| | | | | | | | | | | | | | | | | | | | - Remove `Cookie` header from `http_headers` immediately after loading into cookiejar - Restore compat for `--load-info-json` cookies - Add more tests - Fix improper passing of Cookie header by `MailRu` extractor Closes #7558 Authored by: bashonly, pukkandan
| * [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-15154-562/+485
| | | | | | | | Authored by: coletdjnz, pukkandan
| * [networking] Rewrite architecture (#2861)coletdjnz2023-07-151-17/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New networking interface consists of a `RequestDirector` that directs each `Request` to appropriate `RequestHandler` and returns the `Response` or raises `RequestError`. The handlers define adapters to transform its internal Request/Response/Errors to our interfaces. User-facing changes: - Fix issues with per request proxies on redirects for urllib - Support for `ALL_PROXY` environment variable for proxy setting - Support for `socks5h` proxy - Closes https://github.com/yt-dlp/yt-dlp/issues/6325, https://github.com/ytdl-org/youtube-dl/issues/22618, https://github.com/ytdl-org/youtube-dl/pull/28093 - Raise error when using `https` proxy instead of silently converting it to `http` Authored by: coletdjnz
| * [ie/youtube:tab] Detect looping feeds (#6621)coletdjnz2023-07-151-1/+6
| | | | | | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/5555 Note: the first page may still be repeated, however this is better than nothing. Authored by: coletdjnz
| * [ie/piapro] Support `/content` URL (#7592)Finn R. Gärtner2023-07-141-3/+16
| | | | | | Authored by: FinnRG
| * [ie/streamanity] Remove (#7571)Aleri Kaisattera2023-07-132-48/+0
| | | | | | | | Service is dead Authored by: alerikaisattera
| * [ie/vrt] Update token signing key (#7519)Zprokkel2023-07-101-2/+4
| | | | | | Authored by: Zprokkel
| * [ie/BiliBiliBangumi] Fix extractors (#7337)GD-Slime2023-07-082-45/+85
| | | | | | | | | | | | | | | | - Overhaul BiliBiliBangumi extractor for the site's new API - Add BiliBiliBangumiSeason extractor - Refactor BiliBiliBangumiMedia extractor Closes #6701, Closes #7400 Authored by: GD-Slime
| * [extractor/twitter] Fix GraphQL and legacy API (#7516)bashonly2023-07-061-67/+124
| | | | | | Authored by: bashonly
| * Revert 49296437a8e5fa91dacb5446e51ab588474c85d3pukkandan2023-07-061-70/+110
| |
| * [ie/vidlii] Handle relative URLspukkandan2023-07-061-0/+1
| | | | | | | | Closes #7480
| * [ie/youtube] Avoid false DRM detection (#7396)pukkandan2023-07-061-1/+12
| | | | | | | | Some master manifests contain a mix of DRM and non-DRM formats
| * [core] Allow extractors to mark formats as potentially DRM (#7396)pukkandan2023-07-061-6/+4
| | | | | | | | | | | | | | | | This is useful for HLS where detecting whether the format is actually DRM requires the child manifest to be downloaded. Makes the error message when using `--test` inconsistent, but doesn't really matter.
| * [cleanup] Miscpukkandan2023-07-064-4/+4
| |
| * [extractor/youtube:stories] Remove (#7459)coletdjnz2023-07-062-43/+1
| | | | | | | | | | YouTube killed them https://web.archive.org/web/20230630153050/https://support.google.com/youtube/thread/217640760
| * [extractor/twitter] Fix unauthenticated extraction (#7476)bashonly2023-07-051-110/+70
| | | | | | | | Closes #7473 Authored by: bashonly
| * [extractor/twitter:spaces] Fix extraction (#7512)bashonly2023-07-051-14/+24
| | | | | | | | Closes #7455 Authored by: bashonly
| * [extractor/googledrive] Fix source format extraction (#7395)RfadnjdExt2023-07-051-10/+9
| | | | | | | | Closes #7344 Authored by: RfadnjdExt
| * [extractor/youtube] Ignore incomplete data for comment threads by default ↵coletdjnz2023-07-031-7/+15
| | | | | | | | | | | | | | | | | | (#7475) For both `--ignore-errors` and `--ignore-errors only_download`. Pass `--no-ignore-errors` to not ignore. Closes https://github.com/yt-dlp/yt-dlp/issues/7474 Authored by: coletdjnz
| * [extractor/vk] VKPlay, VKPlayLive: Add extractors (#7358)c-basalt2023-07-022-0/+141
| | | | | | | | Closes #7107 Authored by: c-basalt
| * [extractor/stacommu] Add extractors (#7432)urectanc2023-06-303-13/+172
| | | | | | Authored by: urectanc
| * [extractor/youtube:tab] Support shorts-only playlists (#7425)coletdjnz2023-06-291-1/+24
| | | | | | | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/7424 Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
| * [extractor/Douyin] Fix extraction from webpagebashonly2023-06-271-6/+4
| | | | | | | | | | Closes #7431 Authored by: bashonly
| * [extractor/abc] Fix extraction (#7434)Xiao Han2023-06-271-2/+13
| | | | | | | | Closes #6433 Authored by: meliber
| * [extractor/crunchyroll:music] Fix `_VALID_URL` (#7439)Aman Salwan2023-06-271-2/+18
| | | | | | | | | | | | Closes #7419 Authored by: AmanSal1, rdamas Co-authored-by: Robert Damas <robert.damas@byom.de>
| * [extractor/sbs] Python 3.7 compatpukkandan2023-06-261-2/+2
| | | | | | | | Closes #7410
| * [extractor/youtube] Process `post_live` over 2 hourspukkandan2023-06-261-2/+2
| |
| * [extractor/kick] Fix `_VALID_URL`bashonly2023-06-251-1/+1
| | | | | | | | | | Closes #7384 Authored by: bashonly
| * [extractor/AdultSwim] Extract subtitles from m3u8 (#7421)nnoboa2023-06-261-2/+4
| | | | | | | | Authored by: nnoboa Closes #6191
| * [extractor/qdance] Add extractor (#7420)bashonly2023-06-252-0/+151
| | | | | | | | Closes #7385 Authored by: bashonly
| * [extractor/youtube] Add extractor-arg `formats`pukkandan2023-06-251-6/+16
| | | | | | | | Closes #7417
| * [extractor/youtube] Fix comments' `is_favorited` (#7390)Simon2023-06-221-1/+1
| | | | | | | | Authored by: bbilly1 Closes #7389
| * [cleanup] Miscpukkandan2023-06-221-2/+6
| |
| * [extractor/youtube] Improve nsig function name extractionpukkandan2023-06-221-1/+1
| |
| * [extractor/youtube] Improve description parsing performance (#7315)Berkan Teber2023-06-221-5/+11
| | | | | | | | | | | | * The parsing is skipped when not needed * The regex is improved by simulating atomic groups with lookaheads Authored by: pukkandan, berkanteber
| * [extractor/rheinmaintv] Add extractor (#7311)bashonly2023-06-222-0/+95
| | | | | | | | | | Authored by: barthelmannk Co-authored-by: barthelmannk <81305638+barthelmannk@users.noreply.github.com>
| * [extractor/dplay] GlobalCyclingNetworkPlus: Add extractor (#7360)bashonly2023-06-222-0/+38
| | | | | | | | | | | | * Allows `country` API param to be configured with `--xff`/`geo_bypass_country` Closes #7324 Authored by: bashonly
| * [extractor/motherless] Add gallery support, fix groups (#7211)rexlambert222023-06-222-101/+125
| | | | | | Authored by: rexlambert22
| * [extractor] Support multiple `_VALID_URL`s (#5812)pukkandan2023-06-221-4/+4
| | | | | | | | Authored by: nixxo
| * [extractor/youtube] Add `ios` to default clients usedpukkandan2023-06-221-2/+6
| | | | | | | | | | * IOS is affected neither by 403 or by nsig so helps mitigate them preemptively * IOS also has higher bit-rate "premium" formats though they are not labeled as such
| * [extractor/youtube] Workaround 403 for android formatspukkandan2023-06-221-4/+4
| | | | | | | | Ref: https://github.com/TeamNewPipe/NewPipe/issues/9038#issuecomment-1289756816
| * [extractor/nebula] Fix extractor (#7156)Roland Hieber2023-06-211-16/+20
| | | | | | | | | | | | Closes #7017 Authored by: Lamieur, rohieb Co-authored-by: Lam <github@Lam.pl>
| * [cleanup] Miscbashonly2023-06-211-1/+1
| | | | | | | | Authored by: bashonly