summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Switch test to metacafe.com, whose DNS seems to be fine atmPhilipp Hagemeister2012-12-171-1/+1
| |
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2012-12-173-111/+44
|\ \
| * | a number of new tests and fixes; all tests green on 3.3Filippo Valsorda2012-12-172-17/+44
| | |
| * | Google Video has been shutdown as of 11/15/2012. All videos on Google Video ↵Filippo Valsorda2012-12-172-94/+0
| | | | | | | | | | | | will be migrated to YouTube by the end of 2012.
* | | Remove some antipatterns and ensure that we always write the JSON file with ↵Philipp Hagemeister2012-12-171-5/+3
|/ / | | | | | | UTF-8
* | various py3 fixes; all tests green on 3.3Filippo Valsorda2012-12-172-10/+10
| |
* | test subtitlesFilippo Valsorda2012-12-172-1/+65
| |
* | Fix --extract-audio on Python 3Philipp Hagemeister2012-12-162-2/+8
| |
* | Tests for justin.tvPhilipp Hagemeister2012-12-161-0/+6
| |
* | Credit vasi for justin.tvPhilipp Hagemeister2012-12-161-0/+1
| |
* | Misc justin.tv fixesDave Vasilevsky2012-12-161-11/+13
| |
* | Support more than 100 videos for justin.tvDave Vasilevsky2012-12-161-21/+42
| |
* | Preliminary support for twitch.tv and justin.tvDave Vasilevsky2012-12-162-0/+57
| |
* | Do not decode NonePhilipp Hagemeister2012-12-151-1/+2
| |
* | Fix VimeoIE in Python 3Philipp Hagemeister2012-12-151-7/+8
| |
* | Fix Dailymotion in Python 3Philipp Hagemeister2012-12-151-6/+7
| |
* | Fix XNXX in Python 3Philipp Hagemeister2012-12-151-5/+6
| |
* | More Youku Python 3 fixingPhilipp Hagemeister2012-12-151-2/+3
| |
* | Fix YoukuIE in Python3 (and in general)Philipp Hagemeister2012-12-151-9/+2
| |
* | Fix xvideo IE in Python 3Philipp Hagemeister2012-12-151-5/+6
| |
* | restrict sys.argv craziness to Python 2 (Fixes #591)Philipp Hagemeister2012-12-151-8/+12
| |
* | NBA IE (Closes #590)Philipp Hagemeister2012-12-133-0/+53
| |
* | Revert "Don't be too clever"Philipp Hagemeister2012-12-121-5/+7
| | | | | | | | This reverts commit a276e060806c6cabc76b9df964db67939b643e43.
* | Don't be too cleverPhilipp Hagemeister2012-12-121-7/+5
| |
* | streamlined and simplified dynamic tests generation; readded a couple of ↵Filippo Valsorda2012-12-123-54/+76
| | | | | | | | test features
* | Merge remote-tracking branch 'gcmalloc/master' into fork_masterFilippo Valsorda2012-12-123-324/+65
|\ \
| * | test automationgcmalloc2012-12-123-322/+65
| | |
| * | changing the template file extensiongcmalloc2012-12-113-2/+2
| | |
* | | Add support for comedycentral clips (closes #233)nto2012-12-111-10/+33
| | | | | | | | | | | | | | | | | | Support individual clips, not just full episodes. break up now monstrous _VALID_URL regex over multiple lines to improve readability, pass re.VERBOSE flag when using regex to ignore the whitespace
* | | changing the template file extensiongcmalloc2012-12-113-2/+2
| | |
* | | rollback tests multiprocess, Travis and OSX don't support itFilippo Valsorda2012-12-113-2/+5
| | |
* | | Speed up testing (<10s instead of 25s)Philipp Hagemeister2012-12-111-1/+2
| | |
* | | Fix TestYoutubeLists.test_youtube_userPhilipp Hagemeister2012-12-111-2/+2
| | |
* | | Fix test selection in Python 2.6Philipp Hagemeister2012-12-112-48/+50
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-12-114-11/+90
|\ \ \
| * | | Release 2012.12.11Filippo Valsorda2012-12-111-1/+1
| | | |
| * | | fix playlist pagination and add YT playlist tests (closes #569)Filippo Valsorda2012-12-113-10/+89
| | | |
* | | | Fix blip.tv in python3Philipp Hagemeister2012-12-111-2/+3
|/ / /
* | | Merge pull request #580 from FiloSottile/masterPhilipp Hagemeister2012-12-1122-423/+332
|\| | | | | | | | The new shiny build system
| * | Merge branch 'master' into fork_masterFilippo Valsorda2012-12-118-101/+170
| |\ \ | |/ / |/| | | | | | | | Conflicts: .travis.yml
* | | use the new --test option to speed up tests (fetch only first 10K)Filippo Valsorda2012-12-114-93/+135
| | | | | | | | | | | | now all tests working and passing
* | | gentests: allow test-specific FileDownloader params override from tests.jsonFilippo Valsorda2012-12-111-1/+4
| | |
* | | the test didn't load our Gzip openerFilippo Valsorda2012-12-113-7/+22
| | | | | | | | | | | | | | | | | | this was blocking the Vimeo test + some more gentest fixes
* | | print traceback on trouble if --verbose (why didn't I think of this before!?)Filippo Valsorda2012-12-111-0/+3
| | |
* | | exposing the test mode as --test (hidden and undocumented)Filippo Valsorda2012-12-111-0/+2
| | |
* | | added a test mode to FileDownloader that fetches only first 10KFilippo Valsorda2012-12-111-0/+4
| | |
| * | Merge 'rg3/master' into fork_masterFilippo Valsorda2012-12-0812-113/+144
| |\ \ | |/ / |/| |
* | | SoundCloud IDs have changed, fix testsPhilipp Hagemeister2012-12-072-5/+5
| | |
* | | Use Soundcloud API (Closes #579)Philipp Hagemeister2012-12-071-38/+7
| | |
* | | More work on soundcloud IEPhilipp Hagemeister2012-12-071-16/+23
| | |