Macoy Madson

Results 28 issues of Macoy Madson

I've written a TikTok downloader locally. Hook it up!

downloader integration

Maybe use Instatooler to get the data?

downloader integration

If the user's browser loses connection during a download, this exception will spam until the socket is made active. ``` Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1141, in...

bug

Make it possible to browse Pixiv art by tag.

enhancement

These are a custom format consisting of a zip file of jpgs and a blob of json with timing information. As such, to support these, I'll need to modify both...

downloader integration

Create a progress bar so users get an idea how long they will have to wait. Integrate Youtube-DL download progress as sub-progress bars?

enhancement

It is ridiculously slow to import e.g. 2,000 Unsupported Submissions from JSON to the DB. Write some SQL to batch find the IDs, then batch add those or something.

cleanup

They are currently explicitly disabled due to Youtube-DL getting confused by a single video in a playlist links.

downloader integration

There is an error output by youtube-dl if the machine doesn't have ffmpeg or avconv installed. Handle this gracefully. Also, require ffmpeg in dependencies (packaging?) Relates to #61

bug