Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-25 | [youtube:toplist] Make the regex for finding the playlist link more flexible | Jaime Marquínez Ferrándiz | |
`title={foo}` may not be at the end of the `href` string. | |||
2014-01-25 | Some pep8 style fixes | Jaime 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] Simplify | Philipp Hagemeister | |
2014-01-25 | Properly escape ‘.’ in some _VALID_URL properties | Jaime Marquínez Ferrándiz | |
2014-01-25 | Add an extractor for freespeech.org (closes #2234) | Jaime Marquínez Ferrándiz | |
2014-01-24 | release 2014.01.23.42014.01.23.4 | Philipp Hagemeister | |
2014-01-24 | [youtube] Fix new formats | Philipp Hagemeister | |
2014-01-23 | release 2014.01.23.32014.01.23.3 | Philipp Hagemeister | |
2014-01-23 | [youtube] Add new formats (Fixes #2221) | Philipp Hagemeister | |
2014-01-23 | Add build instructions (Fixes #2218) | Philipp Hagemeister | |
2014-01-23 | [youtube] Do not break upon unknown formats | Philipp Hagemeister | |
2014-01-23 | release 2014.01.23.22014.01.23.2 | Philipp Hagemeister | |
2014-01-23 | Do not count unmatched videos for --max-downloads (Fixes #2211) | Philipp Hagemeister | |
2014-01-23 | Mention 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_literals | Jaime Marquínez Ferrándiz | |
2014-01-23 | release 2014.01.23.12014.01.23.1 | Philipp Hagemeister | |
2014-01-23 | Correct --max-downloads with --ignore-errors | Philipp Hagemeister | |
2014-01-23 | Clarify update output (Fixes #2205) | Philipp Hagemeister | |
No, we are not intentionally hiding the version number. Why would we? | |||
2014-01-23 | [rottentomatoes] Use unicode_literals | Philipp Hagemeister | |
2014-01-23 | [xhamster] Futher simplification | Philipp Hagemeister | |
2014-01-23 | [xhamster] Use unicode_literals | Philipp Hagemeister | |
2014-01-23 | [xhamster] Add support for hd video | Mike Col | |
Signed-off-by: Philipp Hagemeister <phihag@phihag.de> | |||
2014-01-23 | release 2014.01.232014.01.23 | Philipp Hagemeister | |
2014-01-23 | [nowness] Add support | Philipp Hagemeister | |
2014-01-22 | [gamespot] Fix regexp | Philipp Hagemeister | |
2014-01-22 | Move --youtube-include-dash-manifest into correct option group | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.52014.01.22.5 | Philipp Hagemeister | |
2014-01-22 | [youtube] Make DASH manifest download conditional for now | Philipp Hagemeister | |
DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403. | |||
2014-01-22 | Add __len__ to PagedLists | Philipp Hagemeister | |
2014-01-22 | [newgrounds] Simplify | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.42014.01.22.4 | Philipp Hagemeister | |
2014-01-22 | Merge branch 'paged-lists' | Philipp Hagemeister | |
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py | |||
2014-01-22 | Merge branch 'youtube-dash-manifest' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/youtube.py | |||
2014-01-22 | [xvideos] Simplify | Philipp Hagemeister | |
2014-01-22 | [xvideos] Fix thumbnail extraction | Mike Col | |
Signed-off-by: Philipp Hagemeister <phihag@phihag.de> | |||
2014-01-22 | [cspan] Disable test | Philipp 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-22 | Document -f worstaudio as well | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.32014.01.22.3 | Philipp Hagemeister | |
2014-01-22 | Default to -f best-audio when only audio is requested | Philipp Hagemeister | |
2014-01-22 | Use unicode_literals in test_YoutubeDL | Philipp Hagemeister | |
2014-01-22 | Add -f bestaudio (Fixes #2163) | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.22014.01.22.2 | Philipp Hagemeister | |
2014-01-22 | Add new --default-search option (#2193) | Philipp Hagemeister | |
2014-01-22 | [comedycentral] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | |
2014-01-22 | Merge pull request #2195 from dstftw/master | Jaime Marquínez Ferrándiz | |
[space] Add support for mobile URLs | |||
2014-01-22 | [southparkstudios] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | |
2014-01-22 | [space] Add support for mobile URLs | dst | |