2012-12-17 |
Filippo Valsorda | a number of new tests and fixes; all tests green on 3.3
|
commit | commitdiff | tree |
2012-12-17 |
Filippo Valsorda | Google Video has been shutdown as of 11/15/2012. All...
|
commit | commitdiff | tree |
2012-12-17 |
Filippo Valsorda | various py3 fixes; all tests green on 3.3
|
commit | commitdiff | tree |
2012-12-17 |
Filippo Valsorda | test subtitles
|
commit | commitdiff | tree |
2012-12-12 |
Filippo Valsorda | streamlined and simplified dynamic tests generation...
|
commit | commitdiff | tree |
2012-12-12 |
Filippo Valsorda | Merge remote-tracking branch 'gcmalloc/master' into...
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | rollback tests multiprocess, Travis and OSX don't support it
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | Release 2012.12.11
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | fix playlist pagination and add YT playlist tests ...
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | Merge branch 'master' into fork_master
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | use the new --test option to speed up tests (fetch...
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | gentests: allow test-specific FileDownloader params...
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | the test didn't load our Gzip opener
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | print traceback on trouble if --verbose (why didn't...
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | exposing the test mode as --test (hidden and undocumented)
|
commit | commitdiff | tree |
2012-12-11 |
Filippo Valsorda | added a test mode to FileDownloader that fetches only...
|
commit | commitdiff | tree |
2012-12-08 |
Filippo Valsorda | Merge 'rg3/master' into fork_master
|
commit | commitdiff | tree |
2012-12-08 |
Filippo Valsorda | ATTENTION DO NOT USE THESE: new binaries in the Downloads...
|
commit | commitdiff | tree |
2012-12-07 |
Filippo Valsorda | new updating scheme, based on GH downloads; also, check...
|
commit | commitdiff | tree |
2012-12-07 |
Filippo Valsorda | it's curious but bash-completion is with - and not _
|
commit | commitdiff | tree |
2012-12-07 |
Filippo Valsorda | youtube-dl.tar.gz make target
|
commit | commitdiff | tree |
2012-12-07 |
Filippo Valsorda | devscripts/make_readme.py in place of all that sedding...
|
commit | commitdiff | tree |
2012-12-07 |
Filippo Valsorda | and now, also py2exe compiles fine :) (on Windows)
|
commit | commitdiff | tree |
2012-12-07 |
Filippo Valsorda | pip installs fine!
|
commit | commitdiff | tree |
2012-11-29 |
Filippo Valsorda | setup.py Python3 fix, PyPi classifiers
|
commit | commitdiff | tree |
2012-11-29 |
Filippo Valsorda | New repo skeleton, getting ready for PyPi
|
commit | commitdiff | tree |
2012-11-29 |
Filippo Valsorda | Merge remote-tracking branch 'origin/master' into fork_master
|
commit | commitdiff | tree |
2012-11-29 |
Filippo Valsorda | removed __main__.py from the root of the repo
|
commit | commitdiff | tree |
2012-11-28 |
Filippo Valsorda | make tests skip on not _WORKING
|
commit | commitdiff | tree |
2012-11-28 |
Filippo Valsorda | comment out 3.3 testing until Travis implements it
|
commit | commitdiff | tree |
2012-11-28 |
Filippo Valsorda | new .travis.yml with notifications and 3.3
|
commit | commitdiff | tree |
2012-11-28 |
Filippo Valsorda | Mark CollegeHumorIE not working until phihag finishes
|
commit | commitdiff | tree |
2012-11-28 |
Filippo Valsorda | fix YouTubeIE on 2.6, sorry
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | Merge pull request #563 from FiloSottile/IE_cleanup
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | Merge remote-tracking branch 'origin/master' into IE_cleanup
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | Use None on missing required info_dict fields
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | IE._WORKING attribute in order to warn the users and...
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | document info_dict['subtitles'] and info_dict['urlhandle']
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | make all IEs return 'upload_date' and 'uploader', even...
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | info_dict['upload_date'] is documented in --output...
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | info_dict['player_url'] is used only for rtmpdump,...
|
commit | commitdiff | tree |
2012-11-27 |
Filippo Valsorda | default info_dict['format'] to info_dict['ext'] and...
|
commit | commitdiff | tree |
2012-11-26 |
Filippo Valsorda | release 2012.11.27
|
commit | commitdiff | tree |
2012-11-26 |
Filippo Valsorda | fix FAQ on how to compile (also, starnge fix in the...
|
commit | commitdiff | tree |
2012-11-25 |
Filippo Valsorda | alias %(title)s to %(stitle)s
|
commit | commitdiff | tree |
2012-11-25 |
Filippo Valsorda | aliased --literal to --title
|
commit | commitdiff | tree |
2012-11-17 |
Filippo Valsorda | release 2012.11.17
|
commit | commitdiff | tree |
2012-11-13 |
Filippo Valsorda | Reworked Vimeo file selection logic (quality, codec...
|
commit | commitdiff | tree |
2012-11-11 |
Filippo Valsorda | Merge pull request #522 from art-zhitnik/master
|
commit | commitdiff | tree |
2012-11-09 |
Filippo Valsorda | quiet the HTMLParser debug info - closes #517
|
commit | commitdiff | tree |
2012-11-07 |
Filippo Valsorda | fix DailyMotion official users videos - closes #281...
|
commit | commitdiff | tree |
2012-11-06 |
Filippo Valsorda | fixed MetacafeIE (uploader nickname regex) - closes...
|
commit | commitdiff | tree |
2012-10-28 |
Filippo Valsorda | modified filename escaping to a "smarter" one
|
commit | commitdiff | tree |
2012-10-28 |
Filippo Valsorda | slight change to Dailymotion uploader regex (fix)
|
commit | commitdiff | tree |
2012-10-24 |
Filippo Valsorda | Merge pull request #488 from Tailszefox/local
|
commit | commitdiff | tree |
2012-10-22 |
Filippo Valsorda | handle YT urls with #/ redirects (closes #484)
|
commit | commitdiff | tree |
2012-10-14 |
Filippo Valsorda | New IE: YouTube channels (closes #396)
|
commit | commitdiff | tree |
2012-10-11 |
Filippo Valsorda | support EDU YouTube playlists (closes #407)
|
commit | commitdiff | tree |
2012-10-09 |
Filippo Valsorda | release 2012.10.09
|
commit | commitdiff | tree |
2012-10-09 |
Filippo Valsorda | Added missing dependencies to Makefile
|
commit | commitdiff | tree |
2012-10-09 |
Filippo Valsorda | Re-engineered Dailymotion qualities selection (thanks...
|
commit | commitdiff | tree |
2012-10-09 |
Filippo Valsorda | Merge PR #422 from 'kevinamadeus/master'
|
commit | commitdiff | tree |
2012-10-09 |
Filippo Valsorda | Merge pull request #458 from grimreaper/patch-1
|
commit | commitdiff | tree |
2012-10-03 |
Filippo Valsorda | Merge pull request #452 from Tailszefox/local
|
commit | commitdiff | tree |
2012-09-30 |
Filippo Valsorda | Merged, modified and compiled Dailymotion pull request...
|
commit | commitdiff | tree |
2012-09-29 |
Filippo Valsorda | Updated youtube-dl.exe
|
commit | commitdiff | tree |
2012-09-29 |
Filippo Valsorda | Merge pull request #403 from FiloSottile/re_VERBOSE
|
commit | commitdiff | tree |
2012-09-29 |
Filippo Valsorda | Not all Dailymotion videos have an hqURL, now downloads...
|
commit | commitdiff | tree |
2012-09-29 |
Filippo Valsorda | Fixed DailymotionIE, now downloads high-def mp4s, which...
|
commit | commitdiff | tree |
2012-09-29 |
Filippo Valsorda | adding new --output replacements. Thanks @danut007ro...
|
commit | commitdiff | tree |
2012-09-29 |
Filippo Valsorda | added new FAQ on exe dependency
|
commit | commitdiff | tree |
2012-09-28 |
Filippo Valsorda | New FAQ: What is this binary file? (+ small fix to...
|
commit | commitdiff | tree |
2012-09-25 |
Filippo Valsorda | add PREFIX option to make install
|
commit | commitdiff | tree |
2012-09-25 |
Filippo Valsorda | moved make release to devscripts/release.sh
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | Made the YouTubeIE regex verbose/commented
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | tweaked the --audio-quality input validation/specification
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | Re-engineered XNXXIE to actually exit on ERRORs even...
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | Merge pull request #398 from tempname/master
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | bugfix and standarize the youku.com support
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | Merge pull request #395 from thesues/master
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | Merge 'rbrito/support-tube.majestyc.net' (PR #391)...
|
commit | commitdiff | tree |
2012-08-19 |
Filippo Valsorda | Python 2.6 compatibility fix. Thanks @Jamesc359 - closes...
|
commit | commitdiff | tree |
2012-08-03 |
Filippo Valsorda | A more "make-esque" Makefile with file targets and...
|
commit | commitdiff | tree |
2012-08-01 |
Filippo Valsorda | BlipTVUserIE fix
|
commit | commitdiff | tree |
2012-08-01 |
Filippo Valsorda | moved the User-Agent workaround to the BlipTV IE
|
commit | commitdiff | tree |
2012-08-01 |
Filippo Valsorda | added one-step realese script 'make release version...
|
commit | commitdiff | tree |
2012-08-01 |
Filippo Valsorda | added automatically generated bash-completion; closes...
|
commit | commitdiff | tree |
2012-08-01 |
Filippo Valsorda | auto-generating manpage from README.md (closes #151...
|
commit | commitdiff | tree |
2012-08-01 |
Filippo Valsorda | Merge branch 'joehillen/master' - pull request #381
|
commit | commitdiff | tree |
2012-07-31 |
Filippo Valsorda | changed YouTube closed captions URL; closes #382
|
commit | commitdiff | tree |
2012-07-30 |
Filippo Valsorda | xvideos patch by @pocoimporta - closes #370
|
commit | commitdiff | tree |
2012-07-14 |
Filippo Valsorda | changed --audio-quality behaviour to support both CBR...
|
commit | commitdiff | tree |
2012-07-14 |
Filippo Valsorda | fixed a logic bug in post-processing
|
commit | commitdiff | tree |
2012-06-30 |
Filippo Valsorda | YouTube playlist fix; closes #365 and #331
|
commit | commitdiff | tree |
2012-06-26 |
Filippo Valsorda | Merge pull request #363 from chalet16/master
|
commit | commitdiff | tree |
2012-06-22 |
Filippo Valsorda | display a meaningful error message on rental videos...
|
commit | commitdiff | tree |
2012-06-06 |
Filippo Valsorda | Merge pull requests #356 #357 #358 by jcarlosgarciasegovia
|
commit | commitdiff | tree |
2012-06-03 |
Filippo Valsorda | Merge pull request #353 from FiloSottile/avconv
|
commit | commitdiff | tree |
2012-06-03 |
Filippo Valsorda | normalize ffmpeg/avconv names printing
|
commit | commitdiff | tree |
2012-06-03 |
Filippo Valsorda | check for avconv and ffmpeg, use as available; closes...
|
commit | commitdiff | tree |
next |