Filippo Valsorda
6e3dba168b
release.sh edits based on 2013.01.02 experience
2013-01-02 23:40:24 +01:00
Filippo Valsorda
d851e895d5
release 2013.01.02
2013-01-02 22:21:45 +01:00
Filippo Valsorda
b962b76f43
re-worked release workflow, it is one-step and creates GPG signatures now
2013-01-02 21:52:27 +01:00
Filippo Valsorda
6535e9511f
In tests.json file and md5 join in a 'files' list to handle multiple-file IEs
2013-01-01 16:07:26 +01:00
Filippo Valsorda
60c7520a51
Merge pull request #612 from jaimeMF/steamIE
...
SteamIE
2013-01-01 06:49:30 -08:00
Filippo Valsorda
0214ce7c75
Ok, the Escapist test was passing only in my Travis repo, do not ask me why; also, a small bugfix to the latest commit
2012-12-31 19:21:28 +01:00
Filippo Valsorda
95fedbf86b
three small edits
...
* 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)
2012-12-31 19:12:57 +01:00
Filippo Valsorda
b7769a05ec
addedd a serious Public Domain dedication, see http://unlicense.org/
2012-12-31 15:32:26 +01:00
Filippo Valsorda
067f6a3536
moved docs and updates generation scripts from gh-pages branch to devscripts
2012-12-30 21:02:19 +01:00
Filippo Valsorda
8cad53e84c
Removed a spurious increment_downloads, this time cleanly
2012-12-30 19:53:07 +01:00
Filippo Valsorda
d5ed35b664
moved updating code to update.py
2012-12-30 19:50:33 +01:00
Filippo Valsorda
f427df17ab
some fixes, pulled the codename from the code
2012-12-30 19:50:33 +01:00
Filippo Valsorda
4e38899e97
print some version and environment info on --verbose (+ py3 fixes)
2012-12-30 19:50:33 +01:00
Filippo Valsorda
cb6ff87fbb
The new updates system, relies on gh-pages, secured by RSA, uses external web servers
2012-12-30 19:50:33 +01:00
Filippo Valsorda
92e3e18a1d
Removed a spurious increment_downloads
2012-12-29 16:49:49 +01:00
Filippo Valsorda
99b0a1292b
add --no-post-overwrites to README.md; + minor style fixes
2012-12-26 20:39:33 +01:00
Filippo Valsorda
162e3c5261
Temporary skip Escapist test as it fails only on Travis; we'll make a more specific workaround later if we can't fix it
2012-12-20 17:21:46 +01:00
Filippo Valsorda
6b3aef80ce
better Vimeo tests; fixed a couple of VimeoIE fields
2012-12-20 16:30:55 +01:00
Filippo Valsorda
77c4beab8a
new info_dict field: uploader_id
2012-12-20 16:28:16 +01:00
Filippo Valsorda
1a2c3c0f3e
some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly as possible now
2012-12-20 14:20:24 +01:00
Filippo Valsorda
0eaf520d77
add info_dict testing to test_download
2012-12-20 14:20:24 +01:00
Filippo Valsorda
056d857571
refactor YouTube subtitles code, it was ugly (my bad)
2012-12-20 14:20:24 +01:00
Filippo Valsorda
937021133f
a number of new tests and fixes; all tests green on 3.3
2012-12-17 18:33:11 +01:00
Filippo Valsorda
f7b111b7d1
Google Video has been shutdown as of 11/15/2012. All videos on Google Video will be migrated to YouTube by the end of 2012.
2012-12-17 16:33:49 +01:00
Filippo Valsorda
80d3177e5c
various py3 fixes; all tests green on 3.3
2012-12-17 16:25:03 +01:00
Filippo Valsorda
5e5ddcfbcf
test subtitles
2012-12-17 16:23:55 +01:00
Filippo Valsorda
fd5ff02042
streamlined and simplified dynamic tests generation; readded a couple of test features
2012-12-12 14:15:21 +01:00
Filippo Valsorda
2b5b2cb84c
Merge remote-tracking branch 'gcmalloc/master' into fork_master
2012-12-12 14:11:40 +01:00
Filippo Valsorda
fedb6816cd
rollback tests multiprocess, Travis and OSX don't support it
2012-12-11 20:07:35 +01:00
Filippo Valsorda
2a298b72eb
Release 2012.12.11
2012-12-11 17:00:13 +01:00
Filippo Valsorda
9789a05c20
fix playlist pagination and add YT playlist tests ( closes #569 )
2012-12-11 16:58:36 +01:00
Filippo Valsorda
95eb771dcd
Merge branch 'master' into fork_master
...
Conflicts:
.travis.yml
2012-12-11 12:15:16 +01:00
Filippo Valsorda
4fb1acc212
use the new --test option to speed up tests (fetch only first 10K)
...
now all tests working and passing
2012-12-11 12:12:02 +01:00
Filippo Valsorda
d3d3199870
gentests: allow test-specific FileDownloader params override from tests.json
2012-12-11 12:09:22 +01:00
Filippo Valsorda
1ca63e3ae3
the test didn't load our Gzip opener
...
this was blocking the Vimeo test
+ some more gentest fixes
2012-12-11 11:33:15 +01:00
Filippo Valsorda
59ce201915
print traceback on trouble if --verbose (why didn't I think of this before!?)
2012-12-11 11:02:21 +01:00
Filippo Valsorda
8d5d3a5d00
exposing the test mode as --test (hidden and undocumented)
2012-12-11 09:57:40 +01:00
Filippo Valsorda
37c8fd4842
added a test mode to FileDownloader that fetches only first 10K
2012-12-11 09:49:27 +01:00
Filippo Valsorda
3c6ffbaedb
Merge 'rg3/master' into fork_master
2012-12-08 01:57:43 +01:00
Filippo Valsorda
c7287a3caf
ATTENTION DO NOT USE THESE: new binaries in the Downloads section
...
placed fake binaries that update themselves where old versions updating will search for the new version
2012-12-08 01:52:39 +01:00
Filippo Valsorda
5a304a7637
new updating scheme, based on GH downloads; also, check if not updateable (pip installed)
2012-12-08 00:48:07 +01:00
Filippo Valsorda
4c1d273e88
it's curious but bash-completion is with - and not _
2012-12-08 00:37:26 +01:00
Filippo Valsorda
23109d6a9c
youtube-dl.tar.gz make target
2012-12-07 14:46:14 +01:00
Filippo Valsorda
4bb028f48e
devscripts/make_readme.py in place of all that sedding, that has porting problems
2012-12-07 14:45:16 +01:00
Filippo Valsorda
fec89790b1
and now, also py2exe compiles fine :) (on Windows)
2012-12-07 12:04:52 +01:00
Filippo Valsorda
a5741a3f5e
pip installs fine!
2012-12-07 11:39:08 +01:00
Filippo Valsorda
2f1765c4ea
setup.py Python3 fix, PyPi classifiers
2012-11-29 19:21:19 +01:00
Filippo Valsorda
cc51a7d4e0
New repo skeleton, getting ready for PyPi
2012-11-29 16:51:55 +01:00
Filippo Valsorda
8192ebe1f8
Merge remote-tracking branch 'origin/master' into fork_master
...
New tests - merged with md5 correction
2012-11-29 15:38:07 +01:00
Filippo Valsorda
20ba04267c
removed __main__.py from the root of the repo
2012-11-29 15:20:20 +01:00
Filippo Valsorda
df5cff3751
make tests skip on not _WORKING
2012-11-28 11:54:20 +01:00
Filippo Valsorda
79ae0a06d5
comment out 3.3 testing until Travis implements it
2012-11-28 11:46:56 +01:00
Filippo Valsorda
5a59fd6392
new .travis.yml with notifications and 3.3
2012-11-28 11:46:03 +01:00
Filippo Valsorda
0eb0faa26f
Mark CollegeHumorIE not working until phihag finishes
2012-11-28 11:43:35 +01:00
Filippo Valsorda
32761d863c
fix YouTubeIE on 2.6, sorry
2012-11-28 11:28:59 +01:00
Filippo Valsorda
e643e2c6b7
Merge pull request #563 from FiloSottile/IE_cleanup
...
General IE docs and return dicts cleanup
2012-11-27 14:22:40 -08:00
Filippo Valsorda
c63cc10ffa
Merge remote-tracking branch 'origin/master' into IE_cleanup
...
Conflicts:
youtube_dl/FileDownloader.py
2012-11-27 23:20:32 +01:00
Filippo Valsorda
f462df021a
Use None on missing required info_dict fields
2012-11-27 23:15:33 +01:00
Filippo Valsorda
03c5b0fbd4
IE._WORKING attribute in order to warn the users and skip the tests on broken IEs
2012-11-27 19:30:09 +01:00
Filippo Valsorda
7e4674830e
document info_dict['subtitles'] and info_dict['urlhandle']
2012-11-27 18:08:07 +01:00
Filippo Valsorda
9ce5d9ee75
make all IEs return 'upload_date' and 'uploader', even if only u'NA'
2012-11-27 17:57:12 +01:00
Filippo Valsorda
b49e75ff9a
info_dict['upload_date'] is documented in --output, IEs MUST specify it
2012-11-27 17:38:22 +01:00
Filippo Valsorda
abe7a3ac2a
info_dict['player_url'] is used only for rtmpdump, indicate it as optional in the info_dict
2012-11-27 17:32:25 +01:00
Filippo Valsorda
717b1f72ed
default info_dict['format'] to info_dict['ext'] and make the YT one more verbose
2012-11-27 17:20:25 +01:00
Filippo Valsorda
d479e34043
release 2012.11.27
2012-11-27 00:22:39 +01:00
Filippo Valsorda
a7b5c8d6a8
fix FAQ on how to compile (also, starnge fix in the Makefile)
2012-11-26 22:35:12 +01:00
Filippo Valsorda
b6fab35b9f
alias %(title)s to %(stitle)s
2012-11-25 20:39:42 +01:00
Filippo Valsorda
baec15387c
aliased --literal to --title
2012-11-25 20:28:49 +01:00
Filippo Valsorda
5002aea371
release 2012.11.17
2012-11-17 14:02:31 +01:00
Filippo Valsorda
74033a662d
Reworked Vimeo file selection logic (quality, codec) - closes #530
2012-11-13 21:53:18 +01:00
Filippo Valsorda
0526e4f55a
Merge pull request #522 from art-zhitnik/master
...
--(match|reject)-title utf8 fix
2012-11-11 06:22:10 -08:00
Filippo Valsorda
5d40a470a2
quiet the HTMLParser debug info - closes #517
2012-11-09 12:32:07 +01:00
Filippo Valsorda
4cc391461a
fix DailyMotion official users videos - closes #281 - by @yvestan
2012-11-07 14:44:10 +01:00
Filippo Valsorda
bf95333e5e
fixed MetacafeIE (uploader nickname regex) - closes #515
2012-11-06 23:08:10 +01:00
Filippo Valsorda
42cb53fcfa
modified filename escaping to a "smarter" one
2012-10-28 22:47:02 +01:00
Filippo Valsorda
fe4d68e196
slight change to Dailymotion uploader regex (fix)
2012-10-28 21:43:43 +01:00
Filippo Valsorda
965a8b2bc4
Merge pull request #488 from Tailszefox/local
...
Fix audio bitrate quality for ffmpeg/avconv (closes #487 )
2012-10-24 11:42:31 -07:00
Filippo Valsorda
b8005afc20
handle YT urls with #/ redirects ( closes #484 )
2012-10-22 09:15:27 +02:00
Filippo Valsorda
902b2a0a45
New IE: YouTube channels ( closes #396 )
2012-10-14 13:48:18 +02:00
Filippo Valsorda
10daa766a1
support EDU YouTube playlists ( closes #407 )
2012-10-11 08:27:19 +02:00
Filippo Valsorda
7b107eea51
release 2012.10.09
2012-10-09 15:53:20 +02:00
Filippo Valsorda
646b885cbf
Added missing dependencies to Makefile
2012-10-09 15:49:24 +02:00
Filippo Valsorda
0bfd0b598a
Re-engineered Dailymotion qualities selection (thanks @knagano, sort of merges #176 )
2012-10-09 12:28:44 +02:00
Filippo Valsorda
fd873c69a4
Merge PR #422 from 'kevinamadeus/master'
...
Add InfoExtractor for Google Plus video
(with fixes)
2012-10-09 10:48:49 +02:00
Filippo Valsorda
d64db7409b
Merge pull request #458 from grimreaper/patch-1
...
There is nothing bash specific in release.sh, switch to /bin/sh
2012-10-09 01:16:40 -07:00
Filippo Valsorda
aa85963987
Merge pull request #452 from Tailszefox/local
...
Added uploaded date for Dailymotion
2012-10-03 11:29:51 -07:00
Filippo Valsorda
13e69f546c
Merged, modified and compiled Dailymotion pull request #446 by @Steap
2012-09-30 21:45:43 +02:00
Filippo Valsorda
39ce6e79e7
Updated youtube-dl.exe
2012-09-29 19:12:56 +02:00
Filippo Valsorda
551fa9dfbf
adding new --output replacements. Thanks @danut007ro ( closes #442 )
2012-09-29 15:49:10 +02:00
Filippo Valsorda
202e76cfb0
Made the YouTubeIE regex verbose/commented
2012-08-20 00:58:10 +02:00
Filippo Valsorda
3a68d7b467
tweaked the --audio-quality input validation/specification
2012-08-19 23:25:16 +02:00
Filippo Valsorda
795cc5059a
Re-engineered XNXXIE to actually exit on ERRORs even with -i
2012-08-19 18:46:23 +02:00
Filippo Valsorda
5dc846fad0
Merge pull request #398 from tempname/master
2012-08-19 18:39:43 +02:00
Filippo Valsorda
d5c4c4c10e
bugfix and standarize the youku.com support
2012-08-19 17:44:34 +02:00
Filippo Valsorda
1ac3e3315e
Merge pull request #395 from thesues/master
2012-08-19 17:08:39 +02:00
Filippo Valsorda
0e4dc2fc74
Merge 'rbrito/support-tube.majestyc.net' (PR #391 ) with small fix
2012-08-19 17:00:20 +02:00
Filippo Valsorda
9bb8dc8e42
Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400
2012-08-19 16:06:33 +02:00
Filippo Valsorda
dce1088450
A more "make-esque" Makefile with file targets and dependencies
2012-08-03 20:10:54 +02:00
Filippo Valsorda
11a141dec9
BlipTVUserIE fix
2012-08-01 21:11:04 +02:00
Filippo Valsorda
818282710b
moved the User-Agent workaround to the BlipTV IE
2012-08-01 20:51:56 +02:00