nindogo
53cd5b7926
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-30 01:47:20 +03:00
Sergey M․
a61ce71468
[youtube] Remove info el for get_video_info request
...
Since it does not work for quite a long time
2019-04-30 04:49:12 +07:00
Sergey M․
026fbedc85
[youtube] Improve extraction robustness
...
Fail on missing token only when no formats found
2019-04-30 04:32:55 +07:00
Remita Amine
6e07b5a6d5
[dramafever] Remove extractor( closes #20868 )
2019-04-28 18:02:41 +01:00
Remita Amine
c464e1df2c
[adn] fix subtitle extraction( #12724 )
2019-04-28 17:50:47 +01:00
Remita Amine
92bc97d398
[youtube] extract album from Music in this video section( #20301 )
2019-04-28 17:38:20 +01:00
Sergey M․
f916abc0ac
[ccc] Improve extraction ( closes #14601 , closes #20355 )
2019-04-28 23:08:09 +07:00
Tobias Gruetzmacher
24510bdcfa
[ccc] Extract creator
2019-04-28 23:07:41 +07:00
Tobias Kunze
ae8c13565e
[ccc:playlist] Add extractor
2019-04-28 23:07:01 +07:00
Remita Amine
280913800d
[sverigesradio] improve extraction( closes #18635 )
2019-04-28 12:03:39 +01:00
Mattias Wadman
7ff8ad80f1
[sverigesradio] Add extractor
2019-04-28 10:07:06 +01:00
Remita Amine
4e4db743e7
[cinemax] Add new extractor
2019-04-28 00:42:55 +01:00
Remita Amine
3545d38bfb
[sixplay] add missing parenthesis
2019-04-27 10:32:53 +01:00
Remita Amine
2309d6bf92
[sixplay] try to extract non drm protected manifests( closes #20849 )
2019-04-27 10:17:34 +01:00
Remita Amine
822b9d9cb0
[youtube] improve Youtube Music Auto-generated description parsing( closes #20742 )
2019-04-27 09:16:17 +01:00
quinlander
5caabd3c70
[youtube] Extract additional meta data from video description on youtube music videos
...
YouTube music videos often have auto-generated video descriptions that can be
utilized to extract additional information about the video. This is desirable
in order to provide the user with as much meta data as possible. This commit
adds extraction methods for the following fields for youtube music videos:
- artist (fallback extraction methods added)
- track (fallback extraction methods added)
- album (new in this commit)
- release_date (new in this commit)
- release_year (new in this commit)
4 tests have been added to test this new functionality:
- YoutubeIE tests 27, 28, 29, and 30
Resolves : #20599
2019-04-27 09:09:54 +01:00
Jakub Wilk
aa05a093bb
[wrzuta] Remove extractor ( closes #20684 ) ( #20801 )
...
Wrzuta.pl was shut down in 2017.
2019-04-27 05:12:15 +07:00
Sergey M․
60e67c5b2c
[twitch] Prefer source format ( closes #20850 )
2019-04-27 05:08:27 +07:00
nindogo
61904805ef
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-27 00:30:06 +03:00
Mao Zedong
88b547492f
[twitcasting] Add support for private videos ( #20843 )
2019-04-26 16:17:40 +00:00
nindogo
90dc52080c
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-26 13:37:26 +03:00
Mao Zedong
00a9a25cf9
[twitcasting] Fix test: video title ( #20840 )
2019-04-26 09:34:23 +00:00
Remita Amine
97abf05ad3
[reddit] check thumbnail URL( closes #20030 )
2019-04-26 10:26:51 +01:00
nindogo
7768db43f8
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-25 13:57:49 +03:00
Remita Amine
58ef5e7881
[yandexmusic] fix track url extraction( closes #20820 )
2019-04-25 11:36:44 +01:00
nindogo
da5aa777fa
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-24 12:07:05 +03:00
Sergey M․
56667d622c
[youtube] Fix extraction ( closes #20758 , closes #20759 , closes #20761 , closes #20762 , closes #20764 , closes #20766 , closes #20767 , closes #20769 , closes #20771 , closes #20768 , closes #20770 )
2019-04-24 09:58:00 +07:00
nindogo
0d7407bcbf
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-24 02:36:15 +03:00
Remita Amine
50d660479d
[toutv] fix extraction and extract series info( closes #20757 )
2019-04-24 00:28:00 +01:00
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
Sergey M․
e09965d550
[soundcloud] Add support for new rendition and improve extraction ( closes #20699 )
2019-04-23 00:39:36 +07: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
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
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
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
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
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
nindogo
0685492177
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-18 23:56:38 +03:00