bashonly and GitHub
f2868b26e9
[ie/SonyLIVSeries] Fix season extraction ( #9423 )
...
Authored by: bashonly
2024-03-14 23:21:27 +00:00
bashonly and GitHub
be77923ffe
[ie/crunchyroll] Extract vo_adaptive_hls formats by default ( #9447 )
...
Closes #9439
Authored by: bashonly
2024-03-14 21:42:35 +00:00
bashonly and GitHub
8c05b3ebae
[ie/tiktok] Update API hostname ( #9444 )
...
Closes #9441
Authored by: bashonly
2024-03-14 21:35:46 +00:00
bashonly and GitHub
17b96974a3
[build] Update changelog for tarball and sdist ( #9425 )
...
Closes #9417
Authored by: bashonly
2024-03-14 21:10:20 +00:00
0abf2f1f15
[build] Add transitional setup.py and pyinst.py ( #9296 )
...
Authored by: bashonly, Grub4K, pukkandan
Co-authored-by: Simon Sawicki <contact@grub4k.xyz >
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com >
2024-03-10 19:04:30 +00:00
bashonly and GitHub
263a4b55ac
[core] Handle --load-info-json format selection errors ( #9392 )
...
Closes #9388
Authored by: bashonly
2024-03-09 23:10:10 +00:00
bashonly and GitHub
b136e2af34
Bugfix for 104a7b5a46 ( #9394 )
...
Authored by: bashonly
2024-03-09 23:07:59 +00:00
bashonly and GitHub
b2cc150ad8
[ie/roosterteeth] Add Brightcove fallback ( #9403 )
...
Authored by: bashonly
2024-03-09 23:05:33 +00:00
bashonly and GitHub
7aad06541e
[ie/youtube] Further bump client versions ( #9395 )
...
Authored by: bashonly
2024-03-09 15:51:20 +00:00
bashonly and GitHub
dfd8c0b696
[ie/roosterteeth] Extract release date and timestamp ( #9393 )
...
Authored by: bashonly
2024-03-08 21:18:27 +00:00
bashonly and GitHub
96f3924bac
[ie/craftsy] Fix extractor ( #9384 )
...
Closes #9383
Authored by: bashonly
2024-03-07 23:12:43 +00:00
bashonly and GitHub
e4fbe5f886
[ie/francetv] Fix DAI livestreams ( #9380 )
...
Closes #9382
Authored by: bashonly
2024-03-07 18:03:24 +00:00
cf91400a1d
[build] Add default optional dependency group ( #9295 )
...
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz >
2024-03-04 23:19:37 +00:00
bashonly and GitHub
ede624d1db
[ie/francetv] Fix m3u8 formats extraction ( #9347 )
...
Authored by: bashonly
2024-03-03 23:19:52 +00:00
bashonly and GitHub
d9b4154cbc
[ie/tiktok] Fix webpage extraction ( #9327 )
...
Closes #4992 , Closes #8620
Authored by: bashonly
2024-03-02 00:36:07 +00:00
bashonly and GitHub
9749ac7fec
[ie/francetv] Fix extractors ( #9333 )
...
Closes #9323
Authored by: bashonly
2024-03-02 00:32:29 +00:00
bashonly and GitHub
413d367580
[ie/youtube] Bump Android and iOS client versions ( #9317 )
...
Closes #9316
Authored by: bashonly
2024-02-29 23:02:50 +00:00
bashonly and GitHub
4170b3d712
[ie/MujRozhlas] Fix extraction ( #9306 )
...
Closes #9304
Authored by: bashonly
2024-02-28 03:41:51 +00:00
bashonly and GitHub
464c919ea8
[ie/CloudflareStream] Improve embed detection ( #9287 )
...
Partially addresses #7858
Authored by: bashonly
2024-02-24 23:13:26 +00:00
bashonly and GitHub
3894ab9574
[ie/archiveorg] Fix format URL encoding ( #9279 )
...
Closes #9173
Authored by: bashonly
2024-02-24 23:12:04 +00:00
bashonly and GitHub
b05640d532
[ie/swearnet] Raise for login required ( #9281 )
...
Closes #9110
Authored by: bashonly
2024-02-24 23:11:28 +00:00
7a29cbbd5f
[ie/ntvru] Fix extraction ( #9276 )
...
Closes #8347
Authored by: bashonly, dirkf
Co-authored-by: dirkf <fieldhouse@gmx.net >
2024-02-24 23:10:37 +00:00
bashonly and GitHub
2e8de097ad
[ie/vimeo] Fix login ( #9274 )
...
Closes #9273
Authored by: bashonly
2024-02-24 23:09:04 +00:00
bashonly and GitHub
f3d5face83
[ie/CloudflareStream] Improve _VALID_URL ( #9280 )
...
Closes #9171
Authored by: bashonly
2024-02-24 22:02:13 +00:00
bashonly and GitHub
eabbccc439
[build] Support failed build job re-runs ( #9277 )
...
Authored by: bashonly
2024-02-24 17:00:27 +00:00
bashonly and GitHub
55f1833376
[ie/twitter] Extract numeric channel_id ( #9263 )
...
Authored by: bashonly
2024-02-22 00:49:21 +00:00
bashonly and GitHub
28e53d60df
[ie/twitter] Extract bitrate for HLS audio formats ( #9257 )
...
Closes #9202
Authored by: bashonly
2024-02-21 08:39:10 +00:00
bashonly and GitHub
43cfd462c0
Bugfix for 775cde82dc ( #9241 )
...
Authored by: bashonly
2024-02-18 20:33:23 +00:00
bashonly and GitHub
73fcfa39f5
Bugfix for beaa1a4455 ( #9235 )
...
[build:Makefile] Restore compatibility with GNU Make <4.0
- The != variable assignment operator is not supported by GNU Make <4.0
- $(shell) is a no-op in BSD Make, assigns an empty string to the var
- Try to assign with != and fallback to $(shell) if not assigned (?=)
- Old versions of BSD find have different -exec behavior
- Pipe to `sed` instead of using `find ... -exec dirname {}`
- BSD tar does not support --transform, --owner or --group
- Allow user to specify path to GNU tar by passing GNUTAR variable
- pandoc vars are immediately evaluated with != in gmake>=4 and bmake
- Suppress stderr output for pandoc -v in case it is not installed
- Use string comparison instead of int comparison for pandoc version
Authored by: bashonly
2024-02-17 21:23:54 +00:00
bashonly and GitHub
beaa1a4455
[build:Makefile] Ensure compatibility with BSD make ( #9210 )
...
Authored by: bashonly
2024-02-15 22:42:43 +00:00
bashonly and GitHub
8e765755f7
[ie/vimeo] Fix API headers ( #9125 )
...
Closes #9124
Authored by: bashonly
2024-02-02 21:15:04 +00:00
bashonly and GitHub
116c268438
[ie/twitter] Work around API rate-limit ( #8825 )
...
Closes #8762
Authored by: bashonly
2023-12-24 16:41:28 +00:00
bashonly and GitHub
e7d22348e7
[ie/twitter] Prioritize m3u8 formats ( #8826 )
...
Closes #8117
Authored by: bashonly
2023-12-24 16:40:50 +00:00
bashonly and GitHub
50eaea9fd7
[ie/instagram] Fix stories extraction ( #8843 )
...
Closes #8290
Authored by: bashonly
2023-12-24 16:40:03 +00:00
bashonly and GitHub
f45c4efcd9
[ie/litv] Fix premium content extraction ( #8842 )
...
Closes #8654
Authored by: bashonly
2023-12-24 16:33:16 +00:00
bashonly and GitHub
632b8ee54e
[core] Release workflow and Updater cleanup ( #8640 )
...
- Only use trusted publishing with PyPI and remove support for PyPI tokens from release workflow
- Clean up improper actions syntax in the build workflow inputs
- Refactor Updater to allow for consistent unit testing with `UPDATE_SOURCES`
Authored by: bashonly
2023-12-21 21:06:26 +00:00
bashonly and GitHub
37755a037e
[test:networking] Update tests for OpenSSL 3.2 ( #8814 )
...
Authored by: bashonly
2023-12-20 19:03:54 +00:00
bashonly and GitHub
1c54a98e19
[ie/twitter] Extract stale tweets ( #8724 )
...
Closes #8691
Authored by: bashonly
2023-12-19 13:24:55 +00:00
bashonly and GitHub
5a230233d6
[ie/box] Fix formats extraction ( #8649 )
...
Closes #5098
Authored by: bashonly
2023-11-26 02:50:23 +00:00
bashonly and GitHub
4903f452b6
[ie/bfmtv] Fix extractors ( #8651 )
...
Closes #8425
Authored by: bashonly
2023-11-26 02:49:18 +00:00
bashonly and GitHub
ff2fde1b8f
[ie/TwitCastingUser] Fix extraction ( #8650 )
...
Closes #8653
Authored by: bashonly
2023-11-26 02:47:48 +00:00
bashonly and GitHub
deeb13eae8
[pp/FFmpegMetadata] Embed stream metadata in single format downloads ( #8647 )
...
Closes #8568
Authored by: bashonly
2023-11-26 02:40:09 +00:00
bashonly and GitHub
bb5a54e6db
[ie/youtube] Improve detection of faulty HLS formats ( #8646 )
...
Closes #7747
Authored by: bashonly
2023-11-26 02:21:29 +00:00
bashonly and GitHub
f4b95acafc
Remove Python 3.7 support ( #8361 )
...
Closes #7803
Authored by: bashonly
2023-11-16 18:39:00 +00:00
bashonly and GitHub
24f827875c
[build] Make secretstorage an optional dependency ( #8585 )
...
Authored by: bashonly
2023-11-15 23:31:32 +00:00
bashonly and GitHub
15cb3528cb
[ie/abc.net.au:iview:showseries] Fix extraction ( #8586 )
...
Closes #8554 , Closes #8572
Authored by: bashonly
2023-11-15 23:24:55 +00:00
bashonly and GitHub
d4f14a72dc
[ie] Do not test truth value of xml.etree.ElementTree.Element ( #8582 )
...
Testing the truthiness of an `xml.etree.ElementTree.Element` instance is deprecated in py3.12
Authored by: bashonly
2023-11-14 20:28:18 +00:00
bashonly and GitHub
f6e97090d2
[ie/twitter:broadcast] Support --wait-for-video ( #8475 )
...
Closes #8473
Authored by: bashonly
2023-11-11 20:05:07 +00:00
bashonly and GitHub
2863fcf2b6
[ie/theatercomplextown] Add extractors ( #8560 )
...
Closes #8491
Authored by: bashonly
2023-11-11 20:04:29 +00:00
bashonly and GitHub
c76c96677f
[ie/thisoldhouse] Add login support ( #8561 )
...
Closes #8257
Authored by: bashonly
2023-11-11 20:03:50 +00:00
bashonly and GitHub
cb480e390d
[ie/thisav] Remove ( #8346 )
...
Authored by: bashonly
2023-11-11 19:53:59 +00:00
bashonly and GitHub
10025b715e
[core] Add --compat-option manifest-filesize-approx ( #8356 )
...
Closes #7623
Authored by: bashonly
2023-11-07 23:10:01 +00:00
bashonly and GitHub
595ea4a99b
[core] Fix format sorting with --load-info-json ( #8521 )
...
Closes #7971
Authored by: bashonly
2023-11-07 22:48:15 +00:00
bashonly and GitHub
2622c804d1
[fd/dash] Force native downloader for --live-from-start ( #8339 )
...
Closes #8212
Authored by: bashonly
2023-11-07 21:28:34 +00:00
bashonly and GitHub
ef79d20dc9
[ie/youtube] Check newly uploaded iOS HLS formats ( #8336 )
...
Closes #7747
Authored by: bashonly
2023-10-28 08:02:13 +00:00
bashonly and GitHub
39abae2354
[ie/youtube] Deprioritize iOS client formats ( #8337 )
...
Authored by: bashonly
2023-10-28 08:01:31 +00:00
bashonly and GitHub
4ce2f29a50
[ie/generic] Improve direct video link ext detection ( #8340 )
...
Closes #8265
Authored by: bashonly
2023-10-28 00:35:37 +00:00
bashonly and GitHub
177f0d963e
[ie/QDance] Update _VALID_URL ( #8426 )
...
Authored by: bashonly
2023-10-28 00:01:31 +00:00
bashonly and GitHub
a40e0b37df
[core] Only ensure playlist thumbnail dir if writing thumbs ( #8373 )
...
Bugfix for 2acd1d555e
Closes #8372
Authored by: bashonly
2023-10-22 23:05:22 +00:00
bashonly and GitHub
b634ba742d
[cleanup] Misc ( #8338 )
...
Authored by: bashonly, gamer191
2023-10-13 22:15:35 +00:00
84e26038d4
[utils] write_xattr: Use os.setxattr if available ( #8205 )
...
Closes #8193
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz >
2023-10-09 18:30:36 +00:00
bashonly and GitHub
03e85ea99d
[ie/youtube] Fix heatmap extraction ( #8299 )
...
Closes #8189
Authored by: bashonly
2023-10-06 20:00:15 -05:00
bashonly and GitHub
b095fd3fa9
[ie/WrestleUniverseVOD] Call API with device ID ( #8272 )
...
Closes #8271
Authored by: bashonly
2023-10-04 18:01:52 +00:00
bashonly and GitHub
1eaca74bc2
[ie/nfl.com:plus:replay] Fix extractor ( #7838 )
...
Closes #7836
Authored by: bashonly
2023-09-23 23:47:14 +00:00
bashonly and GitHub
5ca095cbcd
[cleanup] Misc ( #8182 )
...
Closes #7796 , Closes #8028
Authored by: barsnick, sqrtNOT, gamer191, coletdjnz, Grub4K, bashonly
2023-09-23 20:00:31 +00:00
bashonly and GitHub
35f9a306e6
[dependencies] Handle deprecation of sqlite3.version ( #8167 )
...
Closes #8152
Authored by: bashonly
2023-09-21 15:58:53 +00:00
bashonly and GitHub
94389b225d
[ie/RTVSLO] Fix format extraction ( #8131 )
...
Closes #8020
Authored by: bashonly
2023-09-17 02:42:42 +00:00
bashonly and GitHub
9652bca1bd
[ie/web.archive:vlive] Remove extractor ( #8132 )
...
Closes #8122
Authored by: bashonly
2023-09-17 00:38:09 +00:00
bashonly and GitHub
a006ce2b27
[ie/twitter] Fix retweet extraction and syndication API ( #8016 )
...
Authored by: bashonly
2023-09-09 15:14:49 +00:00
bashonly and GitHub
56b3dc0335
[ie/StagePlus] Fix m3u8 extraction ( #7929 )
...
Closes #7928
Authored by: bashonly
2023-08-27 23:33:25 +00:00
bashonly and GitHub
a0de8bb860
[ie/zee5] Update access token endpoint ( #7914 )
...
Closes #7911
Authored by: bashonly
2023-08-20 16:10:15 +00:00
bashonly and GitHub
dab87ca236
[cookies] Containers JSON should be opened as utf-8 ( #7800 )
...
Closes #7797
Authored by: bashonly
2023-08-12 21:30:23 +00:00
bashonly and GitHub
6014355c61
[ie/twitter] Add fallback, improve error handling ( #7621 )
...
Closes #7579 , Closes #7625
Authored by: bashonly
2023-07-29 23:37:06 +00:00
bashonly and GitHub
b09bd0c196
[ie/tiktok] Fix audio-only format extraction ( #7712 )
...
Closes #6608
Authored by: bashonly
2023-07-29 16:14:16 +00:00
bashonly and GitHub
127a224606
[ie/LBRY] Fix original format extraction ( #7711 )
...
Authored by: bashonly
2023-07-29 16:01:43 +00:00
bashonly and GitHub
86eeb044c2
[ie/hotstar] Support /clips/ URLs ( #7710 )
...
Closes #7699
Authored by: bashonly
2023-07-29 15:47:43 +00:00
bashonly and GitHub
550e65410a
[ie] Extract subtitles from SMIL manifests ( #7667 )
...
Authored by: bashonly, pukkandan
2023-07-24 00:09:52 +00:00
bashonly and GitHub
39837ae319
[ie/triller] Fix unlisted video extraction ( #7670 )
...
Authored by: bashonly
2023-07-23 23:29:45 +00:00
bashonly and GitHub
11de6fec9c
[ie/PatreonCampaign] Fix extraction ( #7664 )
...
Authored by: bashonly
2023-07-22 13:10:25 +00:00
bashonly and GitHub
e57eb98222
[fd/external] Fix ffmpeg input from stdin ( #7655 )
...
Bugfix for 1ceb657bdd
Authored by: bashonly
2023-07-22 02:32:49 +00:00
bashonly and GitHub
65cfa2b057
[ie/MuseAI] Add extractor ( #7614 )
...
Closes #7543
Authored by: bashonly
2023-07-20 14:15:21 +00:00
bashonly and GitHub
f4ea501551
[ie/MagellanTV] Add extractor ( #7616 )
...
Closes #7529
Authored by: bashonly
2023-07-20 14:02:50 +00:00
bashonly and GitHub
75dc8e673b
[networking] Fix --legacy-server-connect ( #7645 )
...
Bugfix for 227bf1a33b
Authored by: bashonly
2023-07-20 13:31:17 +00:00
bashonly and GitHub
71baa490eb
[networking] Fix POST requests with zero-length payloads ( #7648 )
...
Bugfix for 227bf1a33b
Authored by: bashonly
2023-07-20 13:23:30 +00:00
bashonly and GitHub
613dbce177
[ie/twitter:spaces] Fix format protocol ( #7550 )
...
Closes #7536
Authored by: bashonly
2023-07-15 21:10:12 +00:00
bashonly and GitHub
92315c0377
[extractor/twitter] Fix GraphQL and legacy API ( #7516 )
...
Authored by: bashonly
2023-07-06 19:39:51 +00:00
bashonly and GitHub
49296437a8
[extractor/twitter] Fix unauthenticated extraction ( #7476 )
...
Closes #7473
Authored by: bashonly
2023-07-05 16:27:36 +00:00
bashonly and GitHub
1cffd621cb
[extractor/twitter:spaces] Fix extraction ( #7512 )
...
Closes #7455
Authored by: bashonly
2023-07-05 03:05:52 +00:00
bashonly and GitHub
f0a1ff1181
[extractor/qdance] Add extractor ( #7420 )
...
Closes #7385
Authored by: bashonly
2023-06-25 18:13:28 +00:00
98cb1eda7a
[extractor/rheinmaintv] Add extractor ( #7311 )
...
Authored by: barthelmannk
Co-authored-by: barthelmannk <81305638+barthelmannk@users.noreply.github.com >
2023-06-22 05:24:52 +00:00
bashonly and GitHub
774aa09dd6
[extractor/dplay] GlobalCyclingNetworkPlus: Add extractor ( #7360 )
...
* Allows `country` API param to be configured with `--xff`/`geo_bypass_country`
Closes #7324
Authored by: bashonly
2023-06-22 05:16:39 +00:00
bashonly and GitHub
9d7fde89a4
[extractor/zee5] Fix extraction of new content ( #7280 )
...
Authored by: bashonly
2023-06-11 17:15:05 +00:00
bashonly and GitHub
1a2eb5bda5
[extractor/odnoklassniki] Fix formats extraction ( #7217 )
...
Closes #2959 , Closes #4462 , Closes #7201
Authored by: bashonly
2023-06-11 17:06:34 +00:00
bashonly and GitHub
b4a252fba8
[jsinterp] Fix division ( #7279 )
...
* Fixes nsig decryption for Youtube JS player `8c7583ff`
Authored by: bashonly
2023-06-10 22:49:12 +00:00
bashonly and GitHub
4f7b11cc1c
[extractor/voot] Fix extractor ( #7227 )
...
Closes #6715
Authored by: bashonly
2023-06-10 20:43:22 +00:00
bashonly and GitHub
d1795f4a6a
[extractor/twitter] Add login support ( #7258 )
...
Closes #6951
Authored by: bashonly
2023-06-08 18:47:13 +00:00
bashonly and GitHub
44c0d66442
[extractor/lbry] Extract original quality formats ( #7257 )
...
Closes #7251
Authored by: bashonly
2023-06-08 18:36:09 +00:00
bashonly and GitHub
59d9fe0831
[extractor/mgtv] Fix formats extraction ( #7234 )
...
Closes #7008
Authored by: bashonly
2023-06-05 15:52:45 +00:00
bashonly and GitHub
c2a1bdb009
[extractor/tiktok] Extract 1080p adaptive formats ( #7228 )
...
Closes #7109
Authored by: bashonly
2023-06-04 14:28:40 +00:00
bashonly and GitHub
7f8ddebbb5
[extractor/hotstar] Support /shows/ URLs ( #7225 )
...
Closes #6463
Authored by: bashonly
2023-06-04 14:19:16 +00:00