Commit Graph

16739 Commits (6ca3fa898cd066422daea3d5be53efdae22187d8)
 

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 67d0c25eab Add a PostProcessor for converting video format
Philipp Hagemeister 09f9552b40 Less git acrobatics in devscripts/release.sh
Philipp Hagemeister 142d38f776 release 2013.01.11
Philipp Hagemeister 6dd3471900 Add Makefile in tarball (Closes )
Philipp Hagemeister 280d67896a Correct documentation (Closes )
Philipp Hagemeister 510e6f6dc1 Support --audio-format=opus
Philipp Hagemeister 712e86b999 Fix broken ffmpeg (Closes )
Philipp Hagemeister 74fdba620d release 2013.01.08
Philipp Hagemeister dc1c479a6f Merge pull request from atomizer/master
justin.tv tweaks
atomizer 119d536e07 Merge branch 'my-origin/master'
atomizer fa1bf9c653 justin.tv tweaks
- download all parts of a broadcast, fixes 
- set "uploader" variable to channel_name if available
- catch api errors even if http status is 200
Philipp Hagemeister 814eed0ea1 Fix tar target (--exclude-vcs is not supported everywhere, and reading . while writing to it can fail randomly)
Philipp Hagemeister 0aa3068e9e Do not check in test_coverage
Philipp Hagemeister db2d6124b1 correct quoting
Philipp Hagemeister 039dc61bd2 Simplify Makefile
Philipp Hagemeister 4b879984ea release 2013.01.06
Philipp Hagemeister 55e286ba55 read -n is bash-specific
Jeff Crouse 9450bfa26e fixed tests (used the --test option) so that they pass. go figure
Jeff Crouse 18be482a6f oops - didn't remove some reminders
Jeff Crouse ca6710ee41 made changes recommended in pull request
Philipp Hagemeister 9314810243 fix ComedyCentral IE in Python3
Philipp Hagemeister 7717ae19fa Add tests for ComedyCentral IE
Philipp Hagemeister 32635ec685 Switch comedycentral IE to http downloads
Jeff Crouse caec7618a1 re-fixed XNXX regex problem
Jeff Crouse 7e7ab2815c Merge branch 'master' of https://github.com/jefftimesten/youtube-dl
Jeff Crouse d7744f2219 Merge branch 'master' of https://github.com/jefftimesten/youtube-dl
Jeff Crouse 7161829de5 Merge branch 'master' of https://github.com/jefftimesten/youtube-dl
Jeff Crouse 991ba7fae3 Added extractors for 3 porn sites
Jeff Crouse a7539296ce Added extractors for 3 porn sites
Jeff Crouse 258d5850c9 Merge branch 'master' of https://github.com/rg3/youtube-dl
Conflicts:
	.gitignore
	LATEST_VERSION
	Makefile
	youtube-dl
	youtube-dl.exe
	youtube_dl/InfoExtractors.py
	youtube_dl/__init__.py
Philipp Hagemeister 20759b340a Disable travis irc notifications
travis is much to verbose for that, with random IEs constantly failing
Philipp Hagemeister 8e5f761870 Merge pull request from jaimeMF/steamIE
[steamIE]Allow downloading videos with other characters in their titles
Jaime Marquínez Ferrándiz 26714799c9 steamIE remove the HTMLparser object
Jaime Marquínez Ferrándiz 5e9d042d8f steamIE follow @phihag suggestions
Jaime Marquínez Ferrándiz 9cf98a2bcc Allow downloading videos with other characters in their titles
Especially html entities
Philipp Hagemeister f5ebb61495 Support page URL in RTMP downloads
Philipp Hagemeister 431d88dd31 Also generate SHA2-256
Philipp Hagemeister 876f1a86af Also publish hashsums
Philipp Hagemeister 01951dda7a Make ExtractorError usable for other causes
Filippo Valsorda 6e3dba168b release.sh edits based on 2013.01.02 experience
Filippo Valsorda d851e895d5 release 2013.01.02
Filippo Valsorda b962b76f43 re-worked release workflow, it is one-step and creates GPG signatures now
Philipp Hagemeister 26cf040827 Support youtube videos of google+ users
Philipp Hagemeister 8e241d1a1a Simplify DailyMotion IE
Philipp Hagemeister 3a648b209c Remove .part files before and after tests
Philipp Hagemeister c80f0a417a Better name for InfoQ IE
Philipp Hagemeister 4fcca4bb18 Fix infoQ in Python3
Philipp Hagemeister 511eda8eda add test for infoq
Philipp Hagemeister 5f9551719c Simplify some IEs
Philipp Hagemeister d830b7c297 _download_webpage helper function