Commit Graph

2033 Commits (ea783d01e1bbe56657bff752d062bfb1d8a9bc3e)

Author SHA1 Message Date
Jason Normore ea783d01e1 Added VineUserIE extractor for vine user timeline
Added vine user timeline extractor using unofficial
vine api user profile and timeline api endpoints.
Sergey M․ e97e53eeed [vevo] Add friendly error output ()
Sergey M․ 342f630dbf [rutv] Add support for more live stream URLs (Closes )
Sergey M․ 69c8fb9e5d [vimeo] Add video duration extraction(Closes )
Sergey M․ 5f0f8013ac [vube] Consider optional fields and modernize
Sergey M․ b5368acee8 [vube] Improve URL detection and extract timestamp
Sergey M․ f71959fcf5 [nfb] Add support for videos with captions ()
Philipp Hagemeister 5c9f3b8b16 [arte] Fix versionCode interpretation ()
Sergey M․ bebd6f9308 [funnyordie] Extract more formats
pulpe d0111a7409 [FunnyOrDie] simplify
pulpe aab8874c55 [FunnyOrDie] fix thumbnails + add test (fixes )
Sergey M․ fcf5b01746 [prosiebensat1] Simplify
Philipp Hagemeister 4de9e9a6db [canalplus] Fix id determination (Fixes )
Philipp Hagemeister 2099125333 [soundcloud/generic] Add support for playlists
Philipp Hagemeister b48f147d5a [bandcamp] Add support for subdomains (Fixes )
Jaime Marquínez Ferrándiz 4f3e943080 [vimeo] Some modernization and style fixes
Jaime Marquínez Ferrándiz 7558830fa3 [vimeo] Fix description extraction
Sergey M․ 867274e997 [statigram] Update to fit new website name and rename extractor
Sergey M․ 6515778305 [nytimes] Improve file size extraction
Sergey M․ 3b1dfc0f2f [newstube] Do not shadow standard str
Sergey M․ d664de44b7 [nytimes] Add support for nytimes.com (Closes )
Sergey M․ 50fc59968e [ntv] Simplify
Sergey M․ b8b01bb92a [newstube] Add support for newstube.ru (Closes )
Jaime Marquínez Ferrándiz 10c0e2d818 [youtube:playlist] Raise an error if the list doesn't exist or is private (closes )
Sergey M․ 669f0e7cda [generic] Fix wrong entries index
Philipp Hagemeister 0c13f378de Merge remote-tracking branch 'origin/master'
Philipp Hagemeister 0049594efb [vine] Remove debugging code
Sergey M․ 113c7d3eb0 [canalplus] Update test file checksum
Sergey M․ 549371fc99 [nrk] Update test file checksums
Sergey M․ 957f27e5bb [scivee] Revert test file download
Philipp Hagemeister acd69589a5 [YoutubeDL] Do not require default output template to be set
Philipp Hagemeister b30b8698ea [generic] Allow multiple matches for generic hits (Fixes )
AGSPhoenix e75cafe9fb Clean up format list for consistency
This should make the format list output look a bit nicer.
Philipp Hagemeister ebd3c7b370 [generic] Add support for protocol-independent URLs (Fixes )
Philipp Hagemeister 29645a1d44 Merge remote-tracking branch 'pulpe/moviezinese'
Philipp Hagemeister 22d99a801a [syfy] Add suppor for generic URLs (Fixes )
Jaime Marquínez Ferrándiz 57b8d84cd9 [5min] Raise an error if the 'success' field is False
For example for georestricted videos.
Sergey M․ 65e4ad5bfe [rtbf] Minor changes and YouTube videos support
Nicolas Évrard 98b7d476d9 [RTBFVideo] Remove useless print statement
Nicolas Évrard 201e3c99b9 [RTBFVideo] Add new extractor
Sergey M․ 8a7a4a9796 [scivee] Skip test for now
pulpe 3f53a75f02 [moviezine] Add extractor for moviezine.se (fixes )
Sergey M․ 7c360e3a04 [scivee] Add support for scivee.tv
Sergey M․ d2176c8011 [nrk] Add support for nrk.no (Closes )
Jaime Marquínez Ferrándiz aa92f06308 [youtube] Don't call 'unquote_plus' on the video title (fixes )
It's already unquoted after calling 'compat_parse_qs'.
It replaced '+' with spaces, for example in https://www.youtube.com/watch?v=XC0b5YexO-I.
Jaime Marquínez Ferrándiz e00c9cf599 [youtube] Update test description field
Jaime Marquínez Ferrándiz ba60a3ebe0 [youtube] Update test description field
Jaime Marquínez Ferrándiz efb7e11988 [vimeo] Add an extractor for the watch later list (closes )
Sergey M․ a55c8b7aac [9gag] Fix post view regex
Jaime Marquínez Ferrándiz a980bc4324 [vimeo] Fix logging in python 3.x
The POST data must be a bytes object.