plotski
plotski
I'm sorry, but I really don't see the attack vector. We don't pickle arbitrary stuff from the API, we pickle requests.Response objects that we already trust. If the attacker controls...
Oh, right. Good point. I didn't think of that. I'll work something out without pickles.
API responses are now stored as plain text files. Are we good on the other points you raised?
>>> os.path.splitext(os.path.basename("The.Title.2000.x265-GRP"))[0] ('The.Title.2000', '.x265-GRP')
Can you provide an example?
Use any path of an existing file or directory, it just can't contain any season information. This should reproduce the issue: ```sh $ touch foo $ pythonbits foo -c tv...
I pm'd you an example. Generally speaking, relying on user input is just asking for disaster. If the expected input is not there, software shouldn't just shrug and explode into...
Adding "The Collector" to `expected_title` in `options.json` seems to fix this. Should I make a PR?
So January has gone by. Any news?
babelfish is now broken with Python's new 3.12 release: # Copyright (c) 2013 the BabelFish authors. All rights reserved. # Use of this source code is governed by the 3-clause...