Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The new updates system, relies on gh-pages, secured by RSA, uses external ↵ | Filippo Valsorda | 2012-12-30 | 6 | -58/+224 | |
| | | | | web servers | |||||
* | Revert "Removed a spurious increment_downloads" | Philipp Hagemeister | 2012-12-29 | 1 | -2604/+0 | |
| | | | | This reverts commit 92e3e18a1d1fb35b6d73b609725c250123835969. | |||||
* | Removed a spurious increment_downloads | Filippo Valsorda | 2012-12-29 | 1 | -0/+2604 | |
| | ||||||
* | Allow ampersand right after ? in youtube URLs (Closes #602) | Philipp Hagemeister | 2012-12-27 | 2 | -11/+19 | |
| | ||||||
* | TweetReel IE | Philipp Hagemeister | 2012-12-27 | 3 | -3/+77 | |
| | ||||||
* | add --no-post-overwrites to README.md; + minor style fixes | Filippo Valsorda | 2012-12-26 | 2 | -2/+4 | |
| | ||||||
* | Merge pull request #601 from paullik/no-post-overwrites | Philipp Hagemeister | 2012-12-24 | 2 | -5/+11 | |
|\ | | | | | No post-processing overwrites | |||||
| * | not relying on ffmpeg to do the post-processed file checking, instead doing ↵ | Barbu Paul - Gheorghe | 2012-12-24 | 1 | -7/+6 | |
| | | | | | | | | it directly in youtube-dl | |||||
| * | apparently the -n option is available only in ffmpeg | Barbu Paul - Gheorghe | 2012-12-23 | 1 | -1/+1 | |
| | | ||||||
| * | modified FFmpegExtractAudioPP to accept whether it should overwrite ↵ | Barbu Paul - Gheorghe | 2012-12-23 | 1 | -3/+8 | |
| | | | | | | | | post-processed files or not | |||||
| * | added the --no-post-overwrites argument | Barbu Paul - Gheorghe | 2012-12-23 | 1 | -1/+3 | |
|/ | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-12-20 | 10 | -77/+106 | |
|\ | ||||||
| * | Temporary skip Escapist test as it fails only on Travis; we'll make a more ↵ | Filippo Valsorda | 2012-12-20 | 1 | -1/+2 | |
| | | | | | | | | specific workaround later if we can't fix it | |||||
| * | better Vimeo tests; fixed a couple of VimeoIE fields | Filippo Valsorda | 2012-12-20 | 7 | -17/+18 | |
| | | ||||||
| * | new info_dict field: uploader_id | Filippo Valsorda | 2012-12-20 | 4 | -13/+27 | |
| | | ||||||
| * | some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly ↵ | Filippo Valsorda | 2012-12-20 | 3 | -12/+9 | |
| | | | | | | | | as possible now | |||||
| * | add info_dict testing to test_download | Filippo Valsorda | 2012-12-20 | 2 | -2/+24 | |
| | | ||||||
| * | refactor YouTube subtitles code, it was ugly (my bad) | Filippo Valsorda | 2012-12-20 | 2 | -37/+31 | |
| | | ||||||
* | | FunnyOrDie IE (Fixes #599) | Philipp Hagemeister | 2012-12-20 | 3 | -0/+56 | |
|/ | ||||||
* | Enable 3.3 in Travis (works; see ↵ | Philipp Hagemeister | 2012-12-20 | 1 | -1/+1 | |
| | | | | https://travis-ci.org/phihag/youtube-dl/jobs/3757443 ) | |||||
* | Update Vimeo Info Extractor to get pull in the description properly | Nick Daniels | 2012-12-20 | 1 | -1/+1 | |
| | ||||||
* | Refactor IDParser to search for elements by any attribute not just ID | Nick Daniels | 2012-12-20 | 1 | -7/+12 | |
| | ||||||
* | Do not use deprecated method | Philipp Hagemeister | 2012-12-20 | 1 | -3/+3 | |
| | ||||||
* | Extend json info data / description file test | Philipp Hagemeister | 2012-12-20 | 1 | -0/+24 | |
| | ||||||
* | Clean up legacy code | Philipp Hagemeister | 2012-12-20 | 1 | -5/+2 | |
| | ||||||
* | Remove legacy code | Philipp Hagemeister | 2012-12-20 | 1 | -5/+0 | |
| | ||||||
* | Correct JSON writing (Closes #596) | Philipp Hagemeister | 2012-12-20 | 2 | -3/+15 | |
| | ||||||
* | test write_info_json | Philipp Hagemeister | 2012-12-20 | 1 | -0/+55 | |
| | ||||||
* | Sublime space formatting | Nick Daniels | 2012-12-19 | 1 | -30/+30 | |
| | ||||||
* | Ignore DS_Store files in Git | Nick Daniels | 2012-12-19 | 1 | -0/+1 | |
| | ||||||
* | Switch test to metacafe.com, whose DNS seems to be fine atm | Philipp Hagemeister | 2012-12-17 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2012-12-17 | 3 | -111/+44 | |
|\ | ||||||
| * | a number of new tests and fixes; all tests green on 3.3 | Filippo Valsorda | 2012-12-17 | 2 | -17/+44 | |
| | | ||||||
| * | Google Video has been shutdown as of 11/15/2012. All videos on Google Video ↵ | Filippo Valsorda | 2012-12-17 | 2 | -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 Hagemeister | 2012-12-17 | 1 | -5/+3 | |
|/ | | | | UTF-8 | |||||
* | various py3 fixes; all tests green on 3.3 | Filippo Valsorda | 2012-12-17 | 2 | -10/+10 | |
| | ||||||
* | test subtitles | Filippo Valsorda | 2012-12-17 | 2 | -1/+65 | |
| | ||||||
* | Fix --extract-audio on Python 3 | Philipp Hagemeister | 2012-12-16 | 2 | -2/+8 | |
| | ||||||
* | Tests for justin.tv | Philipp Hagemeister | 2012-12-16 | 1 | -0/+6 | |
| | ||||||
* | Credit vasi for justin.tv | Philipp Hagemeister | 2012-12-16 | 1 | -0/+1 | |
| | ||||||
* | Misc justin.tv fixes | Dave Vasilevsky | 2012-12-16 | 1 | -11/+13 | |
| | ||||||
* | Support more than 100 videos for justin.tv | Dave Vasilevsky | 2012-12-16 | 1 | -21/+42 | |
| | ||||||
* | Preliminary support for twitch.tv and justin.tv | Dave Vasilevsky | 2012-12-16 | 2 | -0/+57 | |
| | ||||||
* | Do not decode None | Philipp Hagemeister | 2012-12-15 | 1 | -1/+2 | |
| | ||||||
* | Fix VimeoIE in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -7/+8 | |
| | ||||||
* | Fix Dailymotion in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -6/+7 | |
| | ||||||
* | Fix XNXX in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -5/+6 | |
| | ||||||
* | More Youku Python 3 fixing | Philipp Hagemeister | 2012-12-15 | 1 | -2/+3 | |
| | ||||||
* | Fix YoukuIE in Python3 (and in general) | Philipp Hagemeister | 2012-12-15 | 1 | -9/+2 | |
| | ||||||
* | Fix xvideo IE in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -5/+6 | |
| |