Commit Graph

31 Commits

Author SHA1 Message Date
424a6e156a refactored some method names 2017-02-04 23:15:33 +01:00
e4283ee3b7 temporary files are now properly deleted on exit. fixes #2. 2017-02-04 22:38:19 +01:00
0543e295ff refactored some parts of code 2017-02-04 22:20:45 +01:00
6c5169573d fixed bug regarding the --nonverbose option (would take up URL argument) 2017-02-04 22:07:05 +01:00
a39bb01460 refined work of previous commit 2017-02-04 18:38:08 +01:00
3974c5aa1c implemented a wrapper helping with verbosity 2017-02-04 18:00:20 +01:00
74e2d1b26f now loops are as precise as Py's float arithmetics allow. closes #1. 2017-02-04 17:00:16 +01:00
59b089726e added option to override output file name 2017-02-04 14:40:10 +01:00
dc03475d49 removed unnecessary /usr/bin/envs -> script works on win32 based systems 2017-02-03 22:54:09 +01:00
c2c7d52075 added option to change output container 2017-01-16 02:11:23 +01:00
83a2f82d23 now user configurations of youtube-dl won't cause coub-dl to fail 2017-01-16 01:56:52 +01:00
85f7ca4e73 minor cosmetic changes to improve readibility 2017-01-16 01:45:39 +01:00
daf033d355 fixed bug where several audio streams were muxed into the output 2017-01-16 01:41:47 +01:00
d4c5fd437b script now uses argparse instead of reinventing the wheel 2017-01-16 00:09:49 +01:00
ce32850410 made writing noncritical stuff to stdout optional 2017-01-15 23:53:48 +01:00
72910c3367 made interaction with user more friendly 2017-01-15 23:43:21 +01:00
84e9340b56 general refactor & commenting 2017-01-15 22:28:37 +01:00
504a1f774a output files are now named correctly 2017-01-15 22:20:15 +01:00
bbf8389889 removed simulated stdin 2017-01-15 22:07:21 +01:00
96bfb29cf2 removed forgotten debug prints 2017-01-15 21:55:08 +01:00
39d5626c81 general refactor of code 2017-01-15 21:53:36 +01:00
3ef8be152b now temporary files are cleaned up 2017-01-15 21:29:09 +01:00
ecadd61ef8 implemented looping of video stream & muxing to final output 2017-01-15 21:23:36 +01:00
25257de14b fixed list formatting so it is actually accepted by ffmpeg 2017-01-15 21:18:10 +01:00
d7a0be71fb implemented writing of list file 2017-01-15 20:59:53 +01:00
a62ca9d50c implemented calculation of looping 2017-01-15 20:49:27 +01:00
3889b760c3 further improved handling of filenames 2017-01-15 20:18:34 +01:00
0c3b92fc9d refactored handling of filenames 2017-01-15 20:18:30 +01:00
7f3a8f94b2 implemented getting stream lengths 2017-01-15 20:06:19 +01:00
b033358b72 implemented downloading of audio&video streams 2017-01-15 18:26:07 +01:00
e0e7eefcfb initial commit 2017-01-15 17:40:58 +01:00