jakeogh
f6ced29596
use get_first() and remove .get()
2024-05-14 18:57:34 -07:00
jakeogh
6f5c669fcc
move continue block, filter() comment_keys for None
2024-05-14 18:49:36 -07:00
jakeogh
4701ad6c2e
remove .get() call from content
2024-05-14 17:57:38 -07:00
jakeogh
1a0cf3ced4
fix test for None
2024-05-14 17:53:31 -07:00
jakeogh
f09e66bb3f
use traverse_obj with mutations variable
2024-05-14 17:51:13 -07:00
jakeogh
cf9751afd4
two whitespace fixes
2024-05-14 17:36:07 -07:00
jakeogh
5a3a4f13d4
@bbilly1 correctly parse like_count for cases > 1000
2024-05-06 15:26:52 -07:00
jakeogh
f4c1de1673
apply patch from @minamotorin of example code by @shoxie007
2024-05-06 13:47:34 -07:00
jakeogh
a1102d7df9
add commentRenderer fix from @minamotorin
2024-05-05 21:39:08 -07:00
jakeogh
3ef651718e
replace dict access with traverse_obj() and use likeCountA11y
2024-04-24 13:15:35 -07:00
jakeogh
17bb4434c2
replace dict access with try_get()
2024-04-24 02:22:01 -07:00
jakeogh
276347381c
fix another indent
2024-04-24 00:07:55 -07:00
jakeogh
800906c9ce
fix indent
2024-04-24 00:03:23 -07:00
jakeogh
4da1db9d1e
fix like_count
2024-04-23 20:41:00 -07:00
jakeogh
2ef6563fb1
fix old comment extraction
2024-04-23 16:02:03 -07:00
jakeogh
6083596d50
handle KeyError: 'frameworkUpdates' when the old comment format is served
2024-04-23 14:53:00 -07:00
jakeogh
16cb4fedbe
fix typo in previous patch, like count, and use direct dict access
2024-04-23 14:07:22 -07:00
jakeogh
ee81ca4a95
apply patch from issues/9358#issuecomment-2072600506
2024-04-23 12:18:13 -07:00
pukkandan
c305a25c1b
[cleanup] Standardize import datetime as dt
( #8978 )
2024-04-01 05:32:15 +05:30
pukkandan
a25a424323
[ie/youtube] Calculate more accurate filesize
...
YouTube provides slightly different duration for each format.
Calculating file-size based on this duration instead of the
video duration gives more accurate results.
Ref: https://github.com/yt-dlp/yt-dlp/issues/1400#issuecomment-2007441207
2024-04-01 04:56:09 +05:30
sepro
86e3b82261
[core] Fix filesize_approx
calculation ( #9560 )
...
Reverts 22e4dfacb6
Despite being documented as `Kbit/s`, the extractors/manifests were returning bitrates in SI units of kilobits/sec.
Authored by: seproDev, pukkandan
2024-04-01 04:47:24 +05:30
pukkandan
e7b17fce14
[ie/youtube] Update android
params
...
Discovered by LuanRT - https://github.com/LuanRT/YouTube.js/pull/624
Closes #9554
2024-04-01 01:31:53 +05:30
Aron Buzinkay
17d248a587
[ie/youtube:search] Fix params for uncensored results ( #9456 )
...
Closes #9156
Authored by: alb, pukkandan
2024-03-19 23:25:04 +00:00
sepro
22e4dfacb6
[ie/youtube] Fix tbr calculation ( #9489 )
...
Authored by: pukkandan
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2024-03-18 18:07:22 +01:00
x11x
8828f4576b
[ie/youtube:tab] Fix tags
extraction ( #9413 )
...
Closes #9412
Authored by: x11x
2024-03-10 15:20:48 +00:00
bashonly
7aad06541e
[ie/youtube] Further bump client versions ( #9395 )
...
Authored by: bashonly
2024-03-09 15:51:20 +00:00
bashonly
413d367580
[ie/youtube] Bump Android and iOS client versions ( #9317 )
...
Closes #9316
Authored by: bashonly
2024-02-29 23:02:50 +00:00
Simon Sawicki
5eedc208ec
[ie/youtube] Better error when all player responses are skipped ( #9083 )
...
Authored by: Grub4K, pukkandan
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2024-02-24 23:20:22 +00:00
Lev
104a7b5a46
[ie] Migrate commonly plural fields to lists ( #8917 )
...
Authored by: llistochek, pukkandan
Related: #3944
2024-02-20 12:49:24 +05:30
Simon Sawicki
f9fb3ce86e
[cleanup] Misc ( #8598 )
...
Authored by: bashonly, pukkandan, seproDev, Grub4K
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2023-12-30 22:27:36 +01:00
Pandey Ganesha
6b5d93b0b0
[ie/youtube] Fix like_count
extraction ( #8763 )
...
Closes #8759
Authored by: Ganesh910
2023-12-13 07:04:12 +00:00
pukkandan
044886c220
[ie/youtube] Return empty playlist when channel/tab has no videos
...
Closes #8634
2023-12-06 03:44:13 +05:30
OIRNOIR
6a9c7a2b52
[ie/youtube] Support cf.piped.video ( #8514 )
...
Authored by: OIRNOIR
Closes #8457
2023-11-29 18:18:58 +05:30
bashonly
bb5a54e6db
[ie/youtube] Improve detection of faulty HLS formats ( #8646 )
...
Closes #7747
Authored by: bashonly
2023-11-26 02:21:29 +00:00
sepro
1732eccc0a
[core] Parse release_year
from release_date
( #8524 )
...
Closes #7263
Authored by: seproDev
2023-11-26 02:12:05 +00:00
Simon Sawicki
b012271d01
[cleanup] Misc ( #8510 )
...
Authored by: bashonly, coletdjnz, dirkf, gamer191, seproDev, Grub4K
2023-11-14 22:40:38 +01:00
bashonly
fd8fcf8f4f
Revert 39abae2354
...
The iOS client is not subject to integrity checks and is likely to be a more stable choice going forward
Authored by: bashonly
2023-11-07 14:55:12 -06:00
bashonly
ef79d20dc9
[ie/youtube] Check newly uploaded iOS HLS formats ( #8336 )
...
Closes #7747
Authored by: bashonly
2023-10-28 08:02:13 +00:00
bashonly
39abae2354
[ie/youtube] Deprioritize iOS client formats ( #8337 )
...
Authored by: bashonly
2023-10-28 08:01:31 +00:00
bashonly
b634ba742d
[cleanup] Misc ( #8338 )
...
Authored by: bashonly, gamer191
2023-10-13 22:15:35 +00:00
Simon Sawicki
feebf6d02f
[ie/youtube] Fix bug with --extractor-retries inf
( #8328 )
...
Authored by: Grub4K
2023-10-12 12:20:52 +02:00
bashonly
03e85ea99d
[ie/youtube] Fix heatmap
extraction ( #8299 )
...
Closes #8189
Authored by: bashonly
2023-10-06 20:00:15 -05:00
coletdjnz
eb5bdbfa70
[ie/youtube] Raise a warning for Incomplete Data
instead of an error ( #8238 )
...
Closes https://github.com/yt-dlp/yt-dlp/issues/8206
Adds `raise_incomplete_data` extractor arg to revert this behaviour and raise an error.
Authored by: coletdjnz
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-10-03 06:42:30 +00:00
bashonly
5ca095cbcd
[cleanup] Misc ( #8182 )
...
Closes #7796 , Closes #8028
Authored by: barsnick, sqrtNOT, gamer191, coletdjnz, Grub4K, bashonly
2023-09-23 20:00:31 +00:00
coletdjnz
378ae9f9fb
[ie/youtube] Fix consent cookie ( #7774 )
...
Fixes #7594
Authored by: coletdjnz
2023-08-12 04:26:08 +00:00
coletdjnz
546b2c28a1
[ie/youtube] Fix player_params
arg being converted to lowercase
...
Fix bug in ba06d77a31
Authored by: coletdjnz
2023-07-30 10:50:25 +12:00
coletdjnz
ba06d77a31
[ie/youtube] Add player_params
extractor arg ( #7719 )
...
Authored by: coletdjnz
2023-07-29 06:20:42 +00:00
coletdjnz
3d2623a898
[compat, networking] Deprecate old functions ( #2861 )
...
Authored by: coletdjnz, pukkandan
2023-07-15 16:18:35 +05:30
coletdjnz
1ba6fe9db5
[ie/youtube:tab] Detect looping feeds ( #6621 )
...
Closes https://github.com/yt-dlp/yt-dlp/issues/5555
Note: the first page may still be repeated, however this is better than nothing.
Authored by: coletdjnz
2023-07-15 03:20:24 +00:00
pukkandan
94ed638a43
[ie/youtube] Avoid false DRM detection ( #7396 )
...
Some master manifests contain a mix of DRM and non-DRM formats
2023-07-06 21:40:07 +05:30