Commit Graph

  • a201e444b6
    revert 065340088c (wrong raise) bashonly 2024-11-15 14:06:50 -0600
  • 260f282b16 inline formats extraction Leonhard Staut 2024-11-15 21:04:57 +0100
  • a02f6ae586
    Improve cookies hint bashonly 2024-11-15 14:04:55 -0600
  • fc9163c101 use raise_geo_restricted Leonhard Staut 2024-11-15 21:04:13 +0100
  • 6c590de17a error map for more compact code Leonhard Staut 2024-11-15 21:03:40 +0100
  • 6e609fbd38
    Error on attempted login with OAuth bashonly 2024-11-15 14:00:48 -0600
  • d9c12b406c
    [utils] Fix join_nonempty, add **kwargs to unpack Simon Sawicki 2024-11-15 19:41:56 +0100
  • 065340088c
    Better error mesage when "sign in" is required bashonly 2024-11-15 11:55:37 -0600
  • ac987127ae
    Keep some of the OAuth cleanup/abstractions bashonly 2024-11-15 11:55:20 -0600
  • b0b090669d Address review comments sepro 2024-11-15 18:55:34 +0100
  • 548d50db25 [Chaturbate] Use API to get the stream URL Leonhard Staut 2024-11-15 18:01:08 +0100
  • c37565d1ac
    Improve grammar sepro 2024-11-15 17:57:59 +0100
  • e5a621ebdf Allow passing headers to _call_api sepro 2024-11-15 17:43:41 +0100
  • 265c443883
    Revert "[ie/youtube] Support logging in with OAuth (#11001)" bashonly 2024-11-15 09:55:14 -0600
  • c949baed31
    Revert "[ie/youtube] Adjust OAuth refresh token handling (#11414)" bashonly 2024-11-15 09:55:09 -0600
  • 2410edc001
    [ie/facebook] Fix bug in bacc31b05a bashonly 2024-11-15 09:49:07 -0600
  • 9c32f15b7b Add _call_api method sepro 2024-11-15 05:22:17 +0100
  • 7f88140dbe Add media_type sepro 2024-11-15 05:10:37 +0100
  • 2d0ff76574 Set extractor/url for parse functions sepro 2024-11-15 05:08:11 +0100
  • e69128a1b4 [ie/elonet] Add support for Icareus-backed Elonet URLs Aarni Koskela 2024-11-14 18:19:29 +0200
  • 999fc313f6 Applied bashonly's patch from issue #6545. Jackson Humphrey 2024-11-14 07:36:00 -0600
  • 21c38e5cb4 [ie/litv] remove unnecessary parameter 時流 2024-11-14 13:38:15 +0800
  • 25b793b8cd [ie/litv] improve error handling 時流 2024-11-14 13:32:50 +0800
  • 2efc271b9b [ie/litv] clarify if/else order 時流 2024-11-14 13:24:49 +0800
  • ddeb70eaed [ie/litv] inline variables 時流 2024-11-14 13:18:50 +0800
  • c5315c16d7 [ie/litv] lint 時流 2024-11-14 13:05:06 +0800
  • 0c942a029e [ie/litv] Use _search_nextjs_data() 時流 2024-11-14 12:57:00 +0800
  • 652bf9c1f4 Merge branch 'master' into fix-litv 時流 2024-11-14 12:32:17 +0800
  • d8b9fbb521 Remove unreachable code path sepro 2024-11-14 03:35:35 +0100
  • f349232684 [ie/bandlab] Add extractors sepro 2024-11-14 03:16:23 +0100
  • c61e62aa7a Removed the 'ext' key from the new test's info_dict, as the downloaded entity is a playlist, not a standalone item, and as such, does not have an extension. All tests pass. Jackson Humphrey 2024-11-13 17:57:15 -0600
  • 44ba62ffd5 Updated an existing test with additional information such that all tests (other than the newly-added one) now pass. Jackson Humphrey 2024-11-13 17:02:40 -0600
  • 7cd5bc9e9f Added a draft test for the URL reported in Issue #8689. This test fails for reasons I don't understand; I believe the correct extension should be 'mp4', but the current code reports an 'ext' of None. Jackson Humphrey 2024-11-13 16:54:58 -0600
  • c0ff69795f Applied the patch provided by dirkf on Issue #8689. Jackson Humphrey 2024-11-13 16:53:36 -0600
  • b23325cfc8
    Improve wording sepro 2024-11-13 23:17:52 +0100
  • f242b7c42d Added a test for the URL referenced in Issue #2702. Jackson Humphrey 2024-11-13 16:15:41 -0600
  • d45461e4b3 Added a test for the URL reported in youtube-dl Issue #30458. Jackson Humphrey 2024-11-13 16:12:55 -0600
  • 10834f196d Removed deprecated constructions to satisfy DeprecationWarnings when running tests. Tests now pass. Jackson Humphrey 2024-11-13 16:00:29 -0600
  • e719bf1fbb Applied the patch provided by dirkf in https://github.com/ytdl-org/youtube-dl/issues/30458. Jackson Humphrey 2024-11-13 15:59:21 -0600
  • fbb93fcb31 Updated the existing pagination test to test for at least one more video than the previous _PAGE_SIZE value. Jackson Humphrey 2024-11-13 15:16:56 -0600
  • 194ad573b5 Updated the existing tests to test for at least the number of videos reported in Issue #9131 (391 videos). Jackson Humphrey 2024-11-13 15:15:27 -0600
  • 9a35c9a995 Added a new test for the URL reported in Issue #7382, where only 30 videos were downloaded, but more than 30 were available. Jackson Humphrey 2024-11-13 15:14:02 -0600
  • 280b8b88d4 Applied the patch provided in Issue #7382. Jackson Humphrey 2024-11-13 15:11:48 -0600
  • 8d0b6c4d4b
    Merge a3406c0325 into f2a4983df7 ClosedPort22 2024-11-14 02:03:46 +0530
  • 8d3e553d0a
    cleanup old code bashonly 2024-11-13 19:48:09 +0000
  • a743ea4098 Removed the unused try_call import. Jackson Humphrey 2024-11-13 12:49:12 -0600
  • 791cc954bd
    Update yt_dlp/extractor/patreon.py Jackson Humphrey 2024-11-13 12:47:51 -0600
  • f7fb9e42e4
    Update yt_dlp/extractor/patreon.py Jackson Humphrey 2024-11-13 12:47:17 -0600
  • b9a7cd6c67 Added a new test for the post referenced in Issue #11483. Jackson Humphrey 2024-11-13 11:59:05 -0600
  • 367a4667e3 Moved comment.get into a try_call and moved the check for an invalid comment ID to the beginning so that we bail out immediately if the thing we're parsing isn't actually a comment. Jackson Humphrey 2024-11-13 11:58:08 -0600
  • 19c0fc2ec1 [ie/youtube] Player client maintenance sepro 2024-11-13 02:34:58 +0100
  • 9062818568
    Merge 8a450b3aeb into f2a4983df7 Kenshin9977 2024-11-13 05:39:32 +0100
  • f2a4983df7
    [ie/archive.org] Fix comments extraction (#11527) Jackson Humphrey 2024-11-12 17:26:18 -0600
  • bacc31b05a
    [ie/facebook] Fix formats extraction (#11513) bashonly 2024-11-12 23:23:10 +0000
  • 11e3c73e6a Added a test for the fix. Jackson Humphrey 2024-11-12 16:58:28 -0600
  • 323d9bc19b Use aes_cbc_decrypt_bytes instead of aes_cbc_decrypt sepro 2024-11-12 23:54:11 +0100
  • 496b865eb2
    Update yt_dlp/extractor/anvato.py sepro 2024-11-12 23:34:23 +0100
  • b9b4bcf283 [ie/archiveorg] Fix crash (TypeError) when a review's body is None Jackson Humphrey 2024-11-12 16:25:35 -0600
  • b10d82d4fb Simplify sepro 2024-11-12 23:03:52 +0100
  • 86c8b17d9e Fix incorrect change from bytes_to_intlist sepro 2024-11-12 23:03:30 +0100
  • 29becd2530 Merge branch 'master' into compat_cleanup sepro 2024-11-12 22:57:13 +0100
  • 38b7cf5157
    docs Simon Sawicki 2024-11-12 21:27:39 +0100
  • 429c8cf520
    merge master Simon Sawicki 2024-11-12 21:16:04 +0100
  • 00872ca038 add performance optimizing bytecode Mike Bell 2024-11-12 08:31:37 -0500
  • 5383ecc900
    Merge e7527c879f into a9f85670d0 darkmage 2024-11-12 10:42:19 +0000
  • e7527c879f [build] Bump websockets, curl-cffi deps Mike Bell 2024-11-12 05:40:10 -0500
  • 839af85723
    [ie/facebook] Fix formats extraction bashonly 2024-11-11 20:44:15 -0600
  • cf2da63abf
    Merge 9106506dfe into a9f85670d0 Audrey 2024-11-12 01:13:50 +0000
  • 0e5df74a73
    [update] Deprecate run_update() bashonly 2024-11-11 18:39:34 -0600
  • 6db8eca55d
    oops Simon Sawicki 2024-11-12 00:15:50 +0100
  • 25845d3cc9
    Add default of und Simon Sawicki 2024-11-12 00:14:53 +0100
  • b5976e9bd4
    [core] Report different bug reports message if using stable/git Simon Sawicki 2024-11-12 00:02:58 +0100
  • 909f20a31f
    [utils] subs_list_to_dict: Add lang default parameter Simon Sawicki 2024-11-11 23:40:27 +0100
  • a9f85670d0
    [ie/Chaturbate] Support alternate domains (#10595) manav_chaudhary 2024-11-12 04:11:56 +0530
  • d68583eb44 Simplify tests sepro 2024-11-11 23:38:08 +0100
  • 4aa50809a9 Merge branch 'master' into pr/10595 sepro 2024-11-11 23:35:12 +0100
  • 0753efd8aa
    [update] Remove deprecated properties/methods bashonly 2024-11-11 16:30:25 -0600
  • 6b43a8d84b
    [ie/goplay] Fix extractor (#11466) Sam 2024-11-11 23:03:31 +0100
  • 2db8c2e7d5
    [ie/CloudflareStream] Avoid extraction via videodelivery.net (#11478) Hugo 2024-11-11 23:00:05 +0100
  • 151d7b38d3
    make findall pattern more robust bashonly 2024-11-11 21:55:58 +0000
  • 3bb4fa5c40
    _find_json: default to None bashonly 2024-11-11 21:54:31 +0000
  • cc186aa008
    replace dead test bashonly 2024-11-11 21:53:27 +0000
  • 9f1ef9df48
    why do i do this bashonly 2024-11-11 21:40:40 +0000
  • f9c8deb4e5
    [build] Bump PyInstaller version pin to >=6.11.1 (#11507) bashonly 2024-11-11 21:19:03 +0000
  • a58408d943
    [build] Bump PyInstaller version pin to >=6.11.1 bashonly 2024-11-11 14:44:02 -0600
  • 0ec9bfed4d
    [ie/MixchMovie] Add extractor (#10897) Sakura286 2024-11-12 04:40:29 +0800
  • 978107d913 Don't match www subdomain sepro 2024-11-11 21:36:06 +0100
  • 734b7deafc Fix uploader_id data type sepro 2024-11-11 21:32:54 +0100
  • 97a56c3cb8 Add filter sepro 2024-11-11 21:29:56 +0100
  • 960e73f5fb Use timestamp value for test sepro 2024-11-11 21:24:54 +0100
  • 4f3c4e7d1b Merge branch 'master' into pr/10897 sepro 2024-11-11 21:22:16 +0100
  • 19508dd192 Remove comment extraction code for now sepro 2024-11-11 21:14:56 +0100
  • 0ec35a2bc0 Remove non applicable options sepro 2024-11-11 20:16:39 +0100
  • c673731061
    [ie/spreaker] Support podcast and feed pages (#10968) Subrat Lima 2024-11-12 00:38:18 +0530
  • ea5b13fd0d Simplify code sepro 2024-11-11 20:02:07 +0100
  • 7981de4f20 Merge branch 'master' into pr/10968 sepro 2024-11-11 19:45:57 +0100
  • 2a9eb9b3bc Revert "Only warn for deprecated not legacy" sepro 2024-11-11 18:48:40 +0100
  • e398217aae
    [ie/rutube] Rework extractors (#11480) sepro 2024-11-11 18:44:53 +0100
  • c39016f66d
    [ie/spreaker] Support episode pages and access keys (#11489) Julio Napurí 2024-11-11 12:42:05 -0500
  • 04b51f38e2
    Update yt_dlp/extractor/rutube.py sepro 2024-11-11 18:39:54 +0100