da3dsoul
da3dsoul
The query strings are handled by the Python urllib `urlencode(sequence) -> string` and `parse_qs(string) -> list(tuple)`. These handle escaping for you. If you pass a variable to args or kwargs...
As requested, I separated out new features from the bug fixes. I will submit separate PRs for those to be discussed after this is in. Because of the git mess,...
It took a bit to debug and find this. I pass False to url_for, and it give the proper result. Then in the method that gets called, I get str('False')....
I don't know what to call this. In most languages, types are static, and you can easily say: ``` @route("/menu/image/") def get_by_id(image_id): pass @route("/menu/image/unsorted") def get_unsorted(): pass ``` image_id is...
Sorry if this is stupid. I barely know anything about this, and I'm trying to convert a python script to learn. I'm going through and reading up on each part...
This is for after my overhaul is merged. Sometimes you don't want all series grouped, or you want a series grouped by different rules. In each series, there will be...
For currently airing series, and sometimes just series with missing info, the files will be named oddly with missing info. Rename Files when the info is updated (when applicable).
It occurred to me that I didn't have an issue for this. # Things that I plan to implement: # - [ ] Scraping data - [ ] Scrobbling/Syncing Lists...