Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins
2021-04-20
| ||
16:44 | Release v0.3.0 Leaf check-in: 346f5b7001 user: thomas tags: release, trunk, v0.3.0 | |
16:34 | Removed debug print statements. check-in: d94895f9a9 user: thomas tags: trunk | |
16:33 | Optimized download: Cycle through all known hosts to create an even load on all servers. This should improve download speed with fast connections. check-in: 546fec2bc8 user: thomas tags: trunk | |
16:02 | Release v0.2.0 check-in: 4d53ed69eb user: thomas tags: release, trunk, v0.2.0 | |
16:00 | Improve handling of chunk downloads: Complete each chunk as soon as it finishes, instead of completing them in order. The actual result order doesn’t matter, as the consolidation runs after all chunks finished. check-in: 6c0bbdf16f user: thomas tags: trunk | |
15:40 | Raised default download thread count from 2 to 4. check-in: 50052021c5 user: thomas tags: trunk | |
15:24 | Release v0.1.0. check-in: fcc0919709 user: thomas tags: release, trunk, v0.1.0 | |
15:12 | Made the download thread count configurable using a new command line argument. It defaults to two download threads. check-in: 9be1647605 user: thomas tags: trunk | |
15:04 | Implemented combining chunks into a video file using ffmpeg. Also added option to remove temporary files, if the process finished successfully. check-in: 1cf60dd022 user: thomas tags: trunk | |
15:03 | Added natsort.py from another project. It contains a function for natural sorting of strings. check-in: c557c20e75 user: thomas tags: trunk | |
14:21 | Properly close the tqdm download meter. Also fix the wrong chunk file extension. check-in: 791f22c6e0 user: thomas tags: trunk | |
14:01 | Implemented skipping the download process completely. check-in: 1748497f57 user: thomas tags: trunk | |
13:57 | Added dependency on tqdm, which is used to provide download progress monitoring. check-in: ebd91b0aaa user: thomas tags: trunk | |
13:50 | Implemented downloading chunks from OnePieceTube. The implemented function takes a download URL and downloads all chunks. check-in: 08e50e7727 user: thomas tags: trunk | |
13:48 | Argument parser: Made the file name a mandatory positional argument. check-in: c4d5ca1b6a user: thomas tags: trunk | |
11:50 | Added argument parser. check-in: 451b9f1642 user: thomas tags: trunk | |
11:49 | Added project skeleton. check-in: b519b6945c user: thomas tags: trunk | |
11:43 | initial empty check-in check-in: 50103fa8ba user: thomas tags: trunk | |