pyscrapers.workers package¶
Submodules¶
pyscrapers.workers.audible module¶
Download books from audible
- pyscrapers.workers.audible.audible(_logger: Logger)[source]¶
This does the downloads :param session: :param logger: :return:
- pyscrapers.workers.audible.get_book_data(session: ExtSession, book_id: str) OrderedDict [source]¶
pyscrapers.workers.drumeo module¶
Download course material from drumeo
- class pyscrapers.workers.drumeo.Course[source]¶
Bases:
object
This is an object representing one course
- pyscrapers.workers.drumeo.download_course(course, session)[source]¶
Download a course :param course: :param session: :return:
- pyscrapers.workers.drumeo.get_course_details(course: Course, courses: bool, session)[source]¶
Populate the Course type object :param course: :param courses: :param session: :return:
- pyscrapers.workers.drumeo.get_courses(pages, courses: bool, session)[source]¶
Download the list of all the courses :param pages: :param courses: :param session: :return:
- pyscrapers.workers.drumeo.get_number_of_pages(courses: bool, session: ExtSession) int [source]¶
Get the number of pages for all courses or pages :param courses: :param session: :return:
pyscrapers.workers.facebook module¶
download photos from facebook
pyscrapers.workers.getpocket module¶
getpocket.py
pyscrapers.workers.instagram module¶
How does this work? When you fetch the page of a user on instagram you get an html with javascript embedded in it with a json object embedded in that. This json object describes the user, his id, his profile photo and the first 12 images for that user. If you want more you have to do a follow-up AJAX request to the server.
pyscrapers.workers.instagram_stories module¶
instagram_stories.py
- pyscrapers.workers.instagram_stories.instagram_stories_download(_session: ExtSession, _logger: Logger)[source]¶
This does the downloads :param session: :param logger: :return:
pyscrapers.workers.mamba_ru module¶
mamba_ru.py
pyscrapers.workers.netflix module¶
netflix.py
pyscrapers.workers.sxyprn module¶
sxyprn.py
pyscrapers.workers.travelgirls module¶
travelgirls.py
pyscrapers.workers.vk module¶
vk.py
pyscrapers.workers.youtube_dl_handlers module¶
Module that handles the interaction with the youtube_dl library
References: - https://github.com/ytdl-org/youtube-dl/blob/master/README.md#embedding-youtube-dl - https://github.com/ytdl-org/youtube-dl/blob/3e4cedf9e8cd3157df2457df7274d0c842421945/youtube_dl/YoutubeDL.py#L137-L312
Module contents¶
__init__.py