Commit Graph

  • 58f15bb6c8 [utils] Don't find classname as part of class="... x-classname ...", etc df 2021-11-13 22:03:19 +0000
  • a3fe1d1dc6 [utils] Avoid scrubbing supplied cookie file on failed update df 2021-10-11 13:10:50 +0100
  • 973f76cf7b [utils] Detect extension from any RFC Content-Disposition syntax df 2021-10-10 12:42:51 +0100
  • 7990d1e630 [utils] Disambiguate 4-digit year and time-zone suffix df 2021-09-13 01:00:04 +0100
  • d87e2ad040 [utils] Fix urlhandle_detect_ext() non-ASCII error in Py2, with test df 2021-08-29 05:34:20 +0100
  • 06d489c522 [utils] Small fixes to utils and compat and test df 2021-08-22 02:57:02 +0100
  • 3adfe210e5 fix vimeo config parser regex GZZ 2024-03-11 22:12:56 +0800
  • 58d7a00e3f Resolve some of the pull request feedback Bart Broere 2024-03-11 14:14:38 +0100
  • 4398f6832f Fix zapp extractor Bart Broere 2024-03-11 13:40:23 +0100
  • 8560cc2dd8
    Merge b1699d4752 into 820fae3b3a u-spec-png 2024-03-11 01:54:14 -0400
  • 26a5f1ba1c [external/FFmpeg] Fix and improve --ffmpeg-location handling * pass YoutubeDL (FileDownloader) to FFmpegPostProcessor constructor * consolidate path search in FFmpegPostProcessor * make availability of FFmpegFD depend on existence of FFmpegPostProcessor * detect ffmpeg executable on instantiation of FFmpegFD * resolves #32735 dirkf 2024-03-03 12:38:00 +0000
  • ee6603833f [downloader/external] Fix "Resource Warning" in downloader test * add compat_subprocess_Popen context manager * apply context manager in FFmpegFD._call_downloader() dirkf 2024-03-02 15:17:09 +0000
  • efc72a765c [compat] Simplify/fix compat_html_parser_HTMLParseError dirkf 2024-03-10 19:06:57 +0000
  • 940703b7e7 [utils] Apply compat_contextlib_suppress dirkf 2024-03-01 19:53:58 +0000
  • b7cb6f2da3 [compat] Add compat_contextlib_suppress dirkf 2024-03-01 15:25:44 +0000
  • 1ca4e686a3 Add an MD5 Bart Broere 2024-03-10 17:04:00 +0100
  • 28624cfe09 Work work Bart Broere 2024-03-10 16:57:31 +0100
  • c08f29f45b Update unit tests Bart Broere 2024-03-10 16:27:40 +0100
  • 655961b9d7
    Merge b804854e3b into 820fae3b3a DarkFighterLuke 2024-03-10 13:55:42 +0530
  • f9ee2e6522
    Merge 47f1d70149 into 820fae3b3a ckaotik 2024-03-08 19:22:03 +0100
  • 820fae3b3a [Videa] Fix extraction * update API URL * from https://github.com/yt-dlp/yt-dlp/pull/8003 * thanks to the authors! hatsomatt 2023-09-16 16:02:37 +0200
  • aef24d97e9 [Videa] Align with yt-dlp dirkf 2024-02-29 14:12:37 +0000
  • f7b30e3f73 [XFileShare] Update extractor for 2024 * simplify aa_decode() * review and update supported sites and tests * in above, include FileMoon.sx, and remove separate module * incorporate changes from yt-dlp * allow for decoding multiple scripts (eg, FileMoon) * use new JWPlayer extraction dirkf 2024-02-21 00:18:17 +0000
  • f66372403f [InfoExtractor] Rework and improve JWPlayer extraction * use traverse_obj() and _search_json() * support playlist `.load({**video1},{**video2}, ...)` * support transform_source=... for _extract_jwplayer_data() dirkf 2024-02-21 00:09:48 +0000
  • 7216fa2ac4 [InfoExtractor] Add `_search_json()` * uses the error diagnostic to truncate the JSON string * may be confused by non-C-Pythons dirkf 2024-02-21 00:03:17 +0000
  • acc383b9e3 [utils] Let int_or_none() accept a base, like int() dirkf 2024-03-04 20:52:58 +0000
  • 132fb777dc [XFileShare] Update extractor for 2024 * simplify aa_decode() * review and update supported sites and tests * in above, include FileMoon.sx, and remove separate module * incorporate changes from yt-dlp * allow for decoding multiple scripts (eg, FileMoon) * use new JWPlayer extraction dirkf 2024-02-21 00:18:17 +0000
  • 481ac5e12c Co-authored-by: Julián Romero Parejo <julrompar@alum.us.es> Co-authored-by: FernandoTC18 <FernandoTC18@users.noreply.github.com> Maintenance and security problems josemgarciar 2024-03-08 11:06:35 +0100
  • f0afdbf6ac Co-authored-by: Julián Romero Parejo <julrompar@alum.us.es> Co-authored-by: FernandoTC18 <FernandoTC18@users.noreply.github.com> Changes for maintenance and protocols security problems josemgarciar 2024-03-08 10:52:58 +0100
  • acc08d41fc
    Merge 14bf10c648 into f0812d7848 schn0sch 2024-03-08 17:00:22 +0800
  • 0ab79c37ae Reusable code for two NTR sites Bart Broere 2024-03-07 16:23:09 +0100
  • 4a7505bcfb
    Merge 4b1c830957 into f0812d7848 epilitimus 2024-03-06 22:35:08 +0000
  • 5b99e94f31
    Merge 78c50518f9 into f0812d7848 Deleted user 2024-03-06 19:43:56 +0300
  • 0cbcd1aec6 Make diff better Bart Broere 2024-03-06 12:55:51 +0100
  • 159f825edd Add scaffolding for last few extractors and change order so the PR diff looks nice Bart Broere 2024-03-06 12:53:37 +0100
  • 681b39032a Fix flake8 and better error reporting Bart Broere 2024-03-06 12:32:34 +0100
  • 4b24e5f00d Re-add SchoolTV Bart Broere 2024-03-06 12:22:27 +0100
  • 3b3d73cbe6 Use program-detail endpoint and remove a test Bart Broere 2024-03-06 11:52:08 +0100
  • d426a92a60 Encoding suggestion from PR Bart Broere 2024-03-05 14:11:49 +0100
  • d36d50fe5c Re-add Zapp Bart Broere 2024-03-05 14:04:03 +0100
  • eb6e396bfb First version of a VPRO regex Bart Broere 2024-03-05 13:55:59 +0100
  • 28ba01f1cc Add Ongehoord Nederland and test URL for BNNVARA Bart Broere 2024-03-05 13:43:56 +0100
  • 4fc423845e Fix lint Bart Broere 2024-03-05 12:49:22 +0100
  • ed8b240786 [InfoExtractor] Rework and improve JWPlayer extraction * use traverse_obj() and _search_json() * support playlist `.load({**video1},{**video2}, ...)` * support transform_source=... for _extract_jwplayer_data() dirkf 2024-02-21 00:09:48 +0000
  • 1c278902ff [InfoExtractor] Add `_search_json()` * uses the error diagnostic to truncate the JSON string * may be confused by non-C-Pythons dirkf 2024-02-21 00:03:17 +0000
  • 4f4170e512 [utils] Let int_or_none() accept a base, like int() dirkf 2024-03-04 20:52:58 +0000
  • 6e8d4edaeb
    Merge c4b5b8e231 into f0812d7848 andrea-aus-hh 2024-03-04 14:08:54 +0200
  • ec46d543b4
    Fix tests, etc dirkf 2024-03-04 02:57:44 +0000
  • f0812d7848
    [utils] Handle user:pass in URLs (#28801) Hubert Hirtz 2024-03-04 01:27:55 +0000
  • bcd12630e1
    Align code with yt-dlp dirkf 2024-03-03 23:21:10 +0000
  • 02c80a0215
    Merge branch 'master' into user-pass dirkf 2024-03-03 23:09:39 +0000
  • 34b5b20107 Refactor into reusable method Bart Broere 2024-03-03 17:47:15 +0100
  • bae098446b
    Merge 6dcbe07a21 into 40bd5c1815 evanzh15 2024-03-02 13:12:41 -0500
  • 89b5fa8149
    Merge 64fc2681ca into 40bd5c1815 Miguel Gargallo 2024-03-02 13:12:38 -0500
  • 78588638ad
    Merge a4ae6b4520 into 40bd5c1815 crystal-hwang 2024-03-02 13:12:10 -0500
  • 58c1af628d
    Merge 09e769e79b into 40bd5c1815 John Losito 2024-03-02 13:12:03 -0500
  • 87f2797147
    Merge 72db217289 into 40bd5c1815 Olivier Trichet 2024-03-02 13:11:55 -0500
  • c2209efd0b
    Merge fe02a15b1c into 40bd5c1815 Petr Tesarik 2024-03-02 13:11:35 -0500
  • 4e6b8469ae
    Merge 92d09b249d into 40bd5c1815 wfaulk 2024-03-02 13:11:24 -0500
  • 9e1bd1a67c
    Merge 42111f3a17 into 40bd5c1815 upintheairsheep 2024-03-02 13:11:14 -0500
  • 8b1a7d9a7c Use provided util Bart Broere 2024-03-01 16:23:19 +0100
  • f9e59b0c49 Add the possibility to add 'hls' later Bart Broere 2024-03-01 15:28:14 +0100
  • fb7b7179ff Speculate about other ways of getting productId Bart Broere 2024-03-01 15:08:10 +0100
  • 0dc7d954cb Comply with coding conventions a bit more Bart Broere 2024-03-01 15:05:30 +0100
  • 21eb4513e0 Convert the description into code Bart Broere 2024-03-01 14:12:51 +0100
  • 500d7f547b
    Merge de60d4966c into 40bd5c1815 Aniruddh Joshi 2024-03-01 16:07:17 +0300
  • 29724e7b07 Delete all broken extractors Bart Broere 2024-03-01 13:24:48 +0100
  • 577368116b Fix token URL Bart Broere 2024-03-01 13:15:52 +0100
  • da3d1f4321 Add notes on new npo.nl site Bart Broere 2024-03-01 10:36:03 +0100
  • 0e20d23e16
    Merge fa835aebb8 into 40bd5c1815 butztill 2024-02-29 20:32:02 +0100
  • 51320d7b2b
    Merge 66194b6751 into 40bd5c1815 O2bmm 2024-02-29 22:33:05 +0800
  • 67c243f45f
    Merge 11fc1e228a into 40bd5c1815 dirkf 2024-02-29 05:02:28 -0800
  • 08c0ba69d6
    Merge a571bbaab1 into 40bd5c1815 bopol 2024-02-28 01:52:05 +0800
  • f76d58c71f Skip a test Bart Broere 2024-02-26 13:18:36 +0100
  • 0be0c8ce61
    Merge 5aee29b7ca into 40bd5c1815 Jasmine Hou 2024-02-25 20:46:10 -0800
  • c409a8c54b
    Merge branch 'ytdl-org:master' into fix-npo-support Bart Broere 2024-02-25 09:42:26 +0100
  • 83de19abec
    Merge f5dd875a02 into 40bd5c1815 bibiak 2024-02-24 23:34:22 +0100
  • 377eaacc9d
    Merge 3033db0217 into 40bd5c1815 dirkf 2024-02-23 16:28:42 +0300
  • 9752ab7365
    Merge 05f85f886b into 40bd5c1815 Deleted user 2024-02-23 04:49:53 +0800
  • f295f4f6e4
    Lay out `_TESTS` more compactly dirkf 2024-02-22 15:54:20 +0000
  • 2fb19fdb5c
    Merge 6091b64448 into 40bd5c1815 Alex James 2024-02-22 07:39:36 -0800
  • b26d3bbaea
    Merge 1221873dcd into 40bd5c1815 Justin Keogh 2024-02-22 07:39:36 -0800
  • 40bd5c1815
    [caffeine.tv] Add new extractor (#32514) Aaron Tan 2024-02-22 23:54:07 +1100
  • 70f230f9cf
    [GBNews]Add new extractor for GB News TV channel (#29432) dirkf 2024-02-22 12:44:00 +0000
  • 7eefae4e42 修复一个bug xiaoming 2024-02-22 14:15:29 +0800
  • 65b769069b
    Merge 0afddd0b9a into 48ddab1f3a changren-wcr 2024-02-21 12:33:39 -0700
  • 48ddab1f3a
    [downloader/external] Fix WgetFD proxy (rev 2) dirkf 2024-02-21 16:29:08 +0000
  • fdb694eca1
    Update helper.py - linted dirkf 2024-02-21 15:48:06 +0000
  • 2239666542
    Handle `expected_warnings` better dirkf 2024-02-21 15:44:04 +0000
  • 15b06163a8
    Make signature of fake YoutubeDL.report_warning() match the real one (per 640d39f) dirkf 2024-02-21 15:29:16 +0000
  • 6e301ad934
    Merge a696406524 into 7687389f08 Deleted user 2024-02-21 09:40:12 -0500
  • 2bd001fa8c
    Retry loop with itertools dirkf 2024-02-21 13:07:25 +0000
  • f7173cca4d
    Update test_download.py dirkf 2024-02-21 12:49:59 +0000
  • a9f55cb69b
    Update test/test_download.py dirkf 2024-02-21 11:29:34 +0000
  • 0203fa9bb6
    Merge branch 'master' into df-testdl-patch dirkf 2024-02-21 11:27:17 +0000
  • 6ae54a47a7
    Update test/test_download.py dirkf 2024-02-21 11:25:26 +0000
  • 40b4b691ee
    Apply suggestions from code review dirkf 2024-02-21 11:18:37 +0000
  • 55a3c52af7
    Merge b01862992f into 7687389f08 BohwaZ 2024-02-18 23:34:36 -0800
  • cc0b5b1714
    Merge 97bc05116e into 7687389f08 Filippo Valsorda 2024-02-18 23:34:35 -0800
  • 7687389f08 [Vbox7] Improve extraction, adding features from yt-dlp PR #9100 dirkf 2024-02-18 20:55:01 +0000