Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/subdownloader
Copy of https://launchpad.net/subdownloader
https://github.com/matachi/subdownloader
Last synced: 2 months ago
JSON representation
Copy of https://launchpad.net/subdownloader
- Host: GitHub
- URL: https://github.com/matachi/subdownloader
- Owner: matachi
- License: gpl-3.0
- Created: 2015-06-04T20:42:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T13:37:07.000Z (over 7 years ago)
- Last Synced: 2023-03-14T14:05:22.766Z (almost 2 years ago)
- Language: Python
- Size: 1.17 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
README for Subdownloader
Running
Whether you want to run in CLI (Command Line Interface) or
GUI (Graphical User Interface), the only file you'll need to call is run.py.Common example: python run.py --help
Problems on first time runIs it complaining about 'subdownloader' existance?
Traceback (most recent call last):
File "run.py", line 40, in
import gui.main
File "/path/to/subdownloader-read-only/gui/__init__.py", line 20, in
from subdownloader import APP_TITLE, APP_VERSION, OSDBServer, subtitlefile, videofile
ImportError: No module named subdownloaderYou might have to change subdownloader root directory name.
If you executed "svn checkout http://subdownloader.googlecode.com/svn/trunk/ subdownloader-read-only", do the following:* Unix: mv /path/to/subdownloader-read-only /path/to/subdownloader/subdownloader
Can a read this with some coloring and text format, like a wiki?
Sure, go to: http://code.google.com/p/subdownloader/wiki/SubDownloader2SVN