summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove superfluous IE namesPhilipp Hagemeister2013-01-011-13/+2
| |
* | Move gen_extractors to InfoExtractorsPhilipp Hagemeister2013-01-012-47/+49
| |
* | Simplify test parameter initializationPhilipp Hagemeister2013-01-011-3/+2
| |
* | Adapt test_download to support playlists, and remove race conditionsPhilipp Hagemeister2013-01-013-30/+55
| |
* | Revert "In tests.json file and md5 join in a 'files' list to handle ↵Philipp Hagemeister2013-01-012-38/+53
| | | | | | | | | | | | | | | | multiple-file IEs" This made the JSON structure really unreadable and was a quick fix. This reverts commit 6535e9511fc18eee2fc640c77fd42a4a39791915.
* | typoPhilipp Hagemeister2013-01-011-1/+1
| |
* | credit @jaimeMFPhilipp Hagemeister2013-01-011-0/+1
| |
* | ustreamIEJaime Marquínez Ferrándiz2013-01-013-0/+38
| |
* | In tests.json file and md5 join in a 'files' list to handle multiple-file IEsFilippo Valsorda2013-01-012-53/+38
| |
* | Merge pull request #612 from jaimeMF/steamIEFilippo Valsorda2013-01-013-0/+59
|\ \ | | | | | | SteamIE
| * | Test for steamJaime Marquínez Ferrándiz2013-01-011-0/+9
| | |
| * | SteamIEJaime Marquínez Ferrándiz2013-01-012-0/+50
|/ /
* | Ok, the Escapist test was passing only in my Travis repo, do not ask me why; ↵Filippo Valsorda2012-12-312-2/+3
| | | | | | | | also, a small bugfix to the latest commit
* | three small editsFilippo Valsorda2012-12-313-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 Valsorda2012-12-311-0/+24
| |
* | moved docs and updates generation scripts from gh-pages branch to devscriptsFilippo Valsorda2012-12-303-0/+84
| |
* | Removed a spurious increment_downloads, this time cleanlyFilippo Valsorda2012-12-301-1/+0
| |
* | moved updating code to update.pyFilippo Valsorda2012-12-303-162/+161
| |
* | some fixes, pulled the codename from the codeFilippo Valsorda2012-12-304-12/+18
| |
* | print some version and environment info on --verbose (+ py3 fixes)Filippo Valsorda2012-12-304-4/+16
| |
* | The new updates system, relies on gh-pages, secured by RSA, uses external ↵Filippo Valsorda2012-12-306-58/+224
| | | | | | | | web servers
* | Revert "Removed a spurious increment_downloads"Philipp Hagemeister2012-12-291-2604/+0
| | | | | | | | This reverts commit 92e3e18a1d1fb35b6d73b609725c250123835969.
* | Removed a spurious increment_downloadsFilippo Valsorda2012-12-291-0/+2604
| |
* | Allow ampersand right after ? in youtube URLs (Closes #602)Philipp Hagemeister2012-12-272-11/+19
| |
* | TweetReel IEPhilipp Hagemeister2012-12-273-3/+77
| |
* | add --no-post-overwrites to README.md; + minor style fixesFilippo Valsorda2012-12-262-2/+4
| |
* | Merge pull request #601 from paullik/no-post-overwritesPhilipp Hagemeister2012-12-242-5/+11
|\ \ | | | | | | No post-processing overwrites
| * | not relying on ffmpeg to do the post-processed file checking, instead doing ↵Barbu Paul - Gheorghe2012-12-241-7/+6
| | | | | | | | | | | | it directly in youtube-dl
| * | apparently the -n option is available only in ffmpegBarbu Paul - Gheorghe2012-12-231-1/+1
| | |
| * | modified FFmpegExtractAudioPP to accept whether it should overwrite ↵Barbu Paul - Gheorghe2012-12-231-3/+8
| | | | | | | | | | | | post-processed files or not
| * | added the --no-post-overwrites argumentBarbu Paul - Gheorghe2012-12-231-1/+3
|/ /
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-12-2010-77/+106
|\ \
| * | Temporary skip Escapist test as it fails only on Travis; we'll make a more ↵Filippo Valsorda2012-12-201-1/+2
| | | | | | | | | | | | specific workaround later if we can't fix it
| * | better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-207-17/+18
| | |
| * | new info_dict field: uploader_idFilippo Valsorda2012-12-204-13/+27
| | |
| * | some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly ↵Filippo Valsorda2012-12-203-12/+9
| | | | | | | | | | | | as possible now
| * | add info_dict testing to test_downloadFilippo Valsorda2012-12-202-2/+24
| | |
| * | refactor YouTube subtitles code, it was ugly (my bad)Filippo Valsorda2012-12-202-37/+31
| | |
* | | FunnyOrDie IE (Fixes #599)Philipp Hagemeister2012-12-203-0/+56
|/ /
* | Enable 3.3 in Travis (works; see ↵Philipp Hagemeister2012-12-201-1/+1
| | | | | | | | https://travis-ci.org/phihag/youtube-dl/jobs/3757443 )
* | Update Vimeo Info Extractor to get pull in the description properlyNick Daniels2012-12-201-1/+1
| |
* | Refactor IDParser to search for elements by any attribute not just IDNick Daniels2012-12-201-7/+12
| |
* | Do not use deprecated methodPhilipp Hagemeister2012-12-201-3/+3
| |
* | Extend json info data / description file testPhilipp Hagemeister2012-12-201-0/+24
| |
* | Clean up legacy codePhilipp Hagemeister2012-12-201-5/+2
| |
* | Remove legacy codePhilipp Hagemeister2012-12-201-5/+0
| |
* | Correct JSON writing (Closes #596)Philipp Hagemeister2012-12-202-3/+15
| |
* | test write_info_jsonPhilipp Hagemeister2012-12-201-0/+55
| |
* | Sublime space formattingNick Daniels2012-12-191-30/+30
| |
* | Ignore DS_Store files in GitNick Daniels2012-12-191-0/+1
| |