3546 Commits (db1f388878db8ce2ae6473a5447a5aa6c9ea86f1)
 

Author SHA1 Message Date
Philipp Hagemeister db1f388878 [huffpost] Add support 10 years ago
Philipp Hagemeister 0f2999fe2b Merge pull request #2221 from Rudloff/master
Removed websurg extractor
10 years ago
Jaime Marquínez Ferrándiz 5700e7792a [youtube] Encode the data when submitting the form for confirming the age
Needed on python 3
10 years ago
Jaime Marquínez Ferrándiz 38c2e5b8d5 [youtube] Use https: in more urls 10 years ago
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
10 years ago
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.
10 years ago
Jaime Marquínez Ferrándiz f89197d73e Some pep8 style fixes 10 years ago
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.
10 years ago
Philipp Hagemeister f945612bd0 [rtlnow] Simplify 10 years ago
Jaime Marquínez Ferrándiz 59188de113 Properly escape ‘.’ in some _VALID_URL properties 10 years ago
Jaime Marquínez Ferrándiz 352d08e3e5 Add an extractor for freespeech.org (closes #2234) 10 years ago
Philipp Hagemeister 886fa72324 release 2014.01.23.4 10 years ago
Philipp Hagemeister 2c5bae429a [youtube] Fix new formats 10 years ago
Philipp Hagemeister f265fc1238 release 2014.01.23.3 10 years ago
Philipp Hagemeister 1394ce65b4 [youtube] Add new formats (Fixes #2221) 10 years ago
Pierre Rudloff 67ccb77197 Removed websurg extractor 10 years ago
Philipp Hagemeister 63ef36e8d8 Add build instructions (Fixes #2218) 10 years ago
Philipp Hagemeister 0b65e5d40f [youtube] Do not break upon unknown formats 10 years ago
Philipp Hagemeister 629be17af4 release 2014.01.23.2 10 years ago
Philipp Hagemeister fd28827864 Do not count unmatched videos for --max-downloads (Fixes #2211) 10 years ago
Philipp Hagemeister 8c61d9a9b1 Mention default for -f (Fixes #2215) 10 years ago
Philipp Hagemeister 975d35dbab [youtube:truncated_url] Also match mail subscription links (#2214) 10 years ago
Jaime Marquínez Ferrándiz 8b769664c4 [sina] Recognize http://video.sina.com.cn/v/b/{id}-*.html urls (fixes #2212) 10 years ago
Jaime Marquínez Ferrándiz 76f270a46a [sina] use unicode_literals 10 years ago
Philipp Hagemeister 9dab1b7f28 release 2014.01.23.1 10 years ago
Philipp Hagemeister d3e5bbf437 Correct --max-downloads with --ignore-errors 10 years ago
Philipp Hagemeister 18a25c5d78 Clarify update output (Fixes #2205)
No, we are not intentionally hiding the version number. Why would we?
10 years ago
Philipp Hagemeister 924f47f7b6 [rottentomatoes] Use unicode_literals 10 years ago
Philipp Hagemeister 22ff1c4a93 [xhamster] Futher simplification 10 years ago
Philipp Hagemeister 35409e1101 [xhamster] Use unicode_literals 10 years ago
Mike Col 65d781128a [xhamster] Add support for hd video
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
10 years ago
Philipp Hagemeister c35b1b07e2 release 2014.01.23 10 years ago
Philipp Hagemeister 066f6a0630 [nowness] Add support 10 years ago
Philipp Hagemeister 12ed57418c [gamespot] Fix regexp 10 years ago
Philipp Hagemeister 8b1be5cd73 Move --youtube-include-dash-manifest into correct option group 10 years ago
Philipp Hagemeister 780083dbc6 release 2014.01.22.5 10 years ago
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.
10 years ago
Philipp Hagemeister dd26ced164 Add __len__ to PagedLists 10 years ago
Philipp Hagemeister bd2d82a5d3 [newgrounds] Simplify 10 years ago
Philipp Hagemeister c4cd138b92 release 2014.01.22.4 10 years ago
Philipp Hagemeister 65697b3bf3 Merge branch 'paged-lists'
Conflicts:
	test/test_utils.py
	youtube_dl/extractor/youtube.py
10 years ago
Philipp Hagemeister 50317b111d Merge branch 'youtube-dash-manifest'
Conflicts:
	youtube_dl/extractor/youtube.py
10 years ago
Philipp Hagemeister d7975ea287 [xvideos] Simplify 10 years ago
Mike Col 714d709a31 [xvideos] Fix thumbnail extraction
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
10 years ago
Philipp Hagemeister 11577ec054 [cspan] Disable test
It works fine from all my machines, no matter where, but from travis, we get lots of 403s.
Maybe another project is scraping CSPAN from travis and they're blocking the travis machines?
10 years ago
Philipp Hagemeister 79bf58f9b5 Document -f worstaudio as well 10 years ago
Philipp Hagemeister cd8a562267 release 2014.01.22.3 10 years ago
Philipp Hagemeister de3ef3ed58 Default to -f best-audio when only audio is requested 10 years ago
Philipp Hagemeister 8908741806 Use unicode_literals in test_YoutubeDL 10 years ago
Philipp Hagemeister ba7678f9cc Add -f bestaudio (Fixes #2163) 10 years ago