Commit graph

  • e67e52a8f8 [test] Support test-case with volatile ID (eg live show) dirkf 2023-02-24 02:32:40 +00:00
  • 104897db3b
    Merge 8d657f3efc into 1d3751c3fe nose_gnome 2023-02-24 03:56:58 -04:00
  • 3fc04ceeb7
    Merge 3a8423a083 into 1d3751c3fe Marco Sirabella 2023-02-24 02:17:15 -05:00
  • a5464aca18 [YouTube] Support @owner format in uploader_id etc dirkf 2023-02-24 02:48:37 +00:00
  • aecdb75eee [test] Support test-case with volatile ID (eg live show) dirkf 2023-02-24 02:32:40 +00:00
  • bbb70f5988
    Merge 473e3bc621 into 1d3751c3fe upintheairsheep 2023-02-23 06:43:48 -06:00
  • ff7876afec
    Fix 404 upintheairsheep 2023-02-22 09:37:49 -08:00
  • 8ec63c3f81
    Update youtube_dl/extractor/googlephotos.py upintheairsheep 2023-02-22 09:28:30 -08:00
  • f6c7cda93a
    Update youtube_dl/extractor/googlephotos.py upintheairsheep 2023-02-22 09:28:18 -08:00
  • b44a9afcfc
    Update youtube_dl/extractor/googlephotos.py upintheairsheep 2023-02-22 09:28:03 -08:00
  • 95b55103cd flake8 fix Jamil Karami 2023-02-22 11:18:42 +01:00
  • 0842d4d7d7
    Add the actual extractor upintheairsheep 2023-02-21 09:08:36 -08:00
  • 8b2b336337
    Add GooglePhotosIE from tokune's ytdl fork upintheairsheep 2023-02-21 09:07:14 -08:00
  • f5cb8c0b1c Incorporate review comments n2 Jamil Karami 2023-02-21 12:57:02 +01:00
  • 1d3751c3fe Escape URLs in sanitized_Request, not sanitize_url d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, sanitize_url may not always receive an actual URL. Eg: When using youtube-dl "search query" --default-search ytsearch, search query gets escaped to search%20query before being prefixed with ytsearch: which is not the intended behavior. So the escaping is moved to sanitized_Request instead. pukkandan 2021-06-01 18:05:41 +05:30
  • e0b31dafc7 [erocast] Add new extractor for erocast.me Ronni 2023-02-20 20:39:31 +01:00
  • 457c8a8d9e Incorporate review comments Jamil Karami 2023-02-20 20:25:02 +01:00
  • f5b706e16f print success msg Julia Thong 2023-02-20 15:42:26 +08:00
  • a367953007
    Rename ci.yml to Isabel SCHÖPS Isabel Schöps 2023-02-20 04:11:14 +01:00
  • 6067451e43 [Vimeo] Fix e19ec52 for tween-age Pythons df 2023-02-20 01:41:46 +00:00
  • 57802e632f [jsinterp] Fix dict comprehension for Py2.6 dirkf 2023-02-19 13:47:49 +00:00
  • 2631b3384d Add newline eof (flake8) Jamil Karami 2023-02-18 15:02:45 +01:00
  • 4790abc01d Fix formatting Jamil Karami 2023-02-18 14:59:37 +01:00
  • 28cbe18a18
    youtube channel urls can also be @channelname Gabriel Ayala 2023-02-18 01:38:43 -03:00
  • 4ae18a5a93 Add kick.com support Jamil Karami 2023-02-17 16:56:39 +01:00
  • 2dd6c6edd8
    [YouTube] Avoid crash if uploader_id extraction fails dirkf 2023-02-17 11:16:54 +00:00
  • a4759ae8ea
    Fix ArteTVEmbedIE dirkf 2023-02-15 16:37:05 +00:00
  • 3bb4530d42
    langauge_code dirkf 2023-02-15 00:29:39 +00:00
  • b3b0520c82
    Update dirkf 2023-02-15 00:24:38 +00:00
  • cdcb4af1c3
    Linted? dirkf 2023-02-14 18:29:26 +00:00
  • 82833b44d7
    Merge branch 'master' into extractor/arte/improvement-switch-to-config-api-v2 dirkf 2023-02-14 18:24:27 +00:00
  • 0c149f04d4
    Update from yt-dlp dirkf 2023-02-14 18:18:47 +00:00
  • dd9aa74bee [test] Avoid name TestIE which causes a pytest warning dirkf 2023-02-14 16:33:01 +00:00
  • 42b098dd79 [InfoExtractor] Handle unquoted values in OpenGraph searches dirkf 2023-02-14 02:47:09 +00:00
  • fab9851619 better test for description William Faulk 2023-02-13 09:07:53 -05:00
  • 6f8c2635a5 [StreamsbIE] Add extractor for streamsb.com (viewsb.com) (#31517) fonkap 2023-02-11 03:54:45 +01:00
  • de48105dd8 [KommunetvIE] Add extractor for kommunetv.no (#31516) fonkap 2023-02-11 03:47:43 +01:00
  • 822f19f05d [FileMoonIE] Add extractor for filemoon.sx (#31515) fonkap 2023-02-11 03:37:45 +01:00
  • 33db85c571 [feat]: Add support to external downloader aria2p (#31500) teddy171 2023-02-10 04:19:27 +08:00
  • f33923cba7 [rbgtum] Add new extractor (#31305) Valentin Metz 2023-02-09 12:25:28 +01:00
  • e8198c517b [YouTube] Fix tests dirkf 2023-02-08 18:16:51 +00:00
  • bafb6dec72 [YouTube] Refresh compat/utils usage * import parse_qs() * import parse_qs in lazy_extractors (clears old TODO) * clean up old compiled lazy_extractors for Py2 * use update_url() dirkf 2023-02-06 16:19:21 +00:00
  • 4e04f10499 [compat] Update test_compat dirkf 2023-02-06 15:50:28 +00:00
  • 90c9f789d9 [utils] Add parse_qs, update_url dirkf 2023-02-05 13:46:43 +00:00
  • 249f2b6316 [compat] Systematise compat_ naming dirkf 2023-02-05 15:43:43 +00:00
  • d6b14ba316 [test] Fix TestAgeRestriction dirkf 2023-02-04 23:18:24 +00:00
  • 30e986b834 [YouTube] Add signatureTimestamp for age-gate bypass dirkf 2022-06-20 23:15:20 +01:00
  • 58988c1421 [YouTube] Bypass age-gating for certain restricted videos dirkf 2022-01-31 04:28:54 +00:00
  • e19ec52322 [Vimeo] Support /user{video_id}/{slug} URL format dirkf 2023-02-11 03:25:14 +00:00
  • f2f90887ca [Vimeo] Fix Unable to extract info section redux * as reported in yt-dlp/yt-dlp#6149 * also allow newline in target JSON object dirkf 2023-02-04 00:21:35 +00:00
  • cd987e6fca [jsinterp] Nits dirkf 2023-02-04 01:53:47 +00:00
  • d947ffe8e3 [IGN] Overhaul extractor to avoid URL redirection loop dirkf 2023-02-04 00:19:48 +00:00
  • 83a70160ae Add live stream support for TubiTv William Faulk 2023-02-11 23:01:57 -05:00
  • d524ac1898 Check for oreilly login with new url Epsilon Spider 2023-02-11 14:42:25 -05:00
  • 70a4a8b752
    [StreamsbIE] Add extractor for streamsb.com (viewsb.com) (#31517) fonkap 2023-02-11 03:54:45 +01:00
  • 99c3cf6419
    [KommunetvIE] Add extractor for kommunetv.no (#31516) fonkap 2023-02-11 03:47:43 +01:00
  • cf5fb7e139
    [FileMoonIE] Add extractor for filemoon.sx (#31515) fonkap 2023-02-11 03:37:45 +01:00
  • 473e3bc621
    Add comments support in TikTok upintheairsheep 2023-02-10 09:18:29 -08:00
  • 542b19742c [KommunetvIE] using utils.update_url instead of regex Alfonso 2023-02-10 08:29:04 +01:00
  • eb1b23facc Merge branch 'source_master' into kommunetv Alfonso 2023-02-10 08:33:18 +01:00
  • 2f0fee0f59
    Apply suggestions from code review fonkap 2023-02-10 08:18:39 +01:00
  • 9256b026d0
    [feat]: Add support to external downloader aria2p (#31500) teddy171 2023-02-10 04:19:27 +08:00
  • 4f36426a75
    Rename test_external_downloader.py to test_downloader_external.py dirkf 2023-02-09 20:01:58 +00:00
  • ff8c3d3324 [StreamsbIE] some imports and minor fixes Alfonso 2023-02-09 18:03:37 +01:00
  • 2ae70a8ec0
    Apply suggestions from code review fonkap 2023-02-09 17:37:56 +01:00
  • c727b4c702 [StreamsbIE] revert base_url to regex Alfonso 2023-02-09 17:29:46 +01:00
  • 0cef9940a0
    Apply suggestions from code review fonkap 2023-02-09 17:16:26 +01:00
  • 80c0228777
    [rbgtum] Add new extractor (#31305) Valentin Metz 2023-02-09 12:25:28 +01:00
  • c61f271c9c
    Apply suggestions from code review dirkf 2023-02-09 11:17:03 +00:00
  • bcf597ea17 [YouTube] Fix tests dirkf 2023-02-08 18:16:51 +00:00
  • f640916de1 [YouTube] Refresh compat/utils usage * import parse_qs() * import parse_qs in lazy_extractors (clears old TODO) * clean up old compiled lazy_extractors for Py2 * use update_url() dirkf 2023-02-06 16:19:21 +00:00
  • b337af9c62 [compat] Update test_compat dirkf 2023-02-06 15:50:28 +00:00
  • a6f7d10d44 [utils] Add parse_qs, update_url dirkf 2023-02-05 13:46:43 +00:00
  • 9ca224b697 [compat] Systematise compat_ naming dirkf 2023-02-05 15:43:43 +00:00
  • ce81ae3846 [test] Fix TestAgeRestriction dirkf 2023-02-04 23:18:24 +00:00
  • 2be0cd2616 [YouTube] Add signatureTimestamp for age-gate bypass dirkf 2022-06-20 23:15:20 +01:00
  • b14b33a2e9 [YouTube] Bypass age-gating for certain restricted videos dirkf 2022-01-31 04:28:54 +00:00
  • 09761f0e86 [YouTube] Fix tests dirkf 2023-02-08 18:16:51 +00:00
  • bb32bf1bbb [YouTube] Refresh compat/utils usage * import parse_qs() * import parse_qs in lazy_extractors (clears old TODO) * clean up old compiled lazy_extractors for Py2 * use update_url() dirkf 2023-02-06 16:19:21 +00:00
  • 249e637fd2 [compat] Update test_compat dirkf 2023-02-06 15:50:28 +00:00
  • bdf10df5bc [utils] Add parse_qs, update_url dirkf 2023-02-05 13:46:43 +00:00
  • 81b797106b [compat] Systematise compat_ naming dirkf 2023-02-05 15:43:43 +00:00
  • e95e051f44 [test] Fix TestAgeRestriction dirkf 2023-02-04 23:18:24 +00:00
  • 7d15076487 [YouTube] Add signatureTimestamp for age-gate bypass dirkf 2022-06-20 23:15:20 +01:00
  • 89a7f39a73 [YouTube] Bypass age-gating for certain restricted videos dirkf 2022-01-31 04:28:54 +00:00
  • f2473ff30f refactoring code and fix bugs teddy171 2023-02-08 08:56:38 +08:00
  • 90ed89d2d4
    Update youtube_dl/downloader/external.py teddy171 2023-02-08 07:42:35 +08:00
  • fec4837e42
    Update test/test_external_downloader.py teddy171 2023-02-08 07:42:18 +08:00
  • f67e26763c
    Update test/test_external_downloader.py teddy171 2023-02-08 07:42:08 +08:00
  • ce7fa2423b
    Apply suggestions from code review teddy171 2023-02-08 07:05:52 +08:00
  • d48a828186
    Apply suggestions from code review teddy171 2023-02-08 07:05:04 +08:00
  • 87393c7566
    Apply suggestions from code review fonkap 2023-02-07 09:32:41 +01:00
  • e34f70230d [StreamsbIE] make data url using app.js version Alfonso 2023-02-07 09:17:18 +01:00
  • 5c66a3d1b3 [fix] test_external_downloader.py teddy171 2023-02-07 14:41:01 +08:00
  • cb1f1571f7 [StreamsbIE] Add extractor for streamsb.com (viewsb.com) Alfonso 2023-02-06 16:49:10 +01:00
  • 7d1ca28fba [KommunetvIE] Add extractor for kommunetv.no Alfonso 2023-02-06 12:47:02 +01:00
  • 098a08aed7
    Merge 0aa4970c90 into 384f632e8a Matt Broadway 2023-02-06 11:54:29 +01:00
  • c9606e0968 [FileMoonIE] Add extractor for filemoon.sx Alfonso 2023-02-06 11:28:44 +01:00
  • fe02a15b1c Add extractor for www.mujrozhlas.cz Petr Tesarik 2023-02-05 17:04:02 +01:00
  • d3a613e0d9
    Merge a5325665d5 into 384f632e8a arilou 2023-02-05 17:32:27 +03:00