1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-12 21:35:45 -05:00

Commit graph

  • 132dc78e99
    simplify oauth error response reading coletdjnz 2024-10-22 08:29:52 +1300
  • b2e29a9d13
    misc refactoring from review coletdjnz 2024-10-22 08:16:51 +1300
  • b0e3f0887e
    cli handling coletdjnz 2024-10-22 08:14:51 +1300
  • f313ac148a
    refactor oauth cache key handling coletdjnz 2024-10-22 08:08:59 +1300
  • e6fc3bf96d
    remove redundant netrc machine line coletdjnz 2024-10-22 08:03:56 +1300
  • 40054cb4a7
    [ie/gem.cbc.ca] Fix formats extraction (#11196) David Skrundz 2024-10-21 12:56:43 -0600
  • fed53d70bd [ie/youtube] Remove broken android_producer client (#11297) bashonly 2024-10-20 14:49:00 -0500
  • ec2f4bf082 [ie/youtube] Remove broken age-restriction workaround (#11297) bashonly 2024-10-20 17:25:29 -0500
  • 14fcffbc40
    Update yt_dlp/extractor/youtube.py coletdjnz 2024-10-21 21:04:53 +1300
  • 62d3a52f86
    Update yt_dlp/extractor/youtube.py coletdjnz 2024-10-21 21:03:59 +1300
  • 7d75b241ef
    Update yt_dlp/extractor/youtube.py coletdjnz 2024-10-21 21:03:49 +1300
  • ac49298acb
    Update yt_dlp/extractor/youtube.py coletdjnz 2024-10-21 21:03:37 +1300
  • 926c67a43c
    Update yt_dlp/extractor/youtube.py coletdjnz 2024-10-21 21:03:04 +1300
  • 035c3c6796
    oops bashonly 2024-10-21 01:18:02 -0500
  • 03db32bc42
    partially revert bashonly 2024-10-21 01:16:06 -0500
  • 8d5f364ae5
    Fix m3u8_url extraction, fix timestamp scale bashonly 2024-10-20 23:50:23 -0500
  • c4d4a4f1a7
    Merge branch 'yt-dlp:master' into pr/11196 bashonly 2024-10-20 23:28:01 -0500
  • 70d5c28b59
    oops bashonly 2024-10-20 23:12:23 +0000
  • 022a44c82b
    remove obsolete old code bashonly 2024-10-20 23:11:41 +0000
  • 8446e9b866
    Apply suggestions from code review bashonly 2024-10-20 23:10:02 +0000
  • 52850326f1
    [ie/youtube] Remove broken android_producer client (#11297) bashonly 2024-10-20 14:49:00 -0500
  • dd428ffd67
    [ie/youtube] Remove broken age-restriction workaround (#11297) bashonly 2024-10-20 17:25:29 -0500
  • 87408ccfd7
    [ie/imgur] Fix thumbnail extraction (#11298) sepro 2024-10-20 23:18:11 +0200
  • c4d95f67dd
    [ie/cda] Support folders (#10786) Paweł Kotiuk 2024-10-20 23:16:22 +0200
  • fa922039a8 Fix import order sepro 2024-10-20 23:13:06 +0200
  • 0157e7bacd [ie/imgur] Fix thumbnail extraction sepro 2024-10-20 23:05:57 +0200
  • 7f17aea499 Fix typo sepro 2024-10-20 23:04:14 +0200
  • 508da0bfe1 Fix tests sepro 2024-10-20 23:02:42 +0200
  • 5af774d7a3
    [ie/imgur] Support new URL format (#11075) Deer-Spangle 2024-10-20 21:58:53 +0100
  • e12bef4e07 Revert thumbnail removal sepro 2024-10-20 22:54:14 +0200
  • 0f593dca9f
    Add option --plugin-dirs (#11277) Imran Hussain 2024-10-20 18:10:26 +0100
  • f65803ffea
    Update README.md bashonly 2024-10-20 16:42:38 +0000
  • 05dec3a08e
    rearrange help string bashonly 2024-10-20 16:41:11 +0000
  • ad6872ffe9
    test import bashonly 2024-10-20 16:37:25 +0000
  • fad4d68024
    Update README.md bashonly 2024-10-20 16:02:06 +0000
  • f419de35da
    simplify help string bashonly 2024-10-20 15:59:25 +0000
  • 4723b85712
    comment bashonly 2024-10-20 15:46:07 +0000
  • 2b0fef81b7
    Apply suggestions from code review bashonly 2024-10-20 15:45:40 +0000
  • 8de431ec97
    [ie/Funk] Extend _VALID_URL (#11269) sepro 2024-10-20 15:18:15 +0200
  • a9c6249a1c Tweak wording of the help text for the --plugin-dirs opt Imran Hussain 2024-10-20 13:56:04 +0100
  • d45595ecaf Consistent internal naming Imran Hussain 2024-10-20 11:16:49 +0100
  • 7749be2e3b Code review changes Imran Hussain 2024-10-20 11:10:50 +0100
  • 23e8a8d401
    Update vimeo.py hamzamayo786-glitch 2024-10-20 14:53:07 +0500
  • 951d88dce2
    Update README.md bashonly 2024-10-20 01:23:13 +0000
  • 27238028f4
    minor refactoring coletdjnz 2024-10-20 14:21:40 +1300
  • a9ead9050f
    Apply suggestions from code review bashonly 2024-10-20 01:19:12 +0000
  • 9811496c24
    Fix lazy extractors coletdjnz 2024-10-20 14:11:42 +1300
  • 97684b0f2c
    Add --no-plugins coletdjnz 2024-10-20 14:06:33 +1300
  • 109c019e8a
    Add public functions to add custom external plugin paths coletdjnz 2024-10-20 12:48:02 +1300
  • 21e13bfa84
    Decouple plugins.py from plugin types coletdjnz 2024-10-20 11:59:29 +1300
  • 679c68240a
    [ie/twitter:spaces] Allow extraction when not logged in (#11289) rubyevadestaxes 2024-10-19 23:51:47 +0200
  • 3148c1822f
    [ie/substack] Resolve podcast file extensions (#11275) bashonly 2024-10-19 21:41:14 +0000
  • 7af1ddaaf2
    [ie/youtube] Fix comment_count extraction (#11274) bashonly 2024-10-19 21:40:20 +0000
  • 6bafd93073
    add clarifying comment bashonly 2024-10-19 20:22:08 +0000
  • 3095d815c9 no all() for both things Mozi 2024-10-19 18:22:53 +0000
  • 385aca36af
    update test bashonly 2024-10-19 18:14:42 +0000
  • 06bd726ab3 Fix formats sorting; simplify m3u8 extraction in downloader; clean code Mozi 2024-10-19 17:59:18 +0000
  • 9dc8d3a30a [ie/Twitter:spaces] Fix extractor ruby 2024-10-19 19:36:15 +0200
  • 52d9594ea6 merge 'master' Mozi 2024-10-19 16:02:08 +0000
  • e95ef61430
    Remove title from required extractor fields Simon Sawicki 2024-10-19 14:36:04 +0200
  • 9269248935
    add test for plugin dirs coletdjnz 2024-10-19 20:25:55 +1300
  • a19dd28fdc
    revert back to init_subclass, add guard against multiple imports of same plugin coletdjnz 2024-10-19 19:49:08 +1300
  • 42771dde1c
    Add test for override plugins coletdjnz 2024-10-19 17:30:53 +1300
  • 6547ff4335
    minor refactoring coletdjnz 2024-10-19 16:55:23 +1300
  • 3561d2a08f
    load plugins in youtubedl if they haven't already coletdjnz 2024-10-19 16:52:53 +1300
  • cb9e38a797
    Fix reloading coletdjnz 2024-10-19 16:40:16 +1300
  • 413ae7693b
    Make globals internal-only coletdjnz 2024-10-19 16:25:36 +1300
  • 97f4f03d1a
    Misc cleanup and add test coletdjnz 2024-10-19 15:47:38 +1300
  • 4266658602
    Get plugin overrides working coletdjnz 2024-10-19 14:58:33 +1300
  • 9f1f2c5410
    fix coletdjnz 2024-10-19 14:05:58 +1300
  • 3d939b68fe
    Merge remote-tracking branch 'upstream/master' into misc/globals-and-plugins-revive coletdjnz 2024-10-19 13:31:43 +1300
  • 870cfb0923
    fix typo coletdjnz 2024-10-19 12:34:12 +1300
  • 777d0ab61e
    centralize cache key name coletdjnz 2024-10-19 12:24:11 +1300
  • 73a72cd275
    Initialize cache from refresh token passed coletdjnz 2024-10-19 12:17:03 +1300
  • 7ab47fd27e
    remove default oauth clients coletdjnz 2024-10-19 11:50:01 +1300
  • f08e0bf5b0
    refactor generate_webpage_headers coletdjnz 2024-10-19 11:43:19 +1300
  • 7a842a4aae
    cleanup coletdjnz 2024-10-19 11:40:20 +1300
  • 3585397c7f add fatal to _call_api Mozi 2024-10-18 16:07:26 +0000
  • dcc4a1672b merge 'master' Mozi 2024-10-18 16:03:20 +0000
  • bb98db29a1 simplify _call_api Mozi 2024-10-18 16:03:03 +0000
  • 5da849da5c Add -prefer-vp9-sort to youtube-dl(c) compat options sepro 2024-10-18 15:53:13 +0200
  • ac50475d8c
    [ie/rdsit] Add rds.it extractor DTrombett 2024-10-18 15:16:06 +0200
  • 19edc1faa9
    Improve error handling; use official oauth2 api; add docs coletdjnz 2024-10-18 23:19:32 +1300
  • ba50c89113
    Merge branch 'yt-dlp:master' into master Franklin Lee 2024-10-18 02:11:03 -0700
  • 2c2a1c0ce2
    Update yt_dlp/extractor/youtube.py coletdjnz 2024-10-18 21:37:20 +1300
  • 2eaf303b63 [ie/Zoom] gh-7784 fix password handling logic Lucas Rademaker 2024-10-18 11:50:17 +0700
  • c3e9319771
    [ie] docstring cleanup N/Ame 2024-10-17 22:37:35 -0500
  • 367ec929f4 [Zoom] skip expired video test Lucas Rademaker 2024-10-18 09:06:35 +0700
  • 0e1851bc34 Merge remote-tracking branch 'refs/remotes/origin/boomplay' into boomplay grqx_wsl 2024-10-18 13:35:10 +1300
  • a886439396 _id -> item_id grqx_wsl 2024-10-18 13:32:12 +1300
  • 38383ea313
    use re.sub instead in description extraction N/Ame 2024-10-18 13:34:07 +1300
  • 28a1163010 consistency: BoomplaySearchPageIE => BoomplaySearchURLIE grqx_wsl 2024-10-18 13:28:49 +1300
  • d3689f57a3 Add --plugins_location option that lets you specify pulgins dir Imran Hussain 2024-10-18 00:36:12 +0100
  • 8b229fd298
    [ie/substack] Resolve podcast file extensions bashonly 2024-10-17 14:03:18 -0500
  • 4889ab5588
    [ie/youtube] Fix comment_count extraction bashonly 2024-10-17 13:09:12 -0500
  • 25fbd01c3c no leading empty line Mozi 2024-10-17 15:43:55 +0000
  • 8b5ba28892 merge 'master' Mozi 2024-10-17 15:37:02 +0000
  • ef9acc949e BRIGHTCOVE_URL_TEMPLATE Mozi 2024-10-17 15:17:33 +0000
  • 25fda256b7 Another missed python 2 relic sepro 2024-10-16 23:58:18 +0200
  • 44fc32e299 Fix python 2 code sepro 2024-10-16 23:42:58 +0200