Skip to content

Python script that will extract direct download URL from any indowebster URL.

Notifications You must be signed in to change notification settings

ariefbayu/Indowebster-Direct-URL-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Python script that will extract direct download URL from any indowebster URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages