Commit Graph

18499 Commits (96800222076e707e1f98364024aa4fcedb980810)
 

Author SHA1 Message Date
Zenon Mousmoulas 9680022207 Remove unused method 3 years ago
Zenon Mousmoulas ae8fb74131 Fix typo
url -> origin_url
3 years ago
Zenon Mousmoulas 699390c40d Remove unnecessary quote escape 3 years ago
Zenon Mousmoulas d303e1e05f GlomexEmbedIE: Reuse _VALID_URL in _extract_urls
* Let _extract_urls reuse _VALID_URL after making scheme optional and
  simplifying the query string part
* Upon an iframe match
  * Add the scheme to the matched URL, if necessary
  * Match the URL against the full _VALID_URL
3 years ago
Zenon Mousmoulas 4225c46d3b Revert to _VALID_URL to match video_id and integration
* Retrieve the last instance of said parameters that appears in the
  query string, rather than the first previously
* Resolve the respective comment in #30212
3 years ago
Zenon Mousmoulas abfc16a123 Regex fixup 3 years ago
Zenon Mousmoulas 6880bf4334 Force evaluation 3 years ago
Zenon Mousmoulas f561e0d817 Add Glomex IEs
* Add new IEs
  * GlomexBaseIE: Base IE class
  * GlomexIE: Extract videos from video.glomex.com (by deferring to
    glomex:embed)
  * GlomexEmbedIE: Extract Glomex videos by matching the player URL
* Query the API to extract metadata, detect video formats and get the
  respective (JWT protected) stream/source URLs
* The API query may return one or more videos: the latter case is
  treated as a playlist
  * As this is otherwise identically handled, a separate IE was not
    deemed necessary
  * However title and description fields are not set for playlist
    results
    * They do not exist in the parent object; obtaining them from the
      first entry is not indicative for the playlist content
    * As the playlist order is not always stable (this is true at least
      for related videos playlists), it makes writing test cases
      impossible
* Let GenericIE detect embeds by matching all three integration methods:
  * HTML: glomex-player tag or data attributes
  * Javascript: naive parsing of inline scripts for string constants
    assigned to integration parameters
  * Iframe: src attribute GlomexEmbedIE._VALID_URL
* Let GlomexIE and the former embed detection pass the origin URL to
  GlomexEmbedIE by smuggling it in the player URL, as this is an
  expected parameter in API requests
* Add test cases for both single videos and two playlist flavors
3 years ago
bopol a803582717
[peertube] only call description endpoint if necessary (#29383) 4 years ago
Remita Amine 7fb9564420 [periscope] pass referer to HLS requests(closes #29419) 4 years ago
Aleri Kaisattera 379f52a495
[liveleak] Remove extractor (closes #17625, closes #24222) (#29331) 4 years ago
Sergey M․ cb668eb973
[pornhub] Add support for pornhubthbh7ap3u.onion 4 years ago
Sergey M․ 751c9ae39a
[pornhub] Detect geo restriction 4 years ago
Sergey M․ da32828208
[pornhub] Dismiss tbr extracted from download URLs (closes #28927)
No longer reliable
4 years ago
Sergey M․ 2ccee8db74
[curiositystream:collection] Extend _VALID_URL (closes #26326, closes #29117) 4 years ago
Sergey M․ 47f2f2fbe9
[youtube] Make get_video_info processing more robust (closes #29333) 4 years ago
Sergey M․ 03ab02730f
[youtube] Workaround for get_video_info request (refs #29333)
See https://github.com/ytdl-org/youtube-dl/issues/29333#issuecomment-864049544
4 years ago
Tianyi Shi 4c77a2e538
[bilibili] Strip uploader name (#29202) 4 years ago
bopol 4131703001
[youtube] Update invidious instance list (#29281) 4 years ago
Logan B cc21aebe90
[umg:de] Update GraphQL API URL (#29304)
Previous one no longer resolves

Co-authored-by: Sergey M. <dstftw@gmail.com>
4 years ago
Sergey M․ 57b9a4b4c6
[nrk] Switch psapi URL to https (closes #29344)
Catalog calls no longer work via http
4 years ago
kikuyan 3a7ef27cf3
[postprocessor/ffmpeg] Show ffmpeg output on error (refs #22680) (#29336) 4 years ago
kikuyan a7f61feab2
[egghead] Add support for app.egghead.io (closes #28404) (#29303)
Co-authored-by: Sergey M. <dstftw@gmail.com>
4 years ago
kikuyan 8fe5d54eb7
[appleconnect] Fix extraction (#29208) 4 years ago
kikuyan d156bc8d59
[orf:tvthek] Add support for MPD formats (closes #28672) (#29236) 4 years ago
Sergey M c2350cac24
[README.md] Update MSVC 2010 redist URL (closes #29222) 4 years ago
Sergey M․ b224cf39d5
release 2021.06.06 4 years ago
Sergey M․ 5f85eb820c
[ChangeLog] Actualize
[ci skip]
4 years ago
Sergey M․ bb7ac1ed66
[facebook] Improve login required detection 4 years ago
Sergey M․ fdf91c52a8
[youporn] Fix formats and view count extraction (closes #29216) 4 years ago
Sergey M․ 943070af4a
[orf:tvthek] Fix thumbnails extraction (closes #29217) 4 years ago
Remita Amine 82f3993ba3 [formula1] fix extraction(closes #29206) 4 years ago
Sergey M․ d495292852
[ard] Relax _VALID_URL and fix video ids (closes #22724, closes #29091) 4 years ago
Sergey M․ 2ee6c7f110
[ustream] Detect https embeds (closes #29133) 4 years ago
Sergey M․ 6511b8e8d7
[ted] Prefer own formats over external sources (closes #29142) 4 years ago
Sergey M․ f3cd1d9cec
[twitch:clips] Improve extraction (closes #29149) 4 years ago
phlip e13a01061d
[twitch:clips] Add access token query to download URLs (closes #29136) 4 years ago
Sergey M․ 24297a42ef
[youtube] Fix get_video_info request (closes #29086, closes #29165) 4 years ago
Remita Amine 1980ff4550 [vimeo] fix vimeo pro embed extraction(closes #29126) 4 years ago
Remita Amine dfbbe2902f [redbulltv] fix embed data extraction(closes #28770) 4 years ago
Remita Amine e1a9d0ef78 [shahid] relax _VALID_URL(closes #28772, closes #28930) 4 years ago
Sergey M․ f47627a1c9
release 2021.05.16 4 years ago
Sergey M․ efeb9e0fbf
[ChangeLog] Actualize
[ci skip]
4 years ago
Sergey M․ e90a890f01
[playstuff] Add extractor (closes #28901, closes #28931) 4 years ago
Sergey M․ 199c645bee
[eroprofile] Skip test 4 years ago
Sergey M․ 503a3744ad
[eroprofile] Fix extraction (closes #23200, closes #23626, closes #29008) 4 years ago
kr4ssi ef03721f47
[vivo] Add support for vivo.st (#29009)
Co-authored-by: Sergey M. <dstftw@gmail.com>
4 years ago
Sergey M․ 1e8aaa1d15
[generic] Add support for og:audio (closes #28311, closes #29015) 4 years ago
Sergey M․ 6423d7054e
[options] Fix thumbnail option group name (closes #29042) 4 years ago
Sergey M․ eb5080286a
[phoenix] Fix extraction (closes #29057) 4 years ago