Skip to content

davidandreoletti/pullmedown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Some downloaders I wrote.

They are provided AS IS, and bugs could be around. just keep an eye on them.

Manga

  • megatokyo
  • batoto (start from the first, it will downloads all the available chapters)
  • batoto (one chapter, you have to tell the image link and how many pages. modifiable for fakku)
  • mangaeden (just one chapter at the time)

Image-sharing sites

  • imgur (downloads albums. be sure you're using /a/ and not /gallery/ )
  • imgur (creating a CBZ from the album you download)

Music

  • musicforprogramming.net

Video

  • hak5.org

Audio podcasts

  • digitalia.fm

U g0+ pr0x1e5?

Yup, br0! just configure the .proxies file.

This is just a JSON file that contains (protocol, proxy_url) pairs. In that file, you can configure an "use_useragent" flag: some sites (e.g. mangaeden) perform an user-agent check. my proxy asks for visit confirmation if a browser visits an internet page (and breaks everything if you pretend to be a browser). Toggle it (true/false) in case you have troubles using a downloader.

I can't download sht / It's f**in' broken!

Uhm. Before filling an issue, try to play with .proxies file, especially the use_useragent: try to set it to false, maybe you got a proxy blocking you...

Dependencies

This collection is meant to run on both py2 and py3k. The only necessary dependency is the Requests library from Kenneth Reitz (you can find it on github, or in the Cheese Shop).
You may need to install feedparser (find it on PyPI or ask pip) for the downloaders that need RSS feeds.

About

a collection of downloaders and ebook/comics-related utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%