Commit Graph

7 Commits

Author SHA1 Message Date
a108135141 Use urllib3 instead of requests
We were not (and probably wont be ) using any worthwhile `requests`
features (beside `raise_for_status()`) and the `timeout` session
parameter propagation vs adapter plugging "thing" in requests just
annoys me deeply (not that kind of "... Human (TM)")
2023-02-13 09:35:33 +01:00
96f411cca0 Fix #24 and #25
Remove dependency to `webvtt-py` which was both too much and not enough
for our use case.
Implement a basic WebVTT to SRT converter according to ArteTV's usage of
WebVTT features.
2023-01-06 01:17:55 +01:00
b057bab44b Implement CLI parsing using docopt-ng library 2022-12-29 10:54:45 +01:00
88ffe31a94 Use requests library instead of urllib
Enables by default:
- gzip compression
- request pooling
2022-12-20 23:46:44 +01:00
a404dd1da4 Get rid of gitlab references 2022-12-09 21:14:57 +01:00
9593619c68 Setup the execution arch 2022-12-09 00:34:15 +01:00
f22fe297c5 Packaging with flit 2022-12-08 22:39:46 +01:00