pukkandan
0c14d66ad9
Fix `autonumber`
...
Bug in 09b49e1f68
3 years ago
pukkandan
16c620bc55
Handle float in `--wait-for-video`
...
Closes #3082
3 years ago
pukkandan
592b748582
[cleanup] Minor cleanup
...
Closes #3006
3 years ago
pukkandan
cf4f42cb97
Protect stdout from unexpected progress and console-title
...
Closes #3023
3 years ago
MMM
10331a2672
Fix `--print` with `--ignore-no-formats` when url is `None` ( #3000 )
...
Authored by: flashdagger
3 years ago
pukkandan
08d30158ec
[cleanup, docs] Misc cleanup
...
Closes #2828 , closes #2734 , closes #2802 , closes #2937
3 years ago
coletdev
4390d5ec12
Add brotli content-encoding support ( #2433 )
...
Authored by: coletdjnz
3 years ago
pukkandan
50e93e03a7
Update to ytdl-commit-6508688
...
Make default upload_/release_date a compat_str
6508688e88
Except:
* "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531
- 01824d275b
- 39a98b09a2
- f0a05a55c2
- 4186e81777
3 years ago
pukkandan
8b7539d27c
Implement `--add-header` without modifying `std_headers`
...
Closes #2526 , #1614
3 years ago
pukkandan
2a938746f3
Fix verbose log when stdout/stderr encoding is `None`
...
See: 5c10453827
3 years ago
pukkandan
319b6059d2
Better error message when no --live-from-start format
3 years ago
pukkandan
4c3f8c3fb6
Handle negative duration from extractor
...
Closes #2921
3 years ago
Lesmiscore (Naoya Ozaki)
03f830040a
[YoutubeDL] Fill more fields for playlists ( #2824 )
3 years ago
pukkandan
09b49e1f68
Add pre-processor stage `after_filter`
...
* Move `_match_entry` and `post_extract` to `process_video_result`. It is also left in `process_info` for API compat
* `--list-...` options and `--force-write-archive` now obey filtering options
* Move `SponsorBlockPP` to `after_filter`. Closes https://github.com/yt-dlp/yt-dlp/issues/2536
* Reverts 4ec82a72bb
since this commit addresses the issue it was solving
3 years ago
pukkandan
60f3e99592
Tolerate failure to `--write-link` due to unknown URL
...
Closes #2724
3 years ago
pukkandan
8d93e69d67
Create necessary directories for `--print-to-file`
...
Closes #2721
3 years ago
pukkandan
3aa915400d
Fix `-all` for `--sub-langs`
...
Closes #2703
3 years ago
pukkandan
5c10453827
Fix for when stdout/stderr encoding is None
...
Closes #2711
3 years ago
pukkandan
e8969bda94
Obey `--abort-on-error` for "ffmpeg not installed"
...
Closes #1840
3 years ago
pukkandan
57ebfca39b
Set `webpage_url_...` from `webpage_url` and not input URL
...
Closes #2756
3 years ago
Lukas Fink
1ce9a3cb49
Add regex operator and quoting to format filters ( #2698 )
...
Closes #2681
Authored by: lukasfink1
3 years ago
pukkandan
297e9952b6
[extractor] Allow `http_headers` to be specified for `thumbnails`
3 years ago
pukkandan
455a15e2dc
[cleanup,docs] Minor fixes
...
Closes #2541 , #2484
3 years ago
pukkandan
6a0546e313
[outtmpl] Handle hard-coded file extension better
...
When we know that the user-provided extension is the correct final one,
replace it with intermediate extension during download
3 years ago
pukkandan
fc08bdd6ab
[extractor] Allow non-fatal `title` extraction
3 years ago
pukkandan
88f23a18e0
[docs,cleanup] Fix linter and misc cleanup
...
Closes #2419
3 years ago
pukkandan
bb66c24797
Add option `--print-to-file`
...
Closes #2372
3 years ago
pukkandan
6a5a30f9e2
Ensure `_type` is present in `info.json`
...
Closes #2447
3 years ago
pukkandan
d37707bda4
Fix/improve `InAdvancePagedList`
3 years ago
pukkandan
6970b6005e
[cleanup] Minor fixes
...
Closes #2334
3 years ago
pukkandan
0bfc53d05c
List playlist thumbnails in `--list-thumbnails`
3 years ago
xtkoba
f81c62a6a4
Add option --legacy-server-connect ( #778 )
...
to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation
Authored by: xtkoba
3 years ago
MinePlayersPE
426764371f
[iq.com] Add extractors ( #2354 )
...
Closes #704
Authored by: MinePlayersPE
3 years ago
pukkandan
3b603dbdf1
Add option `--concat-playlist`
...
Closes #1855 , related: #382
3 years ago
pukkandan
ed8d87f911
[cleanup, docs] Minor fixes
...
Closes #2230
3 years ago
pukkandan
e04938ab88
Check for existing thumbnail/subtitle in final directory
...
Closes #2275
3 years ago
pukkandan
dc5f409cdc
Fix typo in ed5835b451
3 years ago
pukkandan
8130779db6
Allow listing formats, thumbnails, subtitles using `--print` ( #2238 )
...
Closes #2083
Authored by: pukkandan, Zirro
3 years ago
pukkandan
ed5835b451
Allow `--print` to be run at any post-processing stage
3 years ago
coletdjnz
f0d785d3ed
[youtube:tab] Extract more playlist metadata ( #2069 )
...
* Add fields modified_date, modified_timestamp
* Add field playlist_count
* [youtube:tab] Extract view_count, playlist_count, modified_date
Authored by: coletdjnz, pukkandan
3 years ago
pukkandan
9e907ebddf
[cleanup] Misc cleanup
3 years ago
pukkandan
b62fa6d75f
Fix `-s --ignore-no-formats --force-write-archive`
...
Bug in a13e684813
3 years ago
pukkandan
be72c62480
Fix recursion error in f46e2f9d92
...
Closes #2216
3 years ago
pukkandan
a13e684813
Write `download_archive` only after all formats are downloaded
...
Closes #1470
3 years ago
pukkandan
f46e2f9d92
Add key `requested_downloads` in the root `info_dict`
3 years ago
pukkandan
9c906919ae
Add field `video_autonumber`
...
Closes #662
3 years ago
pukkandan
6020e05d23
Raise error if subtitle download fails
...
Closes #2212
3 years ago
pukkandan
ebed8b3732
Add more post-processing stages
...
playlist = After entire playlist
after_video = After downloading all formats of a video
3 years ago
pukkandan
1e43a6f733
Allow `--exec` to be run at any post-processing stage
...
Deprecates `--exec-before-download`
3 years ago
pukkandan
ca30f449a1
Add `--print playlist:` to print fields per playlist
3 years ago