pukkandan
|
d5fe04f5c7
|
Fix --compat-option no-direct-merge
|
2021-09-12 21:40:28 +05:30 |
|
pukkandan
|
4614bc22c1
|
Allow --force-write-archive to work with --flat-playlist
Related: #876
|
2021-09-04 03:07:29 +05:30 |
|
pukkandan
|
8e5fecc88c
|
Handle more playlist errors with -i
|
2021-09-04 03:07:27 +05:30 |
|
pukkandan
|
409e18286e
|
Fix extra_info being reused across runs
58adec4677 was supposed to solve this, but ended up being an incomplete fix
Closes #727
|
2021-09-04 01:39:29 +05:30 |
|
pukkandan
|
8113999995
|
Fix --compat-option playlist-index
|
2021-09-04 01:39:27 +05:30 |
|
pukkandan
|
e0493e90fc
|
fix bug in 88acdbc269
|
2021-08-25 10:26:09 +05:30 |
|
pukkandan
|
8b7491c8d1
|
Fix add_info_extractor when used via API
Bug from: 251ae04e6a
|
2021-08-23 05:31:55 +05:30 |
|
pukkandan
|
251ae04e6a
|
[lazy_extractor] Create instance only after pre-checking archive
|
2021-08-23 05:06:39 +05:30 |
|
pukkandan
|
1151c4079a
|
[extractor] Show video id in error messages if possible
|
2021-08-23 02:49:07 +05:30 |
|
pukkandan
|
88acdbc269
|
[extractor] Better error message for DRM (#729)
Closes #636
|
2021-08-23 01:38:38 +05:30 |
|
pukkandan
|
da33e35b05
|
Don't try to merge with final extension
The formats may not be directly mergable into the final extension
|
2021-08-23 00:50:41 +05:30 |
|
pukkandan
|
58adec4677
|
Fix extra_info being reused across runs
Closes #727
|
2021-08-19 03:10:58 +05:30 |
|
pukkandan
|
9e598870dd
|
Fix playlist_index not obeying playlist_start
and add tests
Closes #720
|
2021-08-17 19:06:10 +05:30 |
|
pukkandan
|
8f18aca871
|
Let --match-filter reject entries early
Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
|
2021-08-17 04:29:56 +05:30 |
|
pukkandan
|
3ad56b4236
|
Fix -J when there are failed videos
|
2021-08-17 04:29:55 +05:30 |
|
pukkandan
|
86c66b2d3e
|
Fix -F for extractors that directly return url
Related: #693
|
2021-08-15 00:26:34 +05:30 |
|
pukkandan
|
6c7274ecd2
|
Fix resuming of single formats when using --no-part
Closes #576
|
2021-08-15 00:26:32 +05:30 |
|
pukkandan
|
ad3dc496bb
|
Misc fixes - See desc
* Remove unnecessary uses of _list_from_options_callback
* Fix download tests - Bug from 6e84b21559
* Rename ExecAfterDownloadPP to ExecPP and refactor its tests
* Ensure _write_ytdl_file closes file handle on error - Potential fix for #517
|
2021-08-10 01:22:55 +05:30 |
|
pukkandan
|
2831b4686c
|
Show libraries present in verbose head
|
2021-08-10 01:22:55 +05:30 |
|
pukkandan
|
e9f4ccd19e
|
Add option --replace-in-metadata
|
2021-08-10 01:22:55 +05:30 |
|
pukkandan
|
3448870205
|
[docs] Fix some mistakes and improve doc
|
2021-08-07 21:41:48 +05:30 |
|
pukkandan
|
b868936cd6
|
[cleanup] Misc
|
2021-08-07 21:17:07 +05:30 |
|
pukkandan
|
2b8a2973bd
|
Allow entire infodict to be printed using %()s
Makes `--dump-json` redundant
|
2021-08-07 21:17:04 +05:30 |
|
pukkandan
|
b7b04c782e
|
Add option --no-simulate to not simulate even when --print or --list... are used
* Deprecates `--print-json`
* Some listings like `--list-extractors` are handled by `yt_dlp` and so are not affected by this. These have been documented as such
Addresses: https://github.com/ytdl-org/youtube-dl/issues/29675, https://github.com/ytdl-org/youtube-dl/issues/29580#issuecomment-882046305
|
2021-08-07 21:17:03 +05:30 |
|
pukkandan
|
6e84b21559
|
Fix bugs related to sanitize_info
Related: 8012d892bd (r54555230)
|
2021-08-07 21:16:55 +05:30 |
|
pukkandan
|
b51d2ae3ca
|
Add compat-option no-keep-subs
Closes #630
|
2021-08-06 00:55:04 +05:30 |
|
pukkandan
|
124bc071ee
|
Fix wrong extension for intermediate files
Closes #632
|
2021-08-05 19:51:14 +05:30 |
|
pukkandan
|
8012d892bd
|
Ensure sanitization of infodict before printing to stdout
* `filter_requested_info` is renamed to a more appropriate name `sanitize_info`
|
2021-08-05 03:37:16 +05:30 |
|
pukkandan
|
a46a815b05
|
[cleanup] Fix linter in 96fccc101f
|
2021-08-01 12:52:09 +05:30 |
|
pukkandan
|
96fccc101f
|
[downloader] Allow streaming unmerged formats to stdout using ffmpeg
For this to work:
1. The downloader must be ffmpeg
2. The selected formats must have the same protocol
3. The formats must be downloadable by ffmpeg to stdout
Partial solution for: https://github.com/ytdl-org/youtube-dl/issues/28146, https://github.com/ytdl-org/youtube-dl/issues/27265
|
2021-08-01 12:38:06 +05:30 |
|
pukkandan
|
dbf5416a20
|
[cleanup] Refactor some code
|
2021-08-01 12:38:05 +05:30 |
|
pukkandan
|
f5510afef0
|
[FormatSort] Fix bug for audio with unknown codec
|
2021-08-01 12:13:40 +05:30 |
|
pukkandan
|
e4f0275711
|
Add compat-option no-clean-infojson
|
2021-08-01 12:13:40 +05:30 |
|
pukkandan
|
7d1eb38af1
|
Add format types j , l , q for outtmpl
Closes #345
|
2021-07-29 08:47:25 +05:30 |
|
pukkandan
|
901130bbcf
|
Expand and escape environment variables correctly in outtmpl
Fixes: https://www.reddit.com/r/youtubedl/comments/otfmq3/ytdlp_same_parameters_different_results
|
2021-07-29 08:38:18 +05:30 |
|
pukkandan
|
ea05b3020d
|
Remove asr appearing twice in -F
|
2021-07-26 03:38:15 +05:30 |
|
pukkandan
|
3ba7740dd8
|
[downloader] Pass info_dict to progress_hook s
|
2021-07-22 04:30:11 +05:30 |
|
pukkandan
|
245524e6a3
|
Release 2021.07.21
and fix some typos
Closes #538
|
2021-07-22 02:33:28 +05:30 |
|
pukkandan
|
e37d0efbd9
|
Fix bug where original_url was not propagated when _type =url
|
2021-07-22 02:32:19 +05:30 |
|
Matt Broadway
|
982ee69a74
|
Add option --cookies-from-browser to load cookies from a browser (#488)
* also adds `--no-cookies-from-browser`
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201
Authored by: mbway
|
2021-07-22 02:02:49 +05:30 |
|
pukkandan
|
ae30b84072
|
Add field live_status
|
2021-07-21 20:50:58 +05:30 |
|
pukkandan
|
cc9d1493c6
|
bugfix for 50fed816dd
|
2021-07-21 20:50:49 +05:30 |
|
pukkandan
|
b35496d825
|
Add only_once param for write_debug
|
2021-07-21 18:06:34 +05:30 |
|
pukkandan
|
c84aeac6b5
|
Add only_once param for report_warning
Related: https://github.com/yt-dlp/yt-dlp/pull/488#discussion_r667527297
|
2021-07-21 01:39:58 +05:30 |
|
pukkandan
|
50fed816dd
|
Errors in playlist extraction should obey --ignore-errors
Related: https://github.com/yt-dlp/yt-dlp/issues/535#issuecomment-883277272, https://github.com/yt-dlp/yt-dlp/issues/518#issuecomment-881794754
|
2021-07-21 01:04:53 +05:30 |
|
pukkandan
|
3f698246b2
|
Rename NOTE in -F to MORE INFO
since it's often confused to be the same as `format_note`
|
2021-07-20 05:30:28 +05:30 |
|
pukkandan
|
cca80fe611
|
[youtube] Extract even more thumbnails and reduce testing
* Also fix bug where `_test_url` was being ignored
Ref: https://stackoverflow.com/a/20542029
Related: #340
|
2021-07-20 03:46:06 +05:30 |
|
pukkandan
|
0ba692acc8
|
[youtube] Extract more thumbnails
* The thumbnail URLs are hard-coded and their actual existence is tested lazily
* Added option `--no-check-formats` to not test them
Closes #340, Related: #402, #337, https://github.com/ytdl-org/youtube-dl/issues/29049
|
2021-07-20 02:42:11 +05:30 |
|
pukkandan
|
3b297919e0
|
Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
This reverts commit 4d971a16b8 by @damianoamatruda
Closes #500
This was wrongly checking for `write_thumbnail`
|
2021-07-15 23:34:52 +05:30 |
|
pukkandan
|
b5ac45b197
|
Fix selectors all , mergeall and add tests
Bug from: 981052c9c6
|
2021-07-07 21:10:43 +05:30 |
|