Commit Graph

  • d8adca1b66 [streamcz] test fixes and one additional test Petr Vaněk 2022-02-12 13:13:20 +01:00
  • d02064218b do not use f-strings Petr Vaněk 2022-02-12 12:30:29 +01:00
  • b1297308fb avoid traverse_obj function Petr Vaněk 2022-02-12 12:28:30 +01:00
  • 8088ce036a revert: use _match_valid_url function Petr Vaněk 2022-02-12 11:55:13 +01:00
  • 29f7bfc4d7 [streamcz] cherry-pick from yt-dlp Petr Vaněk 2022-01-11 17:56:18 +01:00
  • 74f8cc48af [extractor/videa] Back-port from yt-dlp PRs 463+1028 dirkf 2022-02-09 04:37:28 +00:00
  • 8ff961d10f [extractor/videa] fix extraction in Py2 kikuyan 2021-12-23 11:40:45 +09:00
  • 266b6ef185 [BBC] Also allow PID with leading 'l' (live?) dirkf 2022-02-09 21:21:59 +00:00
  • 825d3426c5
    [Nuvid] Use site JSON for video details (#29332) dirkf 2022-02-09 02:40:34 +00:00
  • 47b0c8697a [ARD] Back-port subtitle extraction from yt-dlp PR 2409 dirkf 2022-02-07 13:28:21 +00:00
  • 734dfbb4e3 Remove redundant assigning format_id Seonghyeon Cho 2021-10-13 20:27:40 +09:00
  • ddc080a562 Add ArteTVCategoryIE to support category playlists df 2021-10-18 15:54:26 +01:00
  • 16a3fe2ba6 Updated Album URL regex Abdullah Ibn Fulan 2021-08-17 19:56:39 +00:00
  • c820a284a2 [extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bug Abdullah Ibn Fulan 2021-08-17 18:22:07 +06:00
  • 58babe9af7 Support __INITIAL_DATA__ with stringified JSON dirkf 2021-11-30 05:15:33 +00:00
  • 6d4932f023 Try for timestamp, description from window.__INITIAL_DATA__ pages df 2021-04-18 01:46:40 +01:00
  • 92d73ef393 [niconico] Implement heartbeat for download dirkf 2021-12-07 23:30:30 +00:00
  • 91278f4b6b [niconico] Back-port extractor from yt-dlp dirkf 2021-12-06 20:52:21 +00:00
  • 73e1ab6125 [test:download] Only extract enough videos for playlist_mincount dirkf 2021-12-06 19:26:33 +00:00
  • 584715a803 [applepodcasts] Extract default thumbnail image dirkf 2021-12-09 01:35:35 +00:00
  • e00b0eab1e [applepodcasts] Improve format extraction dirkf 2021-12-09 00:55:04 +00:00
  • 005339d637 [applepodcasts] Support new AMP-ish page structure dirkf 2021-12-08 23:37:54 +00:00
  • 23ad6402a6 xvideos: Fix for #30271 Chris Rose 2021-11-26 08:08:17 -08:00
  • 9642344965 Fix tests for working IEs; disable obsolete WDRMobile dirkf 2022-01-25 13:04:04 +00:00
  • 568c7005d5 Fix WDRMaus; extend URL matching for other Maus pages; improve ID extraction dirkf 2022-01-25 12:59:31 +00:00
  • 5cb4833f40 Update URPlayIE extractor for Next.js page format, with subtitles dirkf 2022-01-13 19:38:08 +00:00
  • 5197336de6 Support more deeply nested ptmd_path with test, update tests dirkf 2022-01-14 20:14:14 +00:00
  • 01824d275b Additional tweaks: allow any .ndr.de, simplify quote match dirkf 2022-01-19 13:24:33 +00:00
  • 39a98b09a2 Fix NDR, NJoy tests dirkf 2022-01-17 03:29:43 +00:00
  • f0a05a55c2 NJoy: improve extraction of NDR id, description, etc with current page formats dirkf 2022-01-17 03:22:32 +00:00
  • 4186e81777 NDR: improve extraction of NDR id, description, etc with current page formats dirkf 2022-01-17 03:13:37 +00:00
  • b494824286 Support Tele5 pages with Discovery Networks format instead of JWPlatform dirkf 2022-01-17 13:11:11 +00:00
  • 8248133e5e Back-port yt-dlp Viki extractor dirkf 2022-02-04 11:29:41 +00:00
  • 27dbf6f0ab Return the item itself if playlist has one entry dirkf 2022-02-04 11:38:44 +00:00
  • 61d791726f Find TV2DK Kaltura ID in Nuxt.js page format dirkf 2022-02-04 11:24:03 +00:00
  • 0c0876f790 [youtube:search] Add tests pukkandan 2022-02-03 07:44:37 +05:30
  • 7a497f1405 Rework 2c2c2bd with an actual Mix page and realistic playlist size dirkf 2022-02-04 04:09:23 +00:00
  • 5add3f4373 Merge branch 'pukkandan-yt-searchurl' into yt-dl-master dirkf 2022-02-04 03:50:32 +00:00
  • 78ce962f4f [youtube] Support channel search pukkandan 2022-01-30 01:24:09 +05:30
  • 41f0043983 Avoid crashing if n-sig decode fails dirkf 2022-02-01 23:22:57 +00:00
  • 34c06b16f5 Support Youtube Shorts URL format dirkf 2022-01-31 00:02:56 +00:00
  • 1e677567cd
    [YouTube] Fix n-sig for player e06dea74 (#30582) dirkf 2022-02-01 14:39:03 +00:00
  • af9e72507e Implement n-param descrambling using JSInterp df 2021-11-01 04:45:42 +00:00
  • 6ca7b77696 Refactor JSInterpreter._separate dirkf 2021-12-10 19:14:54 +00:00
  • 9d142109f4 Back-port test_youtube_signature.py from yt-dlp and fix JSInterp accordingly dirkf 2021-11-27 03:18:29 +00:00
  • 1ca673bd98 Fix splice to handle float dirkf 2021-11-27 02:06:13 +00:00
  • e1eae16b56 Handle default in switch better df 2021-11-04 12:48:06 +00:00
  • 96f87aaa3b Back-port JS interpreter upgrade from yt-dlp PR #1437 df 2021-11-02 11:18:39 +00:00
  • 5f5de51a49 Add compat_map/filter and use the former df 2021-11-01 13:34:29 +00:00
  • 39ca35e765 Fix test_youtube_flat_playlist_extraction df 2021-11-01 04:44:57 +00:00
  • d76d59d99d Remove obsolete non-working test_youtube_toptracks df 2021-10-29 03:10:35 +01:00
  • 2c2c2bd348 Fix test_youtube_mix df 2021-10-29 03:03:00 +01:00
  • 46e0a729b2 Remove obsolete test_youtube_course df 2021-10-28 15:57:10 +01:00
  • 57044eaceb Fix test_youtube_playlist_noplaylist df 2021-10-28 15:55:38 +01:00
  • a3373da70c
    Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIE pukkandan 2022-01-30 01:07:28 +05:30
  • 2c4cb134a9
    Fix max_results pukkandan 2022-01-30 00:54:22 +05:30
  • bfe72723d8
    Use itertools.islice pukkandan 2022-01-30 00:49:55 +05:30
  • ed99d68bdd
    Add back YoutubeSearchURLIE pukkandan 2022-01-30 00:41:47 +05:30
  • 21b7590575
    Move myself to inactive Sergey M․ 2021-12-17 02:17:45 +07:00
  • f298ae8802
    release 2021.12.17 Sergey M․ 2021-12-17 02:01:43 +07:00
  • 5014bd67c2
    release 2021.12.17 2021.12.17 Sergey M․ 2021-12-17 01:49:07 +07:00
  • e418823350
    [ChangeLog] Actualize [ci skip] Sergey M․ 2021-12-17 01:43:16 +07:00
  • b5242da7d2
    [youtube] Update signature function patterns (closes #30363) (#30366) lanegramling 2021-12-16 11:42:17 -07:00
  • 8f6a09b921 Add support for 'playz' path subpart Álvaro Mondéjar Rubio 2021-08-18 14:58:55 +02:00
  • 10832d0da4 [rtve:alacarta] Add support for 'play' path subpart in URL Álvaro Mondéjar Rubio 2021-08-18 13:37:32 +02:00
  • a803582717
    [peertube] only call description endpoint if necessary (#29383) bopol 2021-07-01 08:53:22 +02:00
  • 7fb9564420 [periscope] pass referer to HLS requests(closes #29419) Remita Amine 2021-06-28 20:06:33 +01:00
  • 379f52a495
    [liveleak] Remove extractor (closes #17625, closes #24222) (#29331) Aleri Kaisattera 2021-06-21 03:23:50 +06:00
  • cb668eb973
    [pornhub] Add support for pornhubthbh7ap3u.onion Sergey M․ 2021-06-21 04:08:15 +07:00
  • 751c9ae39a
    [pornhub] Detect geo restriction Sergey M․ 2021-06-21 03:33:43 +07:00
  • da32828208
    [pornhub] Dismiss tbr extracted from download URLs (closes #28927) Sergey M․ 2021-06-21 03:22:37 +07:00
  • 2ccee8db74
    [curiositystream:collection] Extend _VALID_URL (closes #26326, closes #29117) Sergey M․ 2021-06-21 01:54:52 +07:00
  • 47f2f2fbe9
    [youtube] Make get_video_info processing more robust (closes #29333) Sergey M․ 2021-06-21 01:35:21 +07:00
  • 03ab02730f
    [youtube] Workaround for get_video_info request (refs #29333) Sergey M․ 2021-06-21 01:34:27 +07:00
  • 4c77a2e538
    [bilibili] Strip uploader name (#29202) Tianyi Shi 2021-06-20 19:03:21 +01:00
  • 4131703001
    [youtube] Update invidious instance list (#29281) bopol 2021-06-20 19:42:09 +02:00
  • cc21aebe90
    [umg:de] Update GraphQL API URL (#29304) Logan B 2021-06-21 05:41:14 +12:00
  • 57b9a4b4c6
    [nrk] Switch psapi URL to https (closes #29344) Sergey M․ 2021-06-21 00:36:28 +07:00
  • 3a7ef27cf3
    [postprocessor/ffmpeg] Show ffmpeg output on error (refs #22680) (#29336) kikuyan 2021-06-21 01:58:19 +09:00
  • a7f61feab2
    [egghead] Add support for app.egghead.io (closes #28404) (#29303) kikuyan 2021-06-17 12:34:33 +09:00
  • 8fe5d54eb7
    [appleconnect] Fix extraction (#29208) kikuyan 2021-06-17 06:12:13 +09:00
  • d156bc8d59
    [orf:tvthek] Add support for MPD formats (closes #28672) (#29236) kikuyan 2021-06-17 06:02:06 +09:00
  • c2350cac24
    [README.md] Update MSVC 2010 redist URL (closes #29222) Sergey M 2021-06-06 05:32:27 +07:00
  • 6c1249d2b4
    release 2021.06.06 Sergey M․ 2021-06-06 02:01:45 +07:00
  • b224cf39d5
    release 2021.06.06 2021.06.06 Sergey M․ 2021-06-06 01:38:22 +07:00
  • 5f85eb820c
    [ChangeLog] Actualize [ci skip] Sergey M․ 2021-06-06 01:32:15 +07:00
  • bb7ac1ed66
    [facebook] Improve login required detection Sergey M․ 2021-06-06 01:16:43 +07:00
  • fdf91c52a8
    [youporn] Fix formats and view count extraction (closes #29216) Sergey M․ 2021-06-06 00:11:09 +07:00
  • 943070af4a
    [orf:tvthek] Fix thumbnails extraction (closes #29217) Sergey M․ 2021-06-05 23:42:25 +07:00
  • 82f3993ba3 [formula1] fix extraction(closes #29206) Remita Amine 2021-06-04 17:51:44 +01:00
  • d495292852
    [ard] Relax _VALID_URL and fix video ids (closes #22724, closes #29091) Sergey M․ 2021-05-30 06:14:59 +07:00
  • 2ee6c7f110
    [ustream] Detect https embeds (closes #29133) Sergey M․ 2021-05-30 03:43:59 +07:00
  • 6511b8e8d7
    [ted] Prefer own formats over external sources (closes #29142) Sergey M․ 2021-05-30 03:05:22 +07:00
  • f3cd1d9cec
    [twitch:clips] Improve extraction (closes #29149) Sergey M․ 2021-05-30 01:46:49 +07:00
  • e13a01061d
    [twitch:clips] Add access token query to download URLs (closes #29136) phlip 2021-05-28 11:01:59 +10:00
  • 24297a42ef
    [youtube] Fix get_video_info request (closes #29086, closes #29165) Sergey M․ 2021-05-30 00:36:26 +07:00
  • 1980ff4550 [vimeo] fix vimeo pro embed extraction(closes #29126) Remita Amine 2021-05-26 11:04:39 +01:00
  • dfbbe2902f [redbulltv] fix embed data extraction(closes #28770) Remita Amine 2021-05-17 12:56:49 +01:00
  • e1a9d0ef78 [shahid] relax _VALID_URL(closes #28772, closes #28930) Remita Amine 2021-05-17 12:37:39 +01:00
  • 72372c78f7
    release 2021.05.16 Sergey M․ 2021-05-16 22:56:44 +07:00