Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | Fix broken ffmpeg (Closes #623) | Philipp Hagemeister | |
2013-01-08 | release 2013.01.082013.01.08 | Philipp Hagemeister | |
2013-01-08 | Merge pull request #621 from atomizer/master | Philipp Hagemeister | |
justin.tv tweaks | |||
2013-01-07 | Merge branch 'my-origin/master' | atomizer | |
2013-01-07 | justin.tv tweaks | atomizer | |
- download all parts of a broadcast, fixes #614 - set "uploader" variable to channel_name if available - catch api errors even if http status is 200 | |||
2013-01-07 | Fix tar target (--exclude-vcs is not supported everywhere, and reading . ↵ | Philipp Hagemeister | |
while writing to it can fail randomly) | |||
2013-01-06 | Do not check in test_coverage | Philipp Hagemeister | |
2013-01-06 | correct quoting | Philipp Hagemeister | |
2013-01-06 | Simplify Makefile | Philipp Hagemeister | |
2013-01-06 | release 2013.01.062013.01.06 | Philipp Hagemeister | |
2013-01-06 | read -n is bash-specific | Philipp Hagemeister | |
2013-01-06 | fixed tests (used the --test option) so that they pass. go figure | Jeff Crouse | |
2013-01-06 | oops - didn't remove some reminders | Jeff Crouse | |
2013-01-06 | made changes recommended in pull request | Jeff Crouse | |
2013-01-06 | fix ComedyCentral IE in Python3 | Philipp Hagemeister | |
2013-01-06 | Add tests for ComedyCentral IE | Philipp Hagemeister | |
2013-01-06 | Switch comedycentral IE to http downloads | Philipp Hagemeister | |
2013-01-05 | re-fixed XNXX regex problem | Jeff Crouse | |
2013-01-05 | Merge branch 'master' of https://github.com/jefftimesten/youtube-dl | Jeff Crouse | |
2013-01-05 | Merge branch 'master' of https://github.com/jefftimesten/youtube-dl | Jeff Crouse | |
2013-01-05 | Merge branch 'master' of https://github.com/jefftimesten/youtube-dl | Jeff Crouse | |
2013-01-05 | Added extractors for 3 porn sites | Jeff Crouse | |
2013-01-05 | Added extractors for 3 porn sites | Jeff Crouse | |
2013-01-05 | Merge branch 'master' of https://github.com/rg3/youtube-dl | Jeff Crouse | |
Conflicts: .gitignore LATEST_VERSION Makefile youtube-dl youtube-dl.exe youtube_dl/InfoExtractors.py youtube_dl/__init__.py | |||
2013-01-04 | Disable travis irc notifications | Philipp Hagemeister | |
travis is much to verbose for that, with random IEs constantly failing | |||
2013-01-03 | Merge pull request #617 from jaimeMF/steamIE | Philipp Hagemeister | |
[steamIE]Allow downloading videos with other characters in their titles | |||
2013-01-03 | steamIE remove the HTMLparser object | Jaime Marquínez Ferrándiz | |
2013-01-03 | steamIE follow @phihag suggestions | Jaime Marquínez Ferrándiz | |
2013-01-03 | Allow downloading videos with other characters in their titles | Jaime Marquínez Ferrándiz | |
Especially html entities | |||
2013-01-03 | Support page URL in RTMP downloads | Philipp Hagemeister | |
2013-01-03 | Also generate SHA2-256 | Philipp Hagemeister | |
2013-01-03 | Also publish hashsums | Philipp Hagemeister | |
2013-01-03 | Make ExtractorError usable for other causes | Philipp Hagemeister | |
2013-01-02 | release.sh edits based on 2013.01.02 experience | Filippo Valsorda | |
2013-01-02 | release 2013.01.022013.01.02 | Filippo Valsorda | |
2013-01-02 | re-worked release workflow, it is one-step and creates GPG signatures now | Filippo Valsorda | |
2013-01-02 | Support youtube videos of google+ users | Philipp Hagemeister | |
2013-01-01 | Simplify DailyMotion IE | Philipp Hagemeister | |
2013-01-01 | Remove .part files before and after tests | Philipp Hagemeister | |
2013-01-01 | Better name for InfoQ IE | Philipp Hagemeister | |
2013-01-01 | Fix infoQ in Python3 | Philipp Hagemeister | |
2013-01-01 | add test for infoq | Philipp Hagemeister | |
2013-01-01 | Simplify some IEs | Philipp Hagemeister | |
2013-01-01 | _download_webpage helper function | Philipp Hagemeister | |
2013-01-01 | ExtractorError for errors during extraction | Philipp Hagemeister | |
2013-01-01 | Remove superfluous IE names | Philipp Hagemeister | |
2013-01-01 | Move gen_extractors to InfoExtractors | Philipp Hagemeister | |
2013-01-01 | Simplify test parameter initialization | Philipp Hagemeister | |
2013-01-01 | Adapt test_download to support playlists, and remove race conditions | Philipp Hagemeister | |
2013-01-01 | Revert "In tests.json file and md5 join in a 'files' list to handle ↵ | Philipp Hagemeister | |
multiple-file IEs" This made the JSON structure really unreadable and was a quick fix. This reverts commit 6535e9511fc18eee2fc640c77fd42a4a39791915. |