Commit Graph

18 Commits

Author SHA1 Message Date
KevinMidboe
eb13e34e66 Restructured project to better run as a package.
This should have been setup correctly, but now try to better follow
structure for python modules, which this is supposed to be.
- Renamed folder from src -> seasonedParser
- Moved test/ into seasonedParser/
- test has __init__.py script which sets location to the project folder
(seasonedParser/).
- Removed cli.py and moved contents to __main__.py
- Updated drone to run pytest without test folder parameter
2020-02-19 00:23:24 +01:00
7ea82d4b33 Renamed seasonedParser subfolder to src 2018-09-14 19:18:59 +02:00
bfd8a2a1f5 Snapshot before refactor. 2018-09-14 18:51:40 +02:00
6d5fc9505b Now we have a logically very simple parser for torrents for a torrent sites, though we now only have piratebay. Really want to build on this and maybe add some machine learning to identify interesting elements in a webpage. Still missing better error handling and logging, but not much. 2017-10-17 14:48:31 +02:00
16511b36f6 Did some minor changes temporarily to fix some bugs with printing lists and ints. Also changed the lookup directory. 2017-10-02 15:14:56 +02:00
fdb2733307 Removed print statement from __repr__ of video 2017-09-29 13:57:30 +02:00
dfba6bc22d Now converts episode to str on print 2017-09-29 13:49:05 +02:00
25ade8d921 Fixed same episode bug here also. 2017-09-29 13:48:20 +02:00
58e0fd568b Added a quickfix for episodes that are lists because multiple eps in one file. Also removed unused prints. 2017-09-29 13:47:23 +02:00
1db8d3584e Skip archive failes and removed unused print 2017-09-29 13:46:54 +02:00
0262ce9f18 Changed the name to be lowered before hashed. 2017-09-29 12:43:16 +02:00
af5759ff5d Holds variables like logfile path. 2017-09-29 12:42:56 +02:00
9fa33eeb63 Commented out a santization function 2017-09-29 12:42:21 +02:00
68f0116b92 Fixed a error for a if test not negating the entire statement and lowercased the name before hashing. 2017-09-29 12:41:44 +02:00
b9bca0a107 Using logging for output and now is a functional prototype. 2017-09-29 12:41:06 +02:00
a7049d7f1f A concept for if we use watchdog to look over a filetransaction at move. 2017-09-28 13:44:57 +02:00
c045b15786 A concept function for hashing a show item. 2017-09-28 13:44:09 +02:00
e90d9f8073 Renamed seasonMover to seasonedParser 2017-09-09 16:14:31 +02:00