28997 Commits

Author SHA1 Message Date
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
oleksis
15a0eb17a2 [picta] Add new extractor 2019-04-19 00:44:38 -04:00
Julian Galperin
188abeff78 decodes video files now 2019-04-18 18:56:15 -04:00
Julian Galperin
563034f100 Added except on Regex error 2019-04-18 17:42:34 -04:00
Julian Galperin
d8363c816b changed some of the stuff the guy wants to be changed 2019-04-18 17:31:18 -04:00
nindogo
0685492177 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-18 23:56:38 +03:00
nindogo
331ebfc375 Added login and password to playlist class.
Added login and password to playlist class.
Also added a new playlist for the the test of the playlist class.
I do not know how to test the credentials in youtube-dl yet so needed a class that did not need username and password and that had all its videos available for access.
2019-04-18 23:51:49 +03:00
Sergey M․
9abeefd527
[openload] Add support for oload.services (closes #20691) 2019-04-18 23:56:20 +07:00
nindogo
db23d51896 Clean up of code before pull request. 2019-04-18 16:27:19 +03:00
nindogo
c5fd4cd5be Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-18 16:01:14 +03:00
ealgase
f3914b06a0
[openload] Add support for openloed.co (closes #20691)
While the .co could be captured directly, I anticipate that there will be more TLD's for openloed in the future.
2019-04-18 01:51:32 +07:00
Remita Amine
81d989c21e
[bravotv] fix extraction(closes #19213) 2019-04-18 01:50:30 +07:00
Sergey M․
cd6c75b05f
release 2019.04.17 2019-04-18 01:50:25 +07:00
Sergey M
593e8e96ab
Update openload.py 2019-04-18 01:46:05 +07:00