aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2014-01-27[huffpost] Add supportPhilipp Hagemeister
2014-01-26Merge pull request #2221 from Rudloff/masterPhilipp Hagemeister
Removed websurg extractor
2014-01-25[youtube] Encode the data when submitting the form for confirming the ageJaime Marquínez Ferrándiz
Needed on python 3
2014-01-25[youtube] Use https: in more urlsJaime Marquínez Ferrándiz
2014-01-25[youtube:toplist] Make the regex for finding the playlist link more flexibleJaime Marquínez Ferrándiz
`title={foo}` may not be at the end of the `href` string.
2014-01-25Some pep8 style fixesJaime Marquínez Ferrándiz
2014-01-25[extractor/common] Encode the url when calculating the md5 with ↵Jaime Marquínez Ferrándiz
`—write-pages` option This doesn’t cause any problem in python 2.*, but on python 3 the `md5` function only accepts bytes.
2014-01-25[rtlnow] SimplifyPhilipp Hagemeister
2014-01-25Properly escape ‘.’ in some _VALID_URL propertiesJaime Marquínez Ferrándiz
2014-01-25Add an extractor for freespeech.org (closes #2234)Jaime Marquínez Ferrándiz
2014-01-24release 2014.01.23.42014.01.23.4Philipp Hagemeister
2014-01-24[youtube] Fix new formatsPhilipp Hagemeister
2014-01-23release 2014.01.23.32014.01.23.3Philipp Hagemeister
2014-01-23[youtube] Add new formats (Fixes #2221)Philipp Hagemeister
2014-01-23Removed websurg extractorPierre Rudloff
2014-01-23[youtube] Do not break upon unknown formatsPhilipp Hagemeister
2014-01-23release 2014.01.23.22014.01.23.2Philipp Hagemeister
2014-01-23Do not count unmatched videos for --max-downloads (Fixes #2211)Philipp Hagemeister
2014-01-23Mention default for -f (Fixes #2215)Philipp Hagemeister
2014-01-23[youtube:truncated_url] Also match mail subscription links (#2214)Philipp Hagemeister
2014-01-23[sina] Recognize http://video.sina.com.cn/v/b/{id}-*.html urls (fixes #2212)Jaime Marquínez Ferrándiz
2014-01-23[sina] use unicode_literalsJaime Marquínez Ferrándiz
2014-01-23release 2014.01.23.12014.01.23.1Philipp Hagemeister
2014-01-23Correct --max-downloads with --ignore-errorsPhilipp Hagemeister
2014-01-23Clarify update output (Fixes #2205)Philipp Hagemeister
No, we are not intentionally hiding the version number. Why would we?
2014-01-23[rottentomatoes] Use unicode_literalsPhilipp Hagemeister
2014-01-23[xhamster] Futher simplificationPhilipp Hagemeister
2014-01-23[xhamster] Use unicode_literalsPhilipp Hagemeister
2014-01-23[xhamster] Add support for hd videoMike Col
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
2014-01-23release 2014.01.232014.01.23Philipp Hagemeister
2014-01-23[nowness] Add supportPhilipp Hagemeister
2014-01-22[gamespot] Fix regexpPhilipp Hagemeister
2014-01-22Move --youtube-include-dash-manifest into correct option groupPhilipp Hagemeister
2014-01-22release 2014.01.22.52014.01.22.5Philipp Hagemeister
2014-01-22[youtube] Make DASH manifest download conditional for nowPhilipp Hagemeister
DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403.
2014-01-22Add __len__ to PagedListsPhilipp Hagemeister
2014-01-22[newgrounds] SimplifyPhilipp Hagemeister
2014-01-22release 2014.01.22.42014.01.22.4Philipp Hagemeister
2014-01-22Merge branch 'paged-lists'Philipp Hagemeister
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py
2014-01-22Merge branch 'youtube-dash-manifest'Philipp Hagemeister
Conflicts: youtube_dl/extractor/youtube.py
2014-01-22[xvideos] SimplifyPhilipp Hagemeister
2014-01-22[xvideos] Fix thumbnail extractionMike Col
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
2014-01-22[cspan] Disable testPhilipp Hagemeister
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?
2014-01-22Document -f worstaudio as wellPhilipp Hagemeister
2014-01-22release 2014.01.22.32014.01.22.3Philipp Hagemeister
2014-01-22Default to -f best-audio when only audio is requestedPhilipp Hagemeister
2014-01-22Add -f bestaudio (Fixes #2163)Philipp Hagemeister
2014-01-22release 2014.01.22.22014.01.22.2Philipp Hagemeister
2014-01-22Add new --default-search option (#2193)Philipp Hagemeister
2014-01-22[comedycentral] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz