|
|
f04220fc03
|
Little clean up. Updated requirements.txt and turned off the flask run thing in preperation to try running under waitress.
|
2020-04-17 00:31:59 -04:00 |
|
|
|
6bd4addc9c
|
Added method to manually add a manga without uploading a new json file. Just need to pass a "name" and "url" node. URL must include http or https.
|
2020-04-16 21:40:50 -04:00 |
|
|
|
9e46ed7d33
|
Added method to upgrade manga-py without updating entire container. Started working on method to check if the manga url matches what is in the json file. Will add option to update db urls if they differ.
|
2020-04-01 13:12:01 -04:00 |
|
|
|
4118686ec1
|
Made a change to the subprocess call to hopefully stop the json error until I can figure that out. Also added the templates directory to the Dockerfile
|
2020-03-27 00:25:25 -04:00 |
|
|
|
8a0b81f6a6
|
subprocess args should be working correctly now.
|
2020-03-24 15:58:08 -04:00 |
|
|
|
9d73de8d04
|
Merge branch 'Docker' of https://bitbucket.org/DanDembinski/mangadownloader into Docker
|
2020-03-24 12:48:34 -04:00 |
|
Dan Dembinski
|
36eef06f3e
|
Adjusted subprocess calls
|
2020-03-20 11:51:53 -04:00 |
|
Dan Dembinski
|
23a8bc0d42
|
Adjusted subprocess calls
|
2020-03-20 11:01:02 -04:00 |
|
Dan Dembinski
|
e1b4be2d40
|
attempting to capture manga-py output in response.
|
2020-03-20 10:13:01 -04:00 |
|
Dan Dembinski
|
db1b5e4af2
|
print-json argument added.
|
2020-03-17 14:44:50 -04:00 |
|
Dan Dembinski
|
2b4c244c1f
|
Started setting up very simple front end for cicking off download process. Also added a new method to check if there is any missing url metadata and what mangas it effects.
|
2020-03-17 13:19:26 -04:00 |
|
|
|
cd33c1b8dd
|
Merge branch 'Docker' of https://bitbucket.org/DanDembinski/mangadownloader into Docker
|
2020-03-17 11:15:58 -04:00 |
|
Dan Dembinski
|
9c3a2b6aa2
|
stripping '?'s out of folder path now.
|
2020-03-13 15:09:12 -04:00 |
|
Dan Dembinski
|
4eb8d9b76e
|
Cleaned up. Added some logic incase the base url is in the URL instead of being tied to the URL_flag. Added method to check what mangas are active.
|
2020-03-13 14:31:29 -04:00 |
|
|
|
0654235eb5
|
Got the upload working.
|
2020-03-11 23:27:51 -04:00 |
|
|
|
f2a3bd075b
|
Tweaks
|
2020-03-11 22:41:51 -04:00 |
|
|
|
469e2457a3
|
Tweaks
|
2020-03-11 22:29:09 -04:00 |
|
Dan Dembinski
|
3d67df0f7d
|
Converted upload method to ORM and added route.
|
2020-03-11 16:50:52 -04:00 |
|
Dan Dembinski
|
2db2898d2f
|
Added active filter to download method query.
|
2020-03-11 16:14:12 -04:00 |
|
Dan Dembinski
|
0568f7af9d
|
Turned on downloading.
|
2020-03-11 14:56:34 -04:00 |
|
Dan Dembinski
|
b609c1b587
|
Updated Docker file to work.
|
2020-03-11 14:55:04 -04:00 |
|
Dan Dembinski
|
c0003ec6d7
|
Updated Docker file to work.
|
2020-03-11 14:46:16 -04:00 |
|
Dan Dembinski
|
4581fce3b4
|
Reworked download method use ORM instead of straight SQL. Hoping this fixes the database timeout issue. Also added requirements.txt with all the python packages needed
|
2020-03-11 14:34:49 -04:00 |
|
|
|
abb101a8a7
|
Alright, you do in fact need to have the docker file actually start something.
I also swapped the exit command out for a sleep command. It should loop through everything once an hour
|
2019-12-31 15:21:48 -05:00 |
|
|
|
9fadc23a5f
|
Took out docker autostart. Made change to exit instead of looping for testing.
|
2019-12-31 15:06:42 -05:00 |
|
|
|
c032895e93
|
Updated execute to handle new volume name argument
|
2019-12-31 14:18:24 -05:00 |
|
|
|
31accab702
|
made changes to save path. v3
|
2019-12-31 14:01:03 -05:00 |
|
|
|
0d08420067
|
made changes to save path. v2
|
2019-12-31 13:41:11 -05:00 |
|
|
|
4fc3096e7c
|
made changes to save path
|
2019-12-31 13:40:21 -05:00 |
|
|
|
9d38622528
|
Made a few changes to allow docker useage.
|
2019-12-31 13:26:16 -05:00 |
|
|
|
b59851a377
|
Added database reconnect during downloading
|
2019-12-15 00:27:30 -05:00 |
|
|
|
204c9aba7d
|
Added exit to menu
|
2019-12-14 23:21:02 -05:00 |
|
|
|
15ad8361e9
|
Made a few changes. Short term trying os.system to call manga-py instead of embedding it.
|
2019-12-14 23:04:16 -05:00 |
|
|
|
45067caea6
|
Added manga-py source
|
2019-12-14 22:33:14 -05:00 |
|
|
|
9a4dd4b09b
|
Initial Commit
|
2019-12-14 22:21:20 -05:00 |
|