pukkandan
5ec1b6b716
Add option --download-sections to download video partially
...
Closes #52 , Closes #3932
2022-06-07 02:41:55 +05:30
pukkandan
e0ab98541c
[ExtractAudio] Allow conditional conversion
...
Closes #1715
2022-06-06 21:51:28 +05:30
pukkandan
35faefee5d
[ExtractAudio, cleanup] Refactor
2022-06-06 21:49:57 +05:30
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
2022-06-06 19:46:45 +05:30
pukkandan
00bbc5f177
[ThumbnailsConvertor] Allow conditional conversion
...
Closes #3970
2022-06-05 20:51:19 +05:30
pukkandan
1890fc6389
[cleanup] Misc fixes
...
Cherry-picks from: #3498 , #3947
Related: #3949 , https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836
Authored by: pukkandan, flashdagger, gamer191
2022-06-03 21:45:35 +05:30
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 #3954
2022-06-03 17:25:20 +05:30
pukkandan
09d02ea429
[extractor] Fix bug in f95b9dee45
...
Closes #3951
2022-06-03 06:16:01 +05:30
pukkandan
28786529dc
[extractor/dropout] Login is not mandatory
...
Workaround for #3931
2022-06-01 02:03:25 +05:30
pukkandan
6b0b0a289a
[extractor/youtube:tab] Detect videoRenderer in _post_thread_continuation_entries
2022-06-01 02:03:24 +05:30
pukkandan
f95b9dee45
[extractor] Add dev option --load-pages
2022-06-01 02:03:22 +05:30
pukkandan
617f658b7e
[extractor, cleanup] Refactor _download_... methods
2022-06-01 01:57:16 +05:30
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 #3844
2022-06-01 01:57:14 +05:30
pukkandan
0fe51254cb
[extractor/youtube] Bring back _extract_chapters_from_description
...
Closes #3886
2022-05-29 01:00:41 +05:30
pukkandan
52023f1291
[extractor/youtube] Make signature extraction non-fatal
...
and reduce verbosity of it's warning
Closes #3882
2022-05-29 00:00:24 +05:30
pukkandan
0bf9dc1e35
Fix bug in 8a82af3511
2022-05-27 21:29:30 +05:30
pukkandan
829bbd1d05
[youtube] Add warning for PostLiveDvr
...
Closes #3746 , Related #1564
2022-05-27 05:07:00 +05:30
pukkandan
8a82af3511
[cleanup] Misc fixes and cleanup
...
Closes #3780 , Closes #3853 , Closes #3850
2022-05-27 04:43:43 +05:30
pukkandan
8246f8402b
[spotify:show] Fix extractor
...
Closes #3768
2022-05-27 04:33:03 +05:30
pukkandan
6b9e832db7
--config-location - to provide options interactively
2022-05-27 04:32:54 +05:30
pukkandan
d9473db78a
[ModifyChapters] Fix repeated removal of small segments
...
Closes #3846
2022-05-23 16:12:33 +05:30
pukkandan
11233f2afd
[downloader, cleanup] Refactor report_progress
...
Closes #3790
2022-05-22 21:54:06 +05:30
pukkandan
3a85e9cee9
[ffmpeg] Check version lazily
...
Closes #3830
2022-05-22 19:56:22 +05:30
pukkandan
c4a62b99f6
Fix bug in 23326151c4
2022-05-22 17:27:04 +05:30
pukkandan
b5899f4f19
[build, cleanup] Refactor
...
Closes #3835 , #3837
2022-05-22 17:07:18 +05:30
pukkandan
c487cf0010
[cleanup] Misc
2022-05-21 16:01:53 +05:30
pukkandan
415f8d51a8
Ensure pre-processor errors do not block video download
...
Closes #2875
2022-05-21 02:30:16 +05:30
pukkandan
ca6d59d2c1
Fix --simulate --max-downloads
...
Bug in c3e6ffba53
Closes #3815
2022-05-20 23:13:31 +05:30
pukkandan
1a8cc83735
Bugfix for 3a408f9d19
2022-05-20 21:25:07 +05:30
pukkandan
2762dbb17e
[compat] Add functools.cached_property
2022-05-20 21:06:37 +05:30
pukkandan
666c36d58d
Bugfix for 23326151c4
2022-05-20 21:03:19 +05:30
pukkandan
e79969b242
Return an error code if update fails
...
Closes #3802
2022-05-20 06:01:37 +05:30
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
2022-05-20 06:01:09 +05:30
pukkandan
b801cd7179
[tiktok] Detect embeds
...
Closes #3799
2022-05-20 06:01:08 +05:30
pukkandan
0b9c08b47b
[utils] Improve performance using functools.cache
...
Closes #3786
2022-05-19 20:23:53 +05:30
pukkandan
2f97cc615b
[utils] ISO3166Utils: Add EU and AP
...
Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
2022-05-19 20:05:26 +05:30
pukkandan
2dd5a2e3a1
[doc, cleanup] Re-indent "Usage and Options" section
2022-05-19 20:05:17 +05:30
pukkandan
23326151c4
Add option --retry-sleep ( #3059 )
...
Closes #2852
2022-05-19 20:00:31 +05:30
pukkandan
9e49146352
Add option --alias
2022-05-19 19:45:21 +05:30
pukkandan
b14d523558
Release 2022.05.18
2022-05-18 09:04:38 +05:30
pukkandan
21633673c3
[cleanup] Minor fixes
2022-05-18 09:04:30 +05:30
pukkandan
80e8493ee7
[utils] is_html: Handle double BOM
...
Closes #2885
2022-05-18 07:03:50 +05:30
pukkandan
aedaa455d9
[vimeo] Fix extractors
...
Closes #3037 , Closes #2858 , Closes #2880 , Closes #3712
May also fix #3602 , #3360
2022-05-18 05:16:08 +05:30
pukkandan
d6bf1161db
[generic] Refactor _extract_rss
...
Closes #3738
2022-05-18 04:17:59 +05:30
pukkandan
7896214c42
Bugfix for 591bb9d355
...
Closes #3769
2022-05-17 22:33:15 +05:30
pukkandan
5792c950bf
[compat] Implement compat.imghdr
...
Python 3.11 deprecates `imghdr` module
2022-05-17 19:46:01 +05:30
pukkandan
7a96d0b39c
[build] More test-runners
...
* GHA does not cache python 3.6 for Windows, so use 3.8 instead
* Add tests for 3.11, PyPy3.8/3.9
* CPython 3.10 is now stable
* Do not pin Ubuntu to 18.04
2022-05-17 19:40:54 +05:30
pukkandan
591bb9d355
Fix color in -q -F
...
and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace`
Closes #3761
2022-05-17 18:41:46 +05:30
pukkandan
0fa7d2c8e4
Bugfix for 2414649192
2022-05-17 00:55:37 +05:30
pukkandan
b2a2d91310
[adobepass] Allow cookies for authenticating MSO
...
Possible workaround for #1034
2022-05-17 00:07:46 +05:30
pukkandan
490110c543
--max-downloads should obey --break-per-input
2022-05-17 00:07:44 +05:30
pukkandan
2414649192
[cleanup] Misc cleanup
2022-05-17 00:07:43 +05:30
pukkandan
5d5c0f7e99
[Hotstar] Bugfix for a1ddaa899c
...
Closes #3595
2022-05-17 00:07:41 +05:30
pukkandan
e037c405ad
[rokfin] Implement login ( #2992 )
...
Authored by: P-reducible, pukkandan
2022-05-15 22:17:04 +05:30
pukkandan
82d020804d
[extractor] Use classmethod/property where possible
...
and refactor lazy extractors accordingly.
This reduces the need to create extractor instances
2022-05-13 00:23:26 +05:30
pukkandan
2e4585da92
[cookies] Throttle progress-bar
...
Closes #3710
2022-05-12 10:54:49 +05:30
pukkandan
8dcce6a89c
[extractor] Document netrc machines
...
Closes #3169
2022-05-11 22:10:15 +05:30
pukkandan
494f52308b
[FixupM3u8] Obey --hls-prefer-mpegts
...
Closes #3697
2022-05-11 11:03:36 +05:30
pukkandan
3d38b2d6d0
Fix --date today
...
Closes #3704
2022-05-11 07:25:56 +05:30
pukkandan
3a408f9d19
Show name of downloader in verbose log
...
Closes #3703
2022-05-11 07:20:54 +05:30
pukkandan
d76fa1f3d4
[cookies] Allow cookiefile to be a text stream
...
Closes #3674
2022-05-11 05:52:55 +05:30
pukkandan
fe1daad3cb
Bugfix for 59f943cd50
...
Fixes: https://github.com/yt-dlp/yt-dlp/commit/59f943cd5097e9bdbc3cb3e6b5675e43d369341a#commitcomment-73251597
2022-05-10 11:08:58 +05:30
pukkandan
0f06bcd759
[cleanup] Minor fixes (See desc)
...
* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes #3684
* 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
2022-05-09 17:59:26 +05:30
pukkandan
385ffb467b
[wistia] Fix _VALID_URL
...
Closes #2866
Authored by: dirkf
2022-05-09 09:14:21 +05:30
pukkandan
d7a1aa00c6
Run FFmpegFixupM3u8PP for live-streams if needed
...
Closes #3669
2022-05-07 22:36:23 +05:30
pukkandan
d4736fdb43
Remove warning for videos with an empty title
2022-05-07 19:45:33 +05:30
pukkandan
895aeb71d7
[toggo] Fix _VALID_URL
...
Closes #2610
2022-05-07 19:24:04 +05:30
pukkandan
4f28b537d9
Allow use of weaker ciphers with --legacy-server-connect
...
Closes #2043
2022-05-07 18:40:44 +05:30
pukkandan
6b70527f9d
[cleanup, zingmp3] Refactor extractors
2022-05-07 18:39:58 +05:30
pukkandan
91e5e839d3
[youtube] Deprioritize format 22
...
Reduces chance of encountering #3372
2022-05-07 08:05:32 +05:30
pukkandan
86925f6334
[Fifa] Sort formats
...
Closes #3632
2022-05-04 19:07:34 +05:30
pukkandan
3fe75fdc80
[cleanup] Misc fixes (see desc)
...
* Do not warn when fixup is skipped for existing file
* [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors
* [utils] write_string: Fix bug in 59f943cd50
* [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048
* [docs] Remove note about permissions. Closes #3597
2022-05-01 04:58:38 +05:30
pukkandan
6f7563beb7
[XAttrMetadata] Refactor and document dependencies
2022-05-01 04:58:38 +05:30
pukkandan
43d7f5a5d0
[EmbedThumbnail] Do not obey -k
2022-05-01 04:58:26 +05:30
pukkandan
07689fc149
[reddit] Prevent infinite loop
...
Closes #3588
2022-04-29 07:41:39 +05:30
pukkandan
bfec31bec8
[youtube] De-prioritize auto-generated thumbnails
...
Closes #3112
2022-04-29 07:41:39 +05:30
pukkandan
1d485a1a79
[cleanup] Misc fixes
...
Closes #3565 , https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
2022-04-29 07:39:33 +05:30
pukkandan
0a41f331cc
[doc] Minor improvements
...
Closes #3518 , Closes #3560
2022-04-29 06:53:36 +05:30
pukkandan
e1e1ea54ae
[build] Fix --onedir on macOS
...
Closes #3584
2022-04-28 22:18:03 +05:30
pukkandan
492272fed6
--match-filter - to interactively ask for each video
2022-04-28 20:04:40 +05:30
pukkandan
59f943cd50
[utils] write_string: Workaround newline issue in conhost
...
On windows `conhost`, when `WINDOWS_VT_MODE` is enabled, `\n` is not
actually sent if the window is exactly the length of printed line,
and the line does not end with a white-space character. So the
line-break disappears when resizing the window.
Fixes #1863
2022-04-28 20:04:40 +05:30
pukkandan
0a5a191a2a
Improve --clean-infojson
...
It should not removes fields that may be needed for `--load-infojson`.
Eg: `_ffmpeg_args`, `_has_drm`
2022-04-28 20:04:40 +05:30
pukkandan
c171445431
[cleanup,build] Cleanup some build-related code
...
Fixes an issue in 7ab56be2c7
2022-04-27 16:12:36 +05:30
pukkandan
4f80952353
[cleanup] Delete unused extractors
2022-04-27 08:24:25 +05:30
pukkandan
e13945a2fe
[ffmpeg] Fix features detection
2022-04-27 05:36:06 +05:30
pukkandan
ca04e1bf49
[Metadata] Remove filename from attached info-json
2022-04-27 01:19:06 +05:30
pukkandan
7ab56be2c7
[build] Ensure compat._legacy is packed in executables
...
Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406
2022-04-26 15:13:17 +05:30
pukkandan
059bc4db19
[compat/asyncio] Use asyncio.all_tasks
2022-04-26 05:45:18 +05:30
pukkandan
9196cbfe8b
[compat] Ensure submodules are correctly wrapped
2022-04-26 05:43:20 +05:30
pukkandan
9cd080508d
Revert acbc642250
...
Reverts "[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation"
The warning should not be suppressed. We need to address it
2022-04-26 05:43:19 +05:30
pukkandan
a1ddaa899c
[hotstar] Refactor extractors
...
Closes #3517
2022-04-23 22:47:31 +05:30
pukkandan
6534298b12
[build] Avoid use of install -D
...
Closes #3429
2022-04-23 22:46:03 +05:30
pukkandan
90f4229409
[telegram] Fix metadata extraction
...
Closes #3528
2022-04-23 22:45:54 +05:30
pukkandan
b0f636beb4
[Sponsorblock] Don't crash when duration is unknown
...
CLoses #3529
2022-04-23 22:45:42 +05:30
pukkandan
9b8ee23b99
[dependencies] Create module with all dependency imports
2022-04-21 00:48:52 +05:30
pukkandan
62f6f1cbf2
Don't imply -s for later stages of -O
2022-04-20 21:01:34 +05:30
pukkandan
2d3b3feb7e
[Olympics] Fix format extension
...
Closes #3481
2022-04-19 22:44:29 +05:30
pukkandan
6f638d325e
Fix Makefile
...
Closes #3467 , #35
Authored by: putnam
2022-04-19 14:54:31 +05:30
pukkandan
1e9969f4f5
bugfix for a44ca5a470, 19a0394044, 77f9033095
...
Closes #3472
2022-04-19 02:59:20 +05:30
pukkandan
43cc91ad75
bugfix for 19a0394044, 3d3bb1688b
2022-04-18 05:41:56 +05:30