28371 Commits

Author SHA1 Message Date
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
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
quinlander
51dedc9f73 replaced int to string conversion with 'int_or_none', made more robust by checking multiple subdomains for src link 2019-04-16 19:53:21 -04:00
quinlander
5de4ebf7b5 simplified try block regex and specified better name for url 2019-04-16 19:29:41 -04:00
ealgase
e6d829c1c7
[openload] add test for openloed.co 2019-04-16 18:43:23 -04:00
ealgase
ec602479b6
[openload] add support for openloed.co (fixes #20691)
While the .co could be captured directly, I anticipate that there will be more TLD's for openloed in the future.
2019-04-16 18:33:50 -04:00
Remita Amine
e8394c851f [bravotv] fix extraction(closes #19213) 2019-04-16 19:06:48 +01:00
Sergey M․
a390c247b5
release 2019.04.17 2019.04.17 2019-04-17 00:20:09 +07:00
Sergey M․
9846935256
[ChangeLog] Actualize
[ci skip]
2019-04-17 00:15:48 +07:00
Sergey M․
7fc3b68ad3
[openload] Randomize User-Agent (closes #20688) 2019-04-17 00:08:50 +07:00
Sergey M
c4341ea47e
[openload] Add support for oladblock domains (#20471) 2019-04-16 23:50:04 +07:00
Monastario
88261409ed [Bajeczki] Add new extractor 2019-04-16 17:59:23 +02:00
Monastario
83964685be [Bajeczki] Add new extractor 2019-04-16 14:07:16 +02:00
Remita Amine
e6c9ae31df [adn] fix subtitle extraction(#12724) 2019-04-16 13:04:13 +01:00