Commit Graph

4202 Commits (2c8a4ba6b55a4ec5ea90f965227271cda0c8f8a1)
 

Author SHA1 Message Date
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
Jaime Marquínez Ferrándiz 944d65c762 [extractor/common] Encode the url when calculating the md5 with `—write-pages` option
This doesn’t cause any problem in python 2.*, but on python 3 the `md5` function only accepts bytes.
Philipp Hagemeister f945612bd0 [rtlnow] Simplify
Jaime Marquínez Ferrándiz 59188de113 Properly escape ‘.’ in some _VALID_URL properties
Jaime Marquínez Ferrándiz 352d08e3e5 Add an extractor for freespeech.org (closes )
Pornophage bacb5e4f44 Minor fixes
Remove empty description
Set correct md5 test
Pornophage 008af8660b Add cliphunter extractor
Philipp Hagemeister 886fa72324 release 2014.01.23.4
Philipp Hagemeister 2c5bae429a [youtube] Fix new formats
Philipp Hagemeister f265fc1238 release 2014.01.23.3
Philipp Hagemeister 1394ce65b4 [youtube] Add new formats (Fixes )
Pierre Rudloff 67ccb77197 Removed websurg extractor
Philipp Hagemeister 63ef36e8d8 Add build instructions (Fixes )
Philipp Hagemeister 0b65e5d40f [youtube] Do not break upon unknown formats
Philipp Hagemeister 629be17af4 release 2014.01.23.2
Philipp Hagemeister fd28827864 Do not count unmatched videos for --max-downloads (Fixes )
Philipp Hagemeister 8c61d9a9b1 Mention default for -f (Fixes )
Philipp Hagemeister 975d35dbab [youtube:truncated_url] Also match mail subscription links ()
Jaime Marquínez Ferrándiz 8b769664c4 [sina] Recognize http://video.sina.com.cn/v/b/{id}-*.html urls (fixes )
Jaime Marquínez Ferrándiz 76f270a46a [sina] use unicode_literals
Philipp Hagemeister 9dab1b7f28 release 2014.01.23.1
Philipp Hagemeister d3e5bbf437 Correct --max-downloads with --ignore-errors
Philipp Hagemeister 18a25c5d78 Clarify update output (Fixes )
No, we are not intentionally hiding the version number. Why would we?
Philipp Hagemeister 924f47f7b6 [rottentomatoes] Use unicode_literals
Philipp Hagemeister 22ff1c4a93 [xhamster] Futher simplification
Philipp Hagemeister 35409e1101 [xhamster] Use unicode_literals
Mike Col 65d781128a [xhamster] Add support for hd video
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
Philipp Hagemeister c35b1b07e2 release 2014.01.23
Philipp Hagemeister 066f6a0630 [nowness] Add support
Philipp Hagemeister 12ed57418c [gamespot] Fix regexp
Philipp Hagemeister 8b1be5cd73 Move --youtube-include-dash-manifest into correct option group
Philipp Hagemeister 780083dbc6 release 2014.01.22.5
Philipp Hagemeister 4919603f66 [youtube] Make DASH manifest download conditional for now
DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403.
Philipp Hagemeister dd26ced164 Add __len__ to PagedLists
Philipp Hagemeister bd2d82a5d3 [newgrounds] Simplify
Philipp Hagemeister c4cd138b92 release 2014.01.22.4
Philipp Hagemeister 65697b3bf3 Merge branch 'paged-lists'
Conflicts:
	test/test_utils.py
	youtube_dl/extractor/youtube.py
Philipp Hagemeister 50317b111d Merge branch 'youtube-dash-manifest'
Conflicts:
	youtube_dl/extractor/youtube.py
Philipp Hagemeister d7975ea287 [xvideos] Simplify
Mike Col 714d709a31 [xvideos] Fix thumbnail extraction
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>