Commit Graph

20674 Commits (9fde8a6b125466419745bfc2afed1f34f9821b3f)
 

Author SHA1 Message Date
MMM 9fde8a6b12
[extractor/lbry] Update livestream API ()
Authored by: flashdagger
Elyse 612e31f5ea
[extractor/substack] Add extractor ()
Closes 
Authored by: elyse0
Abubukker Chaudhary 7a2e40dd48
[extractor/MirrorCoUK] Add extractor ()
Authored by: LunarFang416, pukkandan
HobbyistDev 60ba603ab5
[extractor/netverse] Add extractors ()
Authored by: HobbyistDev, pukkandan
Zhymabek Roman a79cba0c95
[exctractor/digitalconcerthall] Fix extractor ()
Authored by: ZhymabekRoman
Lesmiscore 4f2a58c9c5
[extractor/pornhub] Extract `uploader_id` field ()
Authored by: Lesmiscore
pukkandan 44a6fcff39
Improve error handling of bad config files
Related: 
pukkandan bf1824b391
[cleanup] Deprecate `YoutubeDL.parse_outtmpl`
pukkandan a70635b8a1
[cleanup, utils] Don't use kwargs for `format_field`
christoph-heinrich e121e3cee7
[cleanup] Minor fixes ()
Authored by: christoph-heinrich
pukkandan 7e9a612585
Add option `--lazy-playlist` to process entries as they are received
pukkandan 0df111a371
[youtube] Extract `comment_count` from webpage
Closes 
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