Commit Graph

2055 Commits (134c913cca8e526a0128c62741689c0d0d05df03)

Author SHA1 Message Date
pukkandan a39a7ba8d6
[extractor/tiktok] Extract `SIGI_STATE`
Based on , https://github.com/ytdl-org/youtube-dl/pull/30479

Closes 

Authored by dirkf, sulyi, pukkandan
pukkandan 7e88d7d78f
Add slicing notation to `--playlist-items`
* Adds support for negative indices and step
* Add `-I` as alias for `--playlist-index`
* Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse`

Closes , Closes 
pukkandan f0c9fb9682
[utils] `Popen`: Refactor to use contextmanager
Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597
pukkandan 560738f34d
[extractor] Import `_ALL_CLASSES` lazily
This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
pukkandan 99d10bf607
[cleanup, extractor] Rename `extractors.py` to `_extractors.py`
This should be considered part of the next commit,
but is separated so that `git` can detect the renaming better
Evan Spensley 145c5a83a8
[extractor/GoogleDrive] Add folder extractor ()
Closes 
Authored by: evansp, pukkandan
pukkandan 2cb1982043
[utils] `locked_file`: Fix for PyPy on Windows
pukkandan fccf90e7f3
Fix bug in 56ba69e4c9
pukkandan d32f30ac48
Add `--no-update`
Closes 
pukkandan e3aae45a6f
[extractor/zdf] Fix bug in 62b2b736e7
Closes 
pukkandan f3c0c77304
[extractor] Handle `json_ld` with multiple `@type`s
Closes: 
pukkandan 79e591b59b
[extractor/rumble] Detect JS embed
Closes 
pukkandan 21a73e9f39
[extractor/generic] Revert e6ae51c123
85553414ae made it unnecessary
coletdjnz 4ce05f5759
[extractor/youtube] Fix live chat for videos with content warning
Fixes 
Authored by: coletdjnz
Lesmiscore 2523702718
[extractor/tver] Fix bug in 6837633a4a
This corrects a mistake in 64fa820ccf
Authored by: Lesmiscore
Closes 
pukkandan 55baa67c7c
[extractor/jwplatform] Look for `data-video-jw-id`
Closes 
pukkandan 64fa820ccf
[cleanup] Misc fixes (see desc)
* [tvver] Fix bug in 6837633a4a - Closes 
* [rumble] Fix tests - Closes 
* [make] Remove `cat` abuse - Closes 
* [make] Revert  - Closes 
* [utils] Improve `get_elements_by_class` - Closes 
* [utils] Inherit `Namespace` from `types.SimpleNamespace`
* [utils] Use `re.fullmatch` for matching filters
* [jsinterp] Handle quotes in `_separate`
* [make_readme] Allow overshooting last line

Authored by: pukkandan, kwconder, MrRawes, Lesmiscore
pukkandan 56ba69e4c9
[cleanup] Misc fixes
Closes 
Aurélien Grosdidier d05460e5fe
[extractor/FranceCulture] Fix extractor ()
Closes 
Authored by: aurelg, pukkandan
ping 14c3a98049
[extractor/naver] Add `navernow` extractor ()
Authored by: ping
Elyse e0a4a3d5bf
[extractor/freetv] Add extractor ()
Closes 
Authored by: elyse0
Elyse 62b2b736e7
[extractor/zdf] Improve format sorting ()
Closes 

Authored by: elyse0
Lesmiscore 6837633a4a
[extractor/tver] Fix extractor ()
Authored by: Lesmiscore
coletdev 2ae778b8fc
[extractor/youtube] Add `innertube_host` and `innertube_key` extractor args ()
Allows user to override Innertube API host or key for all requests
Authored by: coletdjnz
Ashish Gupta c82a4a8fce
[extractor/atscaleconfevent] Add extractor ()
Closes 
Authored by: Ashish0804
vkorablin 6e7c9201cd
[extractor/ccc] Extract view_count ()
Authored by: vkorablin
Angel Toloza bde0132e15
[extractor/southpark] Add `southpark.lat` extractor ()
Authored by: darkxex
pukkandan 233ad894d3
[update] Use `.git` folder to distinguish `source`/`unknown`
This is not perfect, but is good enough for how we use this information

Closes 
Daniel Lindholm 0d6bafbfa7
[expressen] Fix extractor ()
Authored by: aejdl
MMM 36195c4461
[dash] Show fragment count with `--live-from-start` ()
Authored by: flashdagger
coletdjnz 65141660ab
[extractor/youtube] Fix bug in b7c47b7438
Closes 

Authored by: coletdjnz
Christoph Moench-Tegeder dec30912a7
[cookies] Detect profiles for cygwin/BSD ()
Closes 
Authored by: moench-tegeder
pukkandan 5ec1b6b716
Add option `--download-sections` to download video partially
Closes , Closes 
pukkandan e0ab98541c
[ExtractAudio] Allow conditional conversion
Closes 
pukkandan 35faefee5d
[ExtractAudio, cleanup] Refactor
pukkandan b7c47b7438
[extractor] Add `_search_json`
All fetching of JSON objects should eventually be done with this function
but only `youtube` is being refactored for now
pukkandan 00bbc5f177
[ThumbnailsConvertor] Allow conditional conversion
Closes 
Lesmiscore 0bea4fd807
[extractor/0000studio] Add extractors ()
Authored by: Lesmiscore
ischmidt20 b5770743fe
[extractor/espn] Add `WatchESPN` extractor ()
Authored by: ischmidt20, pukkandan
pukkandan 1890fc6389
[cleanup] Misc fixes
Cherry-picks from: , 
Related: , https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836
Authored by: pukkandan, flashdagger, gamer191
pukkandan c4910024f3
[extractor] Fix bug in 617f658b7e
While the function signature don't enforce it, some IEs that override
`_download_webpage_handle` assume all optional arguments to be keyword-only

Closes 
coletdev c7a7baaa13
[extractor/youtube] Fix `:ytnotifications` extractor ()
Still some issues, see https://github.com/yt-dlp/yt-dlp/pull/3775

Authored by: coletdjnz
siddharth ravikumar e50c3500b4
[extractor/npr] Use stream url from json-ld ()
Closes 
Authored by: r5d
pukkandan 09d02ea429
[extractor] Fix bug in f95b9dee45
Closes 
sqrtNOT ac05fb9338
[extractor/niconico:series] Fix extractor ()
Authored by: sqrtNOT
pukkandan 28786529dc
[extractor/dropout] Login is not mandatory
Workaround for 
pukkandan 6b0b0a289a
[extractor/youtube:tab] Detect `videoRenderer` in `_post_thread_continuation_entries`
pukkandan f95b9dee45
[extractor] Add dev option `--load-pages`
pukkandan 617f658b7e
[extractor, cleanup] Refactor `_download_...` methods
pukkandan 8a7f6d7a15
Do not print progress to `stderr` with `-q`
It is arguable how this "should" behave, but since progress is always
written to stdout in older yt-dl/p, we should keep it as-is

Bug in cf4f42cb97
Closes 
Lesmiscore 9c0412cf6b
[extractor/vevo] Fix extractor ()
Authored by: Lesmiscore
gamer191 84131d0351
[extractor/animelab] Remove extractor ()
https://www.animelab.com/sunset

Authored by: gamer191
Lesmiscore 1cd6cba306
[extractor/PokemonSoundLibrary] Remove extractor ()
Authored by: Lesmiscore
Lesmiscore 661e7253a2
[extractor/iwara:user] Make paging better ()
Authored by: Lesmiscore
Lesmiscore 222a230871
[extractor/common] Recognize `src` attribute from HTML5 media elements ()
Authored by: Lesmiscore
coletdjnz ee27297f82
[extractor/youtube] Fix initial player response extraction
Authored by: pukkandan, coletdjnz
Stefan Borer ee164987c7
[extractor/playsuisse] Add extractor ()
Authored by: sbor23, pukkandan
pukkandan 0fe51254cb
[extractor/youtube] Bring back `_extract_chapters_from_description`
Closes 
pukkandan 52023f1291
[extractor/youtube] Make signature extraction non-fatal
and reduce verbosity of it's warning

Closes 
mozbugbox 5bbe631e04
[extractor/duboku] Fix for hostname change ()
Authored by: mozbugbox
coletdev 2c6dcb65fb
[utils] Send HTTP/1.1 ALPN extension ()
Some servers may reject requests if not sent (e.g. fingerprinting)

Fixes 

Authored by: coletdjnz
miseran 520876fa09
[extractor/zattoo] Fix live streams ()
Authored by: miseran
pukkandan 0bf9dc1e35
Fix bug in 8a82af3511
pukkandan 829bbd1d05
[youtube] Add warning for PostLiveDvr
Closes , Related 
pukkandan 8a82af3511
[cleanup] Misc fixes and cleanup
Closes , Closes , Closes 
pukkandan 8246f8402b
[spotify:show] Fix extractor
Closes 
pukkandan 6b9e832db7
`--config-location -` to provide options interactively
monnef d2ff2c91bb
[curiositystream] Get `auth_token` from cookie ()
Closes 
Authored by: mnn
m4tu4g 7879e79d11
[bloomberg] Change playback endpoint ()
Closes 
Authored by: m4tu4g
Lesmiscore 8a3e7b1c95
[yahoo:gyao] Fix extractor
This fixes 400 error for /title/ URLs.
pukkandan d9473db78a
[ModifyChapters] Fix repeated removal of small segments
Closes 
pukkandan 11233f2afd
[downloader, cleanup] Refactor `report_progress`
Closes 
pukkandan 3a85e9cee9
[ffmpeg] Check version lazily
Closes 
pukkandan c4a62b99f6
Fix bug in 23326151c4
pukkandan b5899f4f19
[build, cleanup] Refactor
Closes , 
Felix S 92922fe7f9
[rumble] Extract subtitles ()
Closes 
Authored by: fstirlitz
pukkandan c487cf0010
[cleanup] Misc
pukkandan 415f8d51a8
Ensure pre-processor errors do not block video download
Closes 
pukkandan ca6d59d2c1
Fix `--simulate --max-downloads`
Bug in c3e6ffba53
Closes 
pukkandan 1a8cc83735
Bugfix for 3a408f9d19
pukkandan 2762dbb17e
[compat] Add `functools.cached_property`
pukkandan 666c36d58d
Bugfix for 23326151c4
adamanldo 854b0d325e
[StreamCZ] Fix extractor ()
Closes 
Authored by: dirkf, adamanldo
Elyse 79c318937b
[ina] Fix extractor ()
Closes 
Authored by: elyse0
Jeff Huffman 88d62206b4
[crunchyroll:beta] Fix extractor after API change ()
Closes 
Authored by: Burve, tejing1
pukkandan e79969b242
Return an error code if update fails
Closes 
pukkandan 53973b4d2c
[utils] Fix bug in 0b9c08b47b
* Cache of `supports_terminal_sequences` must be reset after enabling VT mode
* and move `windows_enable_vt_mode` to utils to avoid cyclic imports
pukkandan b801cd7179
[tiktok] Detect embeds
Closes 
pukkandan 0b9c08b47b
[utils] Improve performance using `functools.cache`
Closes 
pukkandan 2f97cc615b
[utils] `ISO3166Utils`: Add `EU` and `AP`
Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
pukkandan 2dd5a2e3a1
[doc, cleanup] Re-indent "Usage and Options" section
pukkandan 23326151c4
Add option --retry-sleep ()
Closes 
pukkandan 9e49146352
Add option `--alias`
github-actions 926ccc84ef [version] update
Created by: pukkandan

:ci skip all
pukkandan 21633673c3
[cleanup] Minor fixes
pukkandan 80e8493ee7
[utils] `is_html`: Handle double BOM
Closes 
pukkandan aedaa455d9
[vimeo] Fix extractors
Closes , Closes , Closes , Closes 
May also fix , 
pukkandan d6bf1161db
[generic] Refactor `_extract_rss`
Closes 
pukkandan 7896214c42
Bugfix for 591bb9d355
Closes 
pukkandan 5792c950bf
[compat] Implement `compat.imghdr`
Python 3.11 deprecates `imghdr` module
pukkandan 591bb9d355
Fix color in `-q -F`
and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace`

Closes 
coletdjnz 5faf6528fb
[http] Fix bug in retrying on read timeout in py < 3.10
socket.timeout is not an alias of TimeoutError in py < 3.10
Fixes bug in a2e77303e3
Authored-by: coletdjnz
pukkandan 0fa7d2c8e4
Bugfix for 2414649192
pukkandan b2a2d91310
[adobepass] Allow cookies for authenticating MSO
Possible workaround for 
pukkandan 490110c543
`--max-downloads` should obey `--break-per-input`
pukkandan 2414649192
[cleanup] Misc cleanup
pukkandan 5d5c0f7e99
[Hotstar] Bugfix for a1ddaa899c
Closes 
Dzmitry Neviadomski 3ac7b66047
[goodgame] Add extractor ()
Authored by: nevack
P-reducible c9b2b368b3
[rokfin:search] Add extractor ()
Authored by: P-reducible, pukkandan
pukkandan e037c405ad
[rokfin] Implement login ()
Authored by: P-reducible, pukkandan
Conner 4bf72cc1c9
[Podchaser] Add extractors ()
Authored by; connercsbn
Elyse 25f0e68f97
[wat] Fix extraction of multi-language videos and subtitles ()
Closes , closes 
Authored by: elyse0
Elyse 3358f89361
[adn] Update AES key ()
Closes 
Authored by: elyse0
Henrik Heimbuerger f3b3fe16af
[nebula] Add support for subscriptions ()
Closes  
Authored by: hheimbuerger
Jordan Weatherby d1c4f6d4da
[youtube] Added piped instance urls ()
Closes 
Authored by: JordanWeatherby
pukkandan 82d020804d
[extractor] Use classmethod/property where possible
and refactor lazy extractors accordingly.

This reduces the need to create extractor instances
Filip Hedman 7ddbf09c25
[DRTV] Improve `_VALID_URL` ()
Authored by: vertan
pukkandan 2e4585da92
[cookies] Throttle progress-bar
Closes 
pukkandan 8dcce6a89c
[extractor] Document netrc machines
Closes 
pukkandan 494f52308b
[FixupM3u8] Obey `--hls-prefer-mpegts`
Closes 
pukkandan 3d38b2d6d0
Fix `--date today`
Closes 
pukkandan 3a408f9d19
Show name of downloader in verbose log
Closes 
pukkandan d76fa1f3d4
[cookies] Allow `cookiefile` to be a text stream
Closes 
pukkandan fe1daad3cb
Bugfix for 59f943cd50
Fixes: 59f943cd50 (commitcomment-73251597)
pukkandan 0f06bcd759
[cleanup] Minor fixes (See desc)
* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes 
* Fix bug in 385ffb467b
* Fix bug in 43d7f5a5d0
* [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode`
* [utils] LazyList: Expose unnecessarily "protected" attributes
and other minor cleanup
ca-za d239db0306
[toggo] Improve `_VALID_URL` ()
Authored by: ca-za
pukkandan 385ffb467b
[wistia] Fix `_VALID_URL`
Closes 
Authored by: dirkf
Evan Spensley 5f8ea7e0d8
[Jamendo] Extract more metadata ()
Authored by: evansp
pukkandan d7a1aa00c6
Run `FFmpegFixupM3u8PP` for live-streams if needed
Closes 
MMM 5747d4f4e8
[kaltura] Update API calls ()
Authored by: flashdagger
Lesmiscore 1f8b4ab733
[radiko] Fix extractor ()
Authored by: Lesmiscore
pukkandan d4736fdb43
Remove warning for videos with an empty title
pukkandan 895aeb71d7
[toggo] Fix `_VALID_URL`
Closes 
pukkandan 4f28b537d9
Allow use of weaker ciphers with `--legacy-server-connect`
Closes 
pukkandan 6b70527f9d
[cleanup, zingmp3] Refactor extractors
Teemu Ikonen a0fe51d562
[ruutu] Support hs.fi embeds ()
Authored by: tpikonen, pukkandan
diegorodriguezv bd18c5d170
[cleanup, tmz] Update tests ()
Authored by: diegorodriguezv
Ha Tien Loi 54044decd0
[ZingMp3] Add chart and user extractors ()
Authored by: hatienl0i261299
Ha Tien Loi 89f383c4ee
[gronkh] Add playlist extractors ()
Closes 
Authored by: hatienl0i261299
pukkandan 91e5e839d3
[youtube] Deprioritize format 22
Reduces chance of encountering 
FestplattenSchnitzel 10fa2471fc
[VideocampusSachsen] Improve extractor ()
Authored by: FestplattenSchnitzel
i6t ff4d7860d5
[iwara] Add playlist extractors ()
Authored by: i6t
rand-net 4f7a98c565
[KhanAcademy] Fix extractor ()
Authored by: rand-net
Lesmiscore b58f8d8f2c
[TVer] Improve extraction ()
Authored by: Lesmiscore
Ha Tien Loi f963b7ab18
[Likee] Add extractor ()
Closes 
Authored by: hatienl0i261299
pukkandan 86925f6334
[Fifa] Sort formats
Closes 
m4tu4g 468f104ce7
[masters] Add extractor ()
Closes 
Authored by: m4tu4g
Bricio cbc6ee10da
[Fifa] Add Extractor ()
Closes 
Authored by: Bricio
nyuszika7h 6ef5ad9e29
[trovo] Update to new API ()
Closes 
Authored by: nyuszika7h
coletdev bb58c9ed5c
Add support for SSL client certificate authentication ()
Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password`

Authored-by: coletdjnz
Co-authored-by: df <fieldhouse@gmx.net>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>