intial checkin of mediadownload.
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Tue, 6 Jan 2009 20:17:25 +0000 (20:17 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Tue, 6 Jan 2009 20:17:25 +0000 (20:17 +0000)
commit5af065550a7b737063374135f263fec87a416940
tree1d44a6178c8f19ccd9c35e3a3e85bb788e7948a6
parent28b1bce2b881300cdcc8227ec2db45aea2806d10
intial checkin of mediadownload.

can be used as a generic download addon also has a filescanner which is true for all files starting with any of http://, https://, ftp://.
currently simplerss can make use of it to download enclosures.
12 files changed:
Makefile.am
configure.ac
mediadownloader/CONTROL/control [new file with mode: 0644]
mediadownloader/Makefile.am [new file with mode: 0755]
mediadownloader/src/FTPProgressDownloader.py [new file with mode: 0644]
mediadownloader/src/HTTPProgressDownloader.py [new file with mode: 0644]
mediadownloader/src/Makefile.am [new file with mode: 0755]
mediadownloader/src/MediaDownloader.py [new file with mode: 0644]
mediadownloader/src/VariableProgressSource.py [new file with mode: 0644]
mediadownloader/src/__init__.py [new file with mode: 0644]
mediadownloader/src/maintainer.info [new file with mode: 0644]
mediadownloader/src/plugin.py [new file with mode: 0644]