Skip to content

dmacpherson/py-interfacelift-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

To install just run the following:

wget --no-check-certificate https://github.com/dmacpherson/py-interfacelift-downloader/raw/master/interfacelift.py

Edit the variables to where you'd like to download from and download to and run "python interfacelift.py"



The regex pattern matches any string which:

- Is preceeded by <a href="
- begins with /wallpaper/
- ends in jpg
- preceeds ">

I think this is enough to filter out only the wanted links. Note that the matched string will include the random part of the URL so that the user never has to specify it manually. Each filename also contains the resolution. This could be added to the pattern in case it stops working.

About

Python script for downloading all the wallpaper from interfacelift.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages