-
31825b9501
Implement a simple checksum test
master
Kristóf Tóth
2018-03-26 00:01:28 +02:00
-
a951c9e7bc
Rename coub-dl module to conform da rules
Kristóf Tóth
2018-03-25 23:09:22 +02:00
-
116d6f0239
removed redundant directory parameter from coub_dl.__init__()
Kjistóf
2017-10-30 19:31:18 +01:00
-
8139b88afe
renamed some stuff so they wont shadow built-in functions
Kjistóf
2017-10-30 15:03:32 +01:00
-
2d9cc21dda
check_dependencies() now uses sys.exit() instead of exit()
Kjistóf
2017-10-30 14:58:22 +01:00
-
831a1a17dc
finished refactoring coub_dl.__call__(). closes #7
Kjistóf
2017-10-30 14:54:05 +01:00
-
65c62260b5
started refactoring wrath of Satan from coub_dl.__call__()
Kjistóf
2017-10-30 14:45:11 +01:00
-
8622f35fdc
removed all ui logic from coub_dl class
Kjistóf
2017-10-30 13:06:27 +01:00
-
093bcb5567
started extracting UI logic from coub_dl class
Kjistóf
2017-10-30 11:54:33 +01:00
-
a881bdaaf6
moved dependency checking to utility module
Kjistóf
2017-10-30 11:47:41 +01:00
-
71ec1f778f
implemented Coub breaking change detection. fixes #8
Kjistóf
2017-10-30 11:34:35 +01:00
-
e7c7b06088
moved default&output files dicts to coub_dl class. closes #2
Kjistóf
2017-10-29 20:25:01 +01:00
-
2afd93edfb
files dict is now only updated if actual files are present
Kjistóf
2017-10-27 02:12:28 +02:00
-
7c9cc4618f
implemented even hotter fix, after second breaking change in a day
Kjistóf
2017-10-27 02:10:59 +02:00
-
d19597b0f9
added hotfix for external coub change breaking script. similar to
1e7a5a2cf2
Kjistóf
2017-10-25 20:47:21 +02:00
-
43475f30a9
coub-dl can process several URLs at once. closes #1
Kjistóf
2017-09-02 20:47:01 +02:00
-
67fc2194fe
continued refactor streak
Kjistóf
2017-09-02 19:25:35 +02:00
-
720b9af4d8
started working on OO refactor
Kjistóf
2017-09-02 17:58:41 +02:00
-
5f411e09e2
added shebang line for easy symlinking purposes
Kjistóf
2017-08-22 01:30:13 +02:00
-
3d51485d77
refactored check_output().decode().rstrip() to a little helper method
Kjistóf
2017-08-22 01:25:52 +02:00
-
1e7a5a2cf2
added hotfix to youtube-dl's coub video bug: https://github.com/rg3/youtube-dl/issues/13754
Kjistóf
2017-08-22 00:50:18 +02:00
-
0bf31633db
improved dependency checking
Kjistóf
2017-08-21 22:51:05 +02:00
-
68426271f0
SIGINT signals are now handled nicely instead of crashing
Kjistóf
2017-02-15 18:27:33 +01:00
-
1c4a18e671
licensed code under glorious WTFPL.
Kjistóf
2017-02-10 20:18:22 +01:00
-
20db3b68f7
finished refactor streak, fixed bug from last commit. closes #3.
Kjistóf
2017-02-10 20:11:08 +01:00
-
5030c2f78c
implemented check for ytdl & ffmpeg
Kjistóf
2017-02-09 12:16:38 +01:00
-
010b141183
removed dots from help messages to unify format
Kjistóf
2017-02-07 01:17:24 +01:00
-
c90390d255
replaced tempfile.TemporaryDirectory with own (backwards compatibility)
Kjistóf
2017-02-06 15:43:04 +01:00
-
8d19a00cf5
reordered code to a more logical order. dict comprehension is now used.
Kjistóf
2017-02-06 13:10:47 +01:00
-
a0a040389f
improved joining of temp dir & filenames, continued refactoring.
Kjistóf
2017-02-06 12:25:48 +01:00
-
6fae9697fd
now stuff are written to a temporary folder. also did some refactoring.
Kjistóf
2017-02-05 22:53:08 +01:00
-
abc7d96b04
continued refactor-streak
Kjistóf
2017-02-05 17:39:46 +01:00
-
bb680ad5b7
refactor & fix for a bug which accidentally brought back issue #1.
Kjistóf
2017-02-05 17:00:08 +01:00
-
aabc57cc9f
fixed cleanup method's exception handling
Kjistóf
2017-02-05 00:15:41 +01:00
-
424a6e156a
refactored some method names
Kjistóf
2017-02-04 23:15:33 +01:00
-
e4283ee3b7
temporary files are now properly deleted on exit. fixes #2.
Kjistóf
2017-02-04 22:38:19 +01:00
-
0543e295ff
refactored some parts of code
Kjistóf
2017-02-04 22:16:55 +01:00
-
6c5169573d
fixed bug regarding the --nonverbose option (would take up URL argument)
Kjistóf
2017-02-04 22:07:05 +01:00
-
a39bb01460
refined work of previous commit
Kjistóf
2017-02-04 18:38:08 +01:00
-
3974c5aa1c
implemented a wrapper helping with verbosity
Kjistóf
2017-02-04 18:00:20 +01:00
-
74e2d1b26f
now loops are as precise as Py's float arithmetics allow. closes #1.
Kjistóf
2017-02-04 16:27:26 +01:00
-
59b089726e
added option to override output file name
Kjistóf
2017-02-04 14:40:10 +01:00
-
dc03475d49
removed unnecessary /usr/bin/envs -> script works on win32 based systems
Kjistóf
2017-02-03 22:54:09 +01:00
-
c2c7d52075
added option to change output container
Kjistóf
2017-01-16 02:11:23 +01:00
-
83a2f82d23
now user configurations of youtube-dl won't cause coub-dl to fail
Kjistóf
2017-01-16 01:56:52 +01:00
-
85f7ca4e73
minor cosmetic changes to improve readibility
Kjistóf
2017-01-16 01:45:39 +01:00
-
daf033d355
fixed bug where several audio streams were muxed into the output
Kjistóf
2017-01-16 01:17:25 +01:00
-
d4c5fd437b
script now uses argparse instead of reinventing the wheel
Kjistóf
2017-01-16 00:09:49 +01:00
-
ce32850410
made writing noncritical stuff to stdout optional
Kjistóf
2017-01-15 23:53:48 +01:00
-
72910c3367
made interaction with user more friendly
Kjistóf
2017-01-15 23:43:21 +01:00
-
84e9340b56
general refactor & commenting
Kjistóf
2017-01-15 22:28:37 +01:00
-
504a1f774a
output files are now named correctly
Kjistóf
2017-01-15 22:20:15 +01:00
-
bbf8389889
removed simulated stdin
Kjistóf
2017-01-15 22:07:21 +01:00
-
96bfb29cf2
removed forgotten debug prints
Kjistóf
2017-01-15 21:55:08 +01:00
-
39d5626c81
general refactor of code
Kjistóf
2017-01-15 21:53:36 +01:00
-
3ef8be152b
now temporary files are cleaned up
Kjistóf
2017-01-15 21:29:09 +01:00
-
ecadd61ef8
implemented looping of video stream & muxing to final output
Kjistóf
2017-01-15 21:23:36 +01:00
-
25257de14b
fixed list formatting so it is actually accepted by ffmpeg
Kjistóf
2017-01-15 21:18:10 +01:00
-
d7a0be71fb
implemented writing of list file
Kjistóf
2017-01-15 20:59:53 +01:00
-
a62ca9d50c
implemented calculation of looping
Kjistóf
2017-01-15 20:49:27 +01:00
-
3889b760c3
further improved handling of filenames
Kjistóf
2017-01-15 20:18:07 +01:00
-
0c3b92fc9d
refactored handling of filenames
Kjistóf
2017-01-15 20:14:01 +01:00
-
7f3a8f94b2
implemented getting stream lengths
Kjistóf
2017-01-15 20:06:19 +01:00
-
b033358b72
implemented downloading of audio&video streams
Kjistóf
2017-01-15 18:26:07 +01:00
-
e0e7eefcfb
initial commit
Kjistóf
2017-01-15 17:40:58 +01:00