Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove superfluous IE names | Philipp Hagemeister | 2013-01-01 | 1 | -13/+2 | |
| | | ||||||
* | | Move gen_extractors to InfoExtractors | Philipp Hagemeister | 2013-01-01 | 2 | -47/+49 | |
| | | ||||||
* | | Simplify test parameter initialization | Philipp Hagemeister | 2013-01-01 | 1 | -3/+2 | |
| | | ||||||
* | | Adapt test_download to support playlists, and remove race conditions | Philipp Hagemeister | 2013-01-01 | 3 | -30/+55 | |
| | | ||||||
* | | Revert "In tests.json file and md5 join in a 'files' list to handle ↵ | Philipp Hagemeister | 2013-01-01 | 2 | -38/+53 | |
| | | | | | | | | | | | | | | | | multiple-file IEs" This made the JSON structure really unreadable and was a quick fix. This reverts commit 6535e9511fc18eee2fc640c77fd42a4a39791915. | |||||
* | | typo | Philipp Hagemeister | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | credit @jaimeMF | Philipp Hagemeister | 2013-01-01 | 1 | -0/+1 | |
| | | ||||||
* | | ustreamIE | Jaime Marquínez Ferrándiz | 2013-01-01 | 3 | -0/+38 | |
| | | ||||||
* | | In tests.json file and md5 join in a 'files' list to handle multiple-file IEs | Filippo Valsorda | 2013-01-01 | 2 | -53/+38 | |
| | | ||||||
* | | Merge pull request #612 from jaimeMF/steamIE | Filippo Valsorda | 2013-01-01 | 3 | -0/+59 | |
|\ \ | | | | | | | SteamIE | |||||
| * | | Test for steam | Jaime Marquínez Ferrándiz | 2013-01-01 | 1 | -0/+9 | |
| | | | ||||||
| * | | SteamIE | Jaime Marquínez Ferrándiz | 2013-01-01 | 2 | -0/+50 | |
|/ / | ||||||
* | | Ok, the Escapist test was passing only in my Travis repo, do not ask me why; ↵ | Filippo Valsorda | 2012-12-31 | 2 | -2/+3 | |
| | | | | | | | | also, a small bugfix to the latest commit | |||||
* | | three small edits | Filippo Valsorda | 2012-12-31 | 3 | -3/+7 | |
| | | | | | | | | | | | | * ask for a --verbose log when reporting bugs in README.md * re-enable Escapist test, seems stable now * check that we are not downloading multiple videos when the template is fixed (NOT a complete fix: not detecting playlists) | |||||
* | | addedd a serious Public Domain dedication, see http://unlicense.org/ | Filippo Valsorda | 2012-12-31 | 1 | -0/+24 | |
| | | ||||||
* | | moved docs and updates generation scripts from gh-pages branch to devscripts | Filippo Valsorda | 2012-12-30 | 3 | -0/+84 | |
| | | ||||||
* | | Removed a spurious increment_downloads, this time cleanly | Filippo Valsorda | 2012-12-30 | 1 | -1/+0 | |
| | | ||||||
* | | moved updating code to update.py | Filippo Valsorda | 2012-12-30 | 3 | -162/+161 | |
| | | ||||||
* | | some fixes, pulled the codename from the code | Filippo Valsorda | 2012-12-30 | 4 | -12/+18 | |
| | | ||||||
* | | print some version and environment info on --verbose (+ py3 fixes) | Filippo Valsorda | 2012-12-30 | 4 | -4/+16 | |
| | | ||||||
* | | 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 | |
| | |