Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.31 KB

README.textile

File metadata and controls

37 lines (18 loc) · 1.31 KB

Indowebster Direct URL Extractor

idws.py is simple script that will extract direct download url and it’s filename from any given indowebster’s download url

Why?

I’m tired of the complicated step just to get the URL. I know it’s for advertising, but it’s annoying!

Get it.

Just hit download link from this page: https://github.com/ariefbayu/Indowebster-Direct-URL-Extractor

Use it.

To you it, extract the downloaded file somewhere on your system and then:

$python idws.py -u http://indowebster.com/some_download_url_you_want_to_extract.html

Will output two lines of data consisting of the direct download URL in first line and it’s filename in second line

$python idws.py -u http://indowebster.com/some_download_url_you_want_to_extract.html -w

Will output single line of data in wget format

$python idws.py -u http://indowebster.com/some_download_url_you_want_to_extract.html -w -e "--limit-rate=10K"

Will output single line of data in wget format with supplied additional parameter

$python idws.py -f /path/to/your/urlfile.txt -w -e "--limit-rate=10K"

Will output lines of data in wget format with supplied additional parameter. Each line in file the permalink URL

Contribute!

If you find any bug, fork, fix, and submit a pull request. If you’d like to extend functionality, go for it!