summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.06.04 2014.06.04Philipp Hagemeister2014-06-041-1/+1
|
* [ard] Fix format extraction (fixes #3006 and #3032)Jaime Marquínez Ferrándiz2014-06-031-18/+11
|
* Merge pull request #2962 from simonwjackson/patch-1Jaime Marquínez Ferrándiz2014-06-031-1/+1
|\ | | | | Update test_age_restriction.py
| * Update test_age_restriction.pySimon W. Jackson2014-05-211-1/+1
| | | | | | typo
* | Merge pull request #3022 from MikeCol/Extremetube_titleSergey M.2014-06-031-1/+1
|\ \ | | | | | | title extraction condition less restrictive
| * | title extraction condition less restrictiveMikeCol2014-05-311-1/+1
| | |
* | | Merge pull request #3033 from Forever-Young/patch-2Sergey M.2014-06-021-1/+1
|\ \ \ | | | | | | | | Recognize a third format of the upload_date in the 'watch-uploader-info'...
| * | | Recognize a third format of the upload_date in the 'watch-uploader-info' elementAnton Novosyolov2014-06-021-1/+1
|/ / /
* | | release 2014.06.02 2014.06.02Philipp Hagemeister2014-06-021-1/+1
| | |
* | | [mailru] Add support for new mail.ru URL format (Closes #3024)Sergey M․2014-06-011-17/+38
| | |
* | | release 2014.05.31.4 2014.05.31.4Philipp Hagemeister2014-05-311-1/+1
| | |
* | | release 2014.05.31.3 2014.05.31.3Philipp Hagemeister2014-05-311-1/+1
| | |
* | | release 2014.05.31.2 2014.05.31.2Philipp Hagemeister2014-05-311-1/+1
| | |
* | | release 2014.05.31.1 2014.05.31.1Philipp Hagemeister2014-05-311-1/+1
| | |
* | | release 2014.05.31 2014.05.31Philipp Hagemeister2014-05-311-1/+1
|/ /
* | [vevo] The title in the url is optional (fixes #3020)Jaime Marquínez Ferrándiz2014-05-311-1/+1
| |
* | [fc2] Recognize urls without language part (reported in #1154)Jaime Marquínez Ferrándiz2014-05-311-1/+1
| |
* | [fc2] Encode the string used for the md5 checksumJaime Marquínez Ferrándiz2014-05-311-1/+1
| | | | | | | | In python 3 it must be a bytes object.
* | [nrktv] Recognize tv.nrksuper.no URLSergey M․2014-05-311-1/+1
| |
* | [theplatform] Use unicode_literals and _download_jsonJaime Marquínez Ferrándiz2014-05-301-12/+13
| |
* | [comedycentralshows] Transform the rtmp urls so that rtmpdump can download ↵Jaime Marquínez Ferrándiz2014-05-301-1/+1
| | | | | | | | | | | | them (fixes #3010) From 'rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/*' to 'rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm/gsp.comedystor/*'
* | [ivi] Replace testsSergey M․2014-05-302-14/+14
| |
* | [ard] Fix title (#3006)Philipp Hagemeister2014-05-301-1/+3
| |
* | release 2014.05.30.1 2014.05.30.1Philipp Hagemeister2014-05-301-1/+1
| |
* | [Makefile] Remove CHANGELOG entryPhilipp Hagemeister2014-05-301-1/+1
| |
* | release 2014.05.30 2014.05.30Philipp Hagemeister2014-05-301-1/+1
| |
* | [devscripts/release] Do not commit CHANGELOGPhilipp Hagemeister2014-05-301-2/+2
| |
* | [nbcnews] Add support for /feature/* pages (closes #3007)Jaime Marquínez Ferrándiz2014-05-301-20/+59
| |
* | Merge branch 'anovicecodemonkey-ustream-embed-recorded2'Sergey M․2014-05-291-7/+14
|\ \
| * | [ustream] ModernizeSergey M․2014-05-291-5/+8
| | |
| * | [ustream] Remove unnecessary webpage downloadSergey M․2014-05-291-1/+0
| | |
| * | Merge branch 'ustream-embed-recorded2' of ↵Sergey M․2014-05-291-3/+8
|/| | | | | | | | | | | https://github.com/anovicecodemonkey/youtube-dl into anovicecodemonkey-ustream-embed-recorded2
| * | [UstreamIE] added support for "/embed/recorded/" style URLs (Fixes #2990)anovicecodemonkey2014-05-281-3/+8
| | |
* | | Merge branch 'rzhxeo-cinemassacre'Sergey M․2014-05-281-25/+40
|\ \ \ | |/ / |/| |
| * | [cinemassacre] Improve formats extraction and modernizeSergey M․2014-05-281-15/+28
| | |
| * | Merge branch 'cinemassacre' of https://github.com/rzhxeo/youtube-dl into ↵Sergey M․2014-05-281-24/+26
|/| | | | | | | | | | | rzhxeo-cinemassacre
| * | [CinemassacreIE] Extract all available video/audio formatsrzhxeo2014-05-221-24/+26
| |/
* | [nuvid] Fix video URL extractionSergey M․2014-05-271-1/+1
| |
* | [ivi] Update playlist testsSergey M․2014-05-261-5/+5
| |
* | [nrktv] Add support for tv.nrk.no (Closes #2980)Sergey M․2014-05-252-2/+83
| |
* | Merge pull request #2953 from codesparkle/ndr-regexes-escape-correctlySergey M.2014-05-251-7/+8
|\ \ | | | | | | [ndr] fix regexes containing illegal characters
| * | The opening curly brace, '{', is a regex reserved control character, so it ↵codesparkle2014-05-191-7/+8
| | | | | | | | | | | | | | | | | | | | | needs to be escaped (see http://stackoverflow.com/a/400316/1106367) Minor improvements: no need to sort the whole list if all we need is the maximum element, also instead of reinventing the wheel we can use utils to get indices from qualities.
* | | Merge pull request #2960 from codesparkle/fix-test-format-note-regexSergey M.2014-05-251-2/+2
|\ \ \ | | | | | | | | [test] fixed typo in test_format_note (test_YoutubeDL)
| * | | fixed (what I assume was a typo) that caused test_format_note to always fail.codesparkle2014-05-211-2/+2
| | | | | | | | | | | | | | | | This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f.
* | | | [streamcz] Workaround CertificateErrorSergey M․2014-05-251-1/+1
| | | |
* | | | [streamcz] Use compat_strSergey M․2014-05-251-2/+5
| | | |
* | | | Merge pull request #2979 from pulpe/streamcz_fixSergey M.2014-05-251-3/+14
|\ \ \ \ | | | | | | | | | | [StreamCZ] correct video id + add test
| * | | | [StreamCZ] correct video id + add testpulpe2014-05-241-3/+14
|/ / / /
* | | | [empflix] Fix extractionSergey M․2014-05-241-8/+14
| | | |
* | | | [pornhub] Fix uploader extractionSergey M․2014-05-241-1/+1
| | | |