|
f1fea0f939
|
rotation migth be negative, fixes #2984
|
2017-01-07 12:30:28 +01:00 |
|
|
354784a93b
|
rotate width/height
|
2017-01-07 12:11:21 +01:00 |
|
|
077c979a41
|
iexists
|
2017-01-07 12:11:05 +01:00 |
|
|
e004a3836e
|
yandex mobile
|
2016-11-25 22:34:27 +01:00 |
|
|
67fac4c0b7
|
yandex
|
2016-11-25 22:24:45 +01:00 |
|
|
faf8b9914f
|
add m2ts
|
2016-10-26 23:38:44 +02:00 |
|
|
f69e5a0322
|
debug info
|
2016-10-26 23:38:00 +02:00 |
|
|
616b255197
|
return list
|
2016-09-23 12:48:02 +02:00 |
|
|
70710d8446
|
py3 fixes
|
2016-09-19 10:30:56 +02:00 |
|
|
7cda751666
|
return lists
|
2016-09-18 13:39:22 +02:00 |
|
|
546f518448
|
isinstance takes tuple not list
|
2016-09-17 17:20:17 +02:00 |
|
|
9893e5865d
|
fix cache fs backend(py3)
|
2016-09-07 15:47:12 +02:00 |
|
|
3e9a7c2e5f
|
python3 fixes
|
2016-09-07 15:06:52 +02:00 |
|
|
a7fe2e2f96
|
max votes
|
2016-09-07 14:44:42 +02:00 |
|
|
f191e766ae
|
fix matching _ in unicode string: Réalité_Logique -> Réalité/Logique
|
2016-09-05 16:47:02 +02:00 |
|
|
06e95b816a
|
don't use OrderedDict
|
2016-08-30 11:16:02 +02:00 |
|
|
4b3a449e82
|
avoid deep recursion in bdecode3, brings performance closer to py2 version
|
2016-08-30 10:16:18 +02:00 |
|
|
5168459936
|
keys can be binary
|
2016-08-29 22:58:54 +02:00 |
|
|
1fb697b48b
|
avoid python3 compile errors in python2 only code (shows up during install)
|
2016-08-27 20:31:46 +02:00 |
|
|
fc8419ec7d
|
avoig b in version
|
2016-08-27 20:20:51 +02:00 |
|
|
5153c08698
|
remove with_statement(for 2.5) from __future__
|
2016-08-23 18:12:46 +02:00 |
|
|
164a71ed51
|
decode stdout
|
2016-08-23 18:11:20 +02:00 |
|
|
f54cb4160e
|
add amr
|
2016-08-06 13:17:10 +02:00 |
|
|
adf777ce7c
|
add ox.web.youtube.subtitles
|
2016-07-20 19:51:41 +02:00 |
|
|
d63118827b
|
fix python3 import
|
2016-07-03 18:54:29 +05:30 |
|
|
d05acbfbbb
|
add vtt as subtitle extension
|
2016-07-01 18:02:42 +02:00 |
|
|
75d71707dd
|
include chapters in avinfo
|
2016-06-16 15:55:12 +02:00 |
|
|
ce50a626dc
|
use requests if available
|
2016-06-16 15:30:27 +02:00 |
|
|
fa7f83e8c6
|
add py3.5 to classifiers
|
2016-06-08 15:50:57 +02:00 |
|
|
77f8876fca
|
cleanup pylint errors and py2/3 issues
|
2016-06-08 15:32:46 +02:00 |
|
|
4e7898ae57
|
avoid dict as default value
|
2016-06-08 15:30:25 +02:00 |
|
|
170af83272
|
dont use temp variables to compute ox.image.ZONE_INDEX
|
2016-06-08 12:35:33 +02:00 |
|
|
51da4fd809
|
fix python3 ox.text
|
2016-06-08 12:27:55 +02:00 |
|
|
ac2e829016
|
fix python3 ox.srt
|
2016-06-08 11:36:55 +02:00 |
|
|
1e3d2d24bb
|
raise Exception(...)
|
2016-06-04 00:39:01 +02:00 |
|
|
7695a9c015
|
fix some tests and urls
|
2016-05-21 15:19:25 +02:00 |
|
|
5355dbf821
|
Add WebVTT output support
This subset of the format is almost identical to SRT, but I think it's
cleaner to have a separate module (at the cost of a little bit of
copy-pasta).
|
2016-03-11 12:14:50 +00:00 |
|
|
b75a0f9bb8
|
srt: neater docstrings, some cleanup
|
2016-03-11 12:10:32 +00:00 |
|
|
959931114b
|
add rmvb as video extension
|
2016-03-01 14:44:47 +05:30 |
|
|
ec1e5459f6
|
remove ox.django
|
2016-02-20 17:51:46 +05:30 |
|
|
8055e1dd54
|
update to django 1.9
|
2016-02-20 17:51:46 +05:30 |
|
|
1053673af1
|
add ox.egg-info to .gitignore
|
2016-02-20 17:51:46 +05:30 |
|
|
be79771f56
|
add .gitignore
|
2016-02-19 22:34:23 +05:30 |
|
|
43783b00a1
|
rewrite ox.django.fields
|
2016-02-19 19:00:53 +05:30 |
|
|
2681536b08
|
use PY2
|
2016-01-14 17:09:10 +05:30 |
|
|
c49f663d54
|
py3 does not have string.letters
|
2015-12-25 20:43:15 +05:30 |
|
|
1db297169b
|
basestring->six.string_types
|
2015-12-25 20:38:55 +05:30 |
|
|
fa29557a6f
|
ignore audio language if stream length does not match
|
2015-12-18 15:46:01 +01:00 |
|
|
85c1e789ba
|
cleanup cache, fix delete
|
2015-12-11 20:00:05 +01:00 |
|
|
d938091b26
|
add option delete option to cache
|
2015-12-11 19:27:54 +01:00 |
|