Commit Graph

3841 Commits (0568c352f331549d2a0b961ba8c7a70e48daed78)
 

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 5aaca50d60 [keek] Simplify and use unicode_literals
Jaime Marquínez Ferrándiz 869baf3565 [funnyordie] Simplify and use unicode_literals
Philipp Hagemeister e299f6d27f [pornhd] Fix
Philipp Hagemeister 4a192f817e release 2014.01.28.1
Philipp Hagemeister bc1d1a5a71 release 2014.01.28
Philipp Hagemeister 456895d9cf [tumblr] Test new URL format ()
Philipp Hagemeister 218c15ab59 Merge remote-tracking branch 'mike/tumblr-url'
Philipp Hagemeister 17ab4d3b5e [brightcove] Move test to generic
Philipp Hagemeister 31ef0ff038 Merge remote-tracking branch 'dstftw/rutube-channel'
Philipp Hagemeister 37e3b90d59 [rutube] Simplify
dst 00ff8f92a5 [rutube] Update test
Philipp Hagemeister 4857beba3a Merge remote-tracking branch 'dstftw/rutube-channel'
Philipp Hagemeister c1e60cc2bf Merge remote-tracking branch 'dstftw/master'
dst 98669ed79c [imdb] Fix playlist test
dst a3978a6159 [imdb] Fix duplicated entries bug
dst e3a9f32f52 [rutube] Add support for user videos
dst 87fac3238d [rutube] Add channel test
dst a2fb2a2134 [rutube] Improve video extractor
MikeCol 9e8ee54553 VALID_URL changed to match different kinds of Tumblr-URLs
Philipp Hagemeister 117bec936c [brightcove] Parse URL from meta element if available (Fixes )
dst 1547c8cc88 [rutube] Add support for channels and movies
Philipp Hagemeister 075911d48e [la7] Skip test on travis
Philipp Hagemeister b21a918984 release 2014.01.27.2
Philipp Hagemeister f9b8549609 [ard] Support multiple formats (Closes )
Matthew Franglen d1b30713fb Add antigen compatible plugin description
Jaime Marquínez Ferrándiz e2ba07024f Merge remote-tracking branch 'origin/master'
Jaime Marquínez Ferrándiz 9b05bd42e5 [discovery] Extract more info and simplify
Philipp Hagemeister b6d3a99678 [cliphunter] Simplify ()
Jaime Marquínez Ferrándiz 96d7b8873a Merge remote-tracking branch 'sahutd/master'
Philipp Hagemeister efc867775e [cliphunter] Simplify
Philipp Hagemeister 5ab772f09c Merge branch 'cliphunter' of https://github.com/pornophage/youtube-dl
Philipp Hagemeister 2a89386232 Credit @MikeCol for malemotion IE
MikeCol 4d9be98dbc Malemotion extractor
Mike Col 6737907826 [tumblr] Fix thumbnail extraction
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
Philipp Hagemeister c060b77446 [tumblr] Use unicode_literals
Philipp Hagemeister 7e8caf30c0 Throw an error if no video formats are found
Philipp Hagemeister ca3e054750 release 2014.01.27.1
Philipp Hagemeister 1da1558f46 [la7] Support more URLs
Philipp Hagemeister 25c67d257c release 2014.01.27
Philipp Hagemeister a17d16d59c [la7] Add support
Philipp Hagemeister d16076ff3e [huffpost] Fix extractor
Philipp Hagemeister 6c57e8a063 [setup.py] Only print a warning if documentation files are missing (Fixes )
Philipp Hagemeister db1f388878 [huffpost] Add support
Philipp Hagemeister 0f2999fe2b Merge pull request from Rudloff/master
Removed websurg extractor
sahutd 53bfd6b24c Added support for Discovery Issue
Jaime Marquínez Ferrándiz 5700e7792a [youtube] Encode the data when submitting the form for confirming the age
Needed on python 3
Jaime Marquínez Ferrándiz 38c2e5b8d5 [youtube] Use https: in more urls
Jaime Marquínez Ferrándiz 48f9678a32 [test/youtube_lists] Change the list used for testing the Top Lists extractor
The ‘Top tracks’ list is not always present in the channel page
Jaime Marquínez Ferrándiz beddbc2ad1 [youtube:toplist] Make the regex for finding the playlist link more flexible
`title={foo}` may not be at the end of the `href` string.
Jaime Marquínez Ferrándiz f89197d73e Some pep8 style fixes