Pierre Rudloff
|
c53f5c0b31
|
youtube-dl process needs to inherit environment variables (fixes #145)
|
2017-12-23 17:54:14 +01:00 |
|
Pierre Rudloff
|
0c53a95d30
|
Undefined variable
|
2017-12-23 16:04:55 +01:00 |
|
Pierre Rudloff
|
3b7cc9e64b
|
We don't need process-builder-chain anymore
|
2017-12-23 15:17:47 +01:00 |
|
Pierre Rudloff
|
f8c8935b4c
|
Use ffmpeg instead of rtmpdump
|
2017-12-23 15:14:43 +01:00 |
|
Pierre Rudloff
|
7940446af3
|
Lint
|
2017-12-23 14:37:29 +01:00 |
|
Pierre Rudloff
|
4c33c309a0
|
ProcessBuilder is deprecated (fixes #144)
|
2017-12-23 14:35:14 +01:00 |
|
Pierre Rudloff
|
17df0b63cb
|
Document exceptions in VideoDownload
|
2017-12-19 15:22:24 +01:00 |
|
Pierre Rudloff
|
8c0ed9d9f4
|
Don't set ffmpeg user agent when it is reading from a pipe
|
2017-12-09 23:56:34 +01:00 |
|
Pierre Rudloff
|
959b141282
|
Add a setting that controls ffmpeg verbosity
Don't display ffmpeg errors in tests
|
2017-12-09 23:16:48 +01:00 |
|
Pierre Rudloff
|
4ae585eef1
|
Output ffmpeg errors to STDERR (fixes #140)
|
2017-12-09 22:22:07 +01:00 |
|
Pierre Rudloff
|
0bc5120751
|
Cleaner way to add a pipe
|
2017-12-05 21:12:59 +01:00 |
|
Pierre Rudloff
|
47789f8f8d
|
Check that PlaylistArchiveStream::stream_read returns a string
|
2017-12-05 19:42:52 +01:00 |
|
Pierre Rudloff
|
d35b43dc17
|
popen can also return false
|
2017-12-05 15:56:34 +01:00 |
|
Pierre Rudloff
|
31576056c7
|
Fix types in docblock
|
2017-11-12 16:37:33 +01:00 |
|
Pierre Rudloff
|
dcec7115bc
|
Check that Python can be executed
|
2017-11-12 15:14:59 +01:00 |
|
Pierre Rudloff
|
383ffca6d4
|
-user-agent has been replaced by -user_agent in ffmpeg
|
2017-11-12 15:05:47 +01:00 |
|
Pierre Rudloff
|
2432a06c1b
|
Make tests run on Windows (fixes #137)
Use AppVeyor to run tests
|
2017-11-11 17:48:05 +01:00 |
|
Pierre Rudloff
|
fd2a4d8745
|
Add an option to set the MP3 bitrate when converting (fixes #113)
|
2017-11-10 23:50:17 +01:00 |
|
Pierre Rudloff
|
d3988503d5
|
Fix PhantomJS crash with the openload extractor (see #132)
|
2017-11-01 23:02:19 +01:00 |
|
Pierre Rudloff
|
0a2971399b
|
Lint
|
2017-10-29 23:21:13 +01:00 |
|
Pierre Rudloff
|
4810c045a4
|
Lint
|
2017-05-14 00:54:47 +02:00 |
|
Pierre Rudloff
|
a89b338060
|
Improve the way we test if a command can be ran (see #109)
|
2017-05-14 00:52:59 +02:00 |
|
Pierre Rudloff
|
82a1d96c3e
|
Add missing class hints
|
2017-05-05 01:51:28 +02:00 |
|
Pierre Rudloff
|
631f09529f
|
Fix docblocks
|
2017-05-05 00:07:56 +02:00 |
|
Pierre Rudloff
|
d7927fc442
|
Download Tar archives from playlists
|
2017-05-04 23:52:30 +02:00 |
|
Pierre Rudloff
|
00d2f0e199
|
getAvconvMp3Process should return a Process
|
2017-05-02 11:20:36 +02:00 |
|
Pierre Rudloff
|
453bf6e4c5
|
More precise doc for getURL()
|
2017-04-25 14:55:21 +02:00 |
|
Pierre Rudloff
|
e9e0f6ca81
|
Remove useless comment
|
2017-04-25 11:08:34 +02:00 |
|
Pierre Rudloff
|
43cbd4f6fe
|
Cleanup playlists
|
2017-04-25 02:20:15 +02:00 |
|
Pierre Rudloff
|
3f053d9eed
|
Merge branch 'develop' of https://github.com/hukoeth/alltube into feature/playlist
Conflicts:
templates/video.tpl
|
2017-04-25 01:16:20 +02:00 |
|
Pierre Rudloff
|
b4be0ead6a
|
Lint
|
2017-04-25 00:41:49 +02:00 |
|
Pierre Rudloff
|
e6bbe54474
|
New remux feature (fixes #103)
|
2017-04-25 00:40:24 +02:00 |
|
Pierre Rudloff
|
b80b9c7b2e
|
Remove dependency on curl (fixes #105)
avconv/ffmpeg now downloads the video directly when converting
|
2017-04-24 19:16:38 +02:00 |
|
Pierre Rudloff
|
fb3834296a
|
Make RTMP videos work in stream mode (fixes #104)
|
2017-04-24 18:31:14 +02:00 |
|
Uli Koeth
|
03cf506132
|
Handle download lists part 1
|
2017-03-07 17:24:34 +01:00 |
|
Pierre Rudloff
|
f27bb3bbb9
|
Merge branch 'develop' into feature/stream
|
2016-12-27 00:02:27 +01:00 |
|
Pierre Rudloff
|
5aad3abc5d
|
Display error when trying to convert a M3U8 file (fixes #83)
|
2016-12-27 00:01:42 +01:00 |
|
Pierre Rudloff
|
20820d90f0
|
Missing doc
|
2016-12-26 15:58:07 +01:00 |
|
Pierre Rudloff
|
28a8addbf1
|
Experimental support for M3U streams
|
2016-12-26 15:50:26 +01:00 |
|
Pierre Rudloff
|
d4f5f93c2d
|
Lint
|
2016-12-05 13:12:27 +01:00 |
|
Pierre Rudloff
|
e8a8622131
|
Undefined variable
|
2016-10-27 01:27:55 +02:00 |
|
Pierre Rudloff
|
d74ec5d1c4
|
Refactor listExtractors()
|
2016-10-27 01:22:30 +02:00 |
|
Pierre Rudloff
|
efe0b97d7f
|
Support audio conversion of password protected videos
|
2016-10-20 23:13:37 +02:00 |
|
Pierre Rudloff
|
e34b01f2c4
|
Add support for password protected videos
|
2016-10-20 23:01:31 +02:00 |
|
Pierre Rudloff
|
cb7dad19dc
|
Throw exception is Python is missing
|
2016-10-18 10:15:09 +02:00 |
|
Pierre Rudloff
|
b6f8e585be
|
Add a way to pass a Config object to VideoDownload
|
2016-10-18 10:03:50 +02:00 |
|
Pierre Rudloff
|
13be997ddb
|
Throw exception if youtube-dl can't be found
|
2016-10-18 09:27:28 +02:00 |
|
Pierre Rudloff
|
21967b77fb
|
Applied fixes from StyleCI
|
2016-10-15 14:20:54 +00:00 |
|
Pierre Rudloff
|
7d930d5083
|
Code refactoring
|
2016-10-15 16:18:04 +02:00 |
|
Pierre Rudloff
|
b4d3b9d88b
|
Duplicate code
|
2016-10-14 19:16:52 +02:00 |
|