Usage - skborhan/File-Download-with-PyCurl GitHub Wiki

Code is compatible for Python 3.3. To Run this code feedparser.py ang pycurl.py is per-requirement. This code is able to parse RSS feed and if there is file to download, then it can. This file is not able to resume download.

It takes Command line input. Syntax: python download.py --feed --output

Here --feed determines RSS feed url and --output shows the PATH of directory. example: python download.py --feed https://dl.dropboxusercontent.com/u/6160850/downloads.rss --output D:\Python\Test

If you use upper example you should have to path (D:\Python\Test) is exists and python must be 3.3. Else some syntax errors 'll be appeared.