31047 Commits

Author SHA1 Message Date
nindogo
b0cbede508 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-23 13:47:17 +03:00
Remita Amine
1fa8893734 [vrv] add support for movie listings(closes #19229) 2019-04-22 23:50:37 +01:00
Remita Amine
15be3eb5e5 [youtube] raise ExtractorError when no data available(#20737) 2019-04-22 20:52:43 +01:00
Paolo de Dios
f347809560 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [soundcloud] Add support for new rendition and improve extraction (closes #20699)
  [ooyala] add support for geo verification proxy
  [nrl] Add new extractor(closes #15991)
  [vimeo] extract live archive source format(#19144)
  [vimeo] add support live streams and improve info extraction(closes #19144)
  [ntvcojp] Add new extractor
  [nhk] extract rtmpt format
  [nhk] add support for audio URLs
  [udemy] add another course id extraction pattern(closes #20491)
2019-04-22 12:13:59 -07:00
Sergey M․
e09965d550
[soundcloud] Add support for new rendition and improve extraction (closes #20699) 2019-04-23 00:39:36 +07:00
Radek Hušek
1ba97e9aaa [seznamzpravy] Fix extractor
Is SeznamZpravyIE needed anymore?
2019-04-22 13:33:35 +02:00
nindogo
3370e76650 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-22 12:36:04 +03:00
Remita Amine
3fd86cfe13 [ooyala] add support for geo verification proxy 2019-04-22 10:04:56 +01:00
Remita Amine
fdc2183650 [nrl] Add new extractor(closes #15991) 2019-04-22 10:04:00 +01:00
nimeir
a847d06337 fixed typo 2019-04-22 01:53:20 +01:00
nimeir
63ca9b183b fix travisci error 2019-04-22 01:11:09 +01:00
nimeir
bd2c15bcb5 added playlist functionality 2019-04-21 22:26:38 +01:00
Michael Tilbury
9fea67be31 [FranceTVInfo] Fix video id regex extraction 2019-04-21 17:19:49 -04:00
nindogo
933cfd5c9b Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-21 23:12:50 +03:00
nindogo
6d0f924cbf Set up Base class for shared methods.
Reorganised the script adding a PornTrexBaseIE class that will be used
for shared methods. Currently hosting only two methods:
1. _login
2. _real_initialize
2019-04-21 23:06:54 +03:00
Remita Amine
85b6335d55 [vimeo] extract live archive source format(#19144) 2019-04-21 21:05:58 +01:00
etmatrix
7ee1b752db [verystream] little bug fix 2019-04-21 20:23:11 +02:00
etmatrix
a08e83f1f1 [verystream] Add new extractor ( is just a copy of Openload with some little changes ) 2019-04-21 20:22:42 +02:00
rdrooij
54560974e0 Fix some typos in the comments 2019-04-21 19:30:57 +02:00
nindogo
05b65ea96d Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-21 19:56:47 +03:00
Remita Amine
c25720ef6a [vimeo] add support live streams and improve info extraction(closes #19144) 2019-04-21 17:20:52 +01:00
nindogo
c1978079be Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-21 19:10:42 +03:00
nimeir
e9ef34058e figured out how to make extractors work 2019-04-21 15:06:36 +01:00
Remita Amine
c9b19d7a55 [ntvcojp] Add new extractor 2019-04-21 14:51:26 +01:00
Remita Amine
47cfa00516 [nhk] extract rtmpt format 2019-04-21 13:25:04 +01:00
Remita Amine
061d1cd948 [nhk] add support for audio URLs 2019-04-21 13:17:22 +01:00
nimeir
0d982b71af experimenting 2019-04-21 00:22:20 +01:00
nimeir
0d71847280 playlist class 2019-04-20 20:20:44 +01:00
nindogo
9281a8547c Added extraction message to URL Extractor.
It looks better when the extractor informs the user that it is looking
at the file for data.
2019-04-20 21:52:26 +03:00
biwubo
a55fb08e03 [gfycat] Support URLs with tags (closes #20696) 2019-04-20 17:33:10 +00:00
CompulsiveConfig
5e0c5d444c [NiconicoPlaylist] Resolved merge conflict after rebase. 2019-04-20 10:28:24 -05:00
CompulsiveConfig
3eadc17db2 [NiconicoPlaylist] Test for private Mylist confirmed to work. Adding skip due to login requirement. 2019-04-20 10:15:59 -05:00
CompulsiveConfig
de4409413f [NiconicoPlaylist] Addition of niconico login function, to allow private mylist access. Test still needs work. 2019-04-20 10:15:59 -05:00
nindogo
201096182d Slight clean up.
Some clean ups to remove overly specific url that appears to change
daily.
2019-04-20 01:30:34 +03:00
nindogo
13619a2d81 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-20 01:21:25 +03:00
Remita Amine
5de538787d [udemy] add another course id extraction pattern(closes #20491) 2019-04-19 20:44:59 +01:00
quinlander
f4dc0ea149 removed unnecessary int_or_none import 2019-04-19 10:35:47 -04:00
Julian Galperin
75be8e5e25 cleaned up code 2019-04-19 10:25:04 -04:00
Julian Galperin
eeb17b9979 updated video downloading 2019-04-19 09:54:47 -04:00
SpeakerEnder
e84e40a66f Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into directvnow-auth-fix 2019-04-19 07:17:56 -04:00
Paolo de Dios
091d0fce3b Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [openload] Add support for oload.services (closes #20691)
  [openload] Add support for openloed.co (closes #20691)
  [bravotv] fix extraction(closes #19213)
  release 2019.04.17
2019-04-18 21:56:40 -07:00
Oleksis
b9722f7c64 [picta] Remove all unrelated changes from PictaExtractor 2019-04-19 00:44:41 -04:00
Oleksis
dd00a331ad [picta] Fix some Picta DASH video vp09.00.[dd].08 for 'vcodec': 'vp9', 'acodec':'none' 2019-04-19 00:44:40 -04:00
Oleksis
b5626f1979 [picta] Fix KeyError when missing attributes in MPD
Get element attribute using  element.get('key') instead of element.attrib['index'] manifests like:
    SegmentList/Initialization@sourceURL
    SegmentList/SegmentURL@media

Example MPD manifest https://www.picta.cu/videos/3bf20311b6564d61a0fd519b3c7dcced/manifest.mpd
2019-04-19 00:44:40 -04:00
Oleksis
3fb09eecd5 [picta] Fix API_BASE_URL 2019-04-19 00:44:39 -04:00
Oleksis
62b9e7c2c6 [picta] Fix Tests Picta 2019-04-19 00:44:39 -04:00
Oleksis
270fcc1d74 [picta] Add default formats 2019-04-19 00:44:39 -04:00
Oleksis
5c619d2d5e [picta] Add field API_BASE_URL in PictaBaseIE class
Add support for slug url
2019-04-19 00:44:39 -04:00
oleksis
d9cf3bfaa9 [picta] Extract embedding videos 2019-04-19 00:44:39 -04:00
oleksis
bb72d1bed2 [picta] Fix coding conventions 2019-04-19 00:44:38 -04:00