Page MenuHomeSolus

Update youtube-dl to 2018.11.07
ClosedPublic

Authored by watpi on Nov 4 2018, 5:57 PM.
Tags
None
Referenced Files
F10956219: D4255.id10541.diff
Mon, Jul 17, 11:50 AM
F10944029: D4255.id10540.diff
Fri, Jul 14, 10:02 PM
F10932493: D4255.id10603.diff
Jul 12 2023, 2:30 AM
F10929842: D4255.id10603.diff
Jul 11 2023, 9:03 AM
F10913589: D4255.id10455.diff
Jul 7 2023, 10:41 PM
F10897428: D4255.id10540.diff
Jul 2 2023, 6:58 AM
F10896355: D4255.id10541.diff
Jul 1 2023, 11:33 PM
F10894326: D4255.id10538.diff
Jul 1 2023, 10:02 AM

Details

Summary

Changelogs

2018.11.07

Extractors

  • [youtube] Add another JS signature function name regex
  • [facebook] Fix tahoe request
  • [cliphunter] Fix extraction
  • [youtube:playlist] Add support for invidio.us
  • [zattoo] Arrange API hosts for derived extractors
  • [youtube] Add fallback metadata extraction from videoDetails

2018.11.03

Core

  • [extractor/common] Ensure response handle is not prematurely closed before it can be read if it matches expected_status

Extractors

  • [laola1tv:embed] Set correct stream access URL scheme
  • [ehftv] Add support for ehftv.com
  • [azmedien] Adopt to major site redesign
  • [twitcasting] Add support for twitcasting.tv
  • [orf:tvthek] Fix extraction
  • [openload] Add support for oload.fun
  • [njpwworld] Fix authentication
  • [linkedin:learning] Add support for linkedin.com/learning
  • [theplatform] Improve error detection
  • [cnbc] Simplify extraction
  • [cbnc] Add support for new URL schema
  • [aparat] Improve extraction and extract more metadata
  • [aparat] Fix extraction
Test Plan

Download a video

Diff Detail

Repository
R3304 yt-dlp
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

watpi requested review of this revision.Nov 4 2018, 5:57 PM
DataDrake added a subscriber: DataDrake.

LGTM. Thanks!

This revision is now accepted and ready to land.Nov 5 2018, 5:24 PM

Update youtube-dl to 2018.11.07

Changelog

Extractors

  • [youtube] Add another JS signature function name regex
  • [facebook] Fix tahoe request
  • [cliphunter] Fix extraction
  • [youtube:playlist] Add support for invidio.us
  • [zattoo] Arrange API hosts for derived extractors
  • [youtube] Add fallback metadata extraction from videoDetails
watpi retitled this revision from Update youtube-dl to 2018.11.03 to Update youtube-dl to 2018.11.07.Nov 7 2018, 2:51 PM
watpi edited the summary of this revision. (Show Details)
watpi edited the summary of this revision. (Show Details)

Since it is build against python3 only, you don't need python-setuptools are rundep as it is a python2 package.

This revision was automatically updated to reflect the committed changes.