cooperdk
cooperdk
You need to update this project to support Python 3. Python 2 is out of support and was replaced more than five years ago. KODI has now migrated to Python...
Your code didn't work because it tried to load too new Pypi packages. It is now fixed.
This does not work anymore, as uvloop requires Python 3.7 or later. Since stretch comes with 3.5 and this also doesn't work with buster-slim (due to a missing cff library),...
Instead of your current three-file setup, do only one requirements.txt with the below contents. When doing `pip install -r requirements.txt --test`, the packages with the option in the requirements.txt file...
It's really no problem to play videos inside the browser. I created porn sites with embedded video playback. Use the HTML5 players readily available ;-)
The freeones scraper is not working. Even when the query URL is identical to a test URL entered in a browser, it returns fx: "Freeones could not find: Anna Bell...
Regarding videos/views.py, line 131: folder = Folder.objects.get(pk=int(request.query_params['folders_in_tree'])) When I go to the "Folders" menu and select any folder, I am getting this error: Internal Server Error: /api/scene/ Traceback (most recent...
The current error appears if you resume a crawl and there are images not downloaded. This error must have been present for years, or it may be due to modules...
Hey, I like this project. I only had one thought: Nobody really uses XML anymore. Did you consider making a middleware to support YAML?
When scanning for website information and a logo is downloaded, the logo is not added to the videos_website table in the DB. **To Reproduce** Simply run a website scan in...