Commit Graph
10 Commits
Author SHA1 Message Date
Vladimir Hodakov 227d974e37 Add main business logic of this program
Now we can download torrents like old Python
version does.
2019-09-28 22:51:45 +04:00
Vladimir Hodakov a599d898b0 Add basic HTTP errors handling 2019-09-28 20:20:23 +04:00
Vladimir Hodakov a504299150 Add fetcher, support for downloading forum pages 2019-09-28 19:59:02 +04:00
Vladimir Hodakov 52fad7cf47 Fix linter warnings 2019-09-28 16:28:59 +04:00
Vladimir Hodakov c1c969db2e Add login support, golangci-lint config 2019-09-14 18:55:39 +04:00
Vladimir Hodakov afc2a73ed6 Add basic context with config creation 2019-09-14 18:51:32 +04:00
Vladimir Hodakov bce5cef340 Start rewriting massdl script on Golang
Due to Python 2 EOL I need to pick new language for
uploader tools. Instead of Python 3 I choose Go,
because I'm working with this language almost three
years and a half.

Python 2 CLI app moved to legacy/python2 branch and
will be supported due 01 January 2020.
Old shell scripts are still in legacy/shell branch and
doesn't work ATM. I will not fix them, they're keeped in
repository for historical reasons only.
2019-09-14 18:46:01 +04:00
Vladimir Hodakov 151f9a24db Fix some parsing issues by logging them 2019-09-14 18:35:19 +04:00
Vladimir Hodakov b1cf0bf32d Fix login issues and config params 2019-09-14 17:01:42 +04:00
Vladimir Hodakov efc529c145 Add forgotten stuff like gitignore, update copyrights
This repository track changes in my life and my self-identification,
resulting in three names of copyright holder within seven years,
including one nickname and two realnames.

Adding .gitignore, __init__.py and trying to fix script
in 2019 before abandoning forever due to abandoned Python 2.
2019-09-14 16:56:09 +04:00