Skip to content

Instantly share code, notes, and snippets.

View i3p9's full-sized avatar
🐢
speed

Fahim i3p9

🐢
speed
View GitHub Profile
@i3p9
i3p9 / main.py
Last active December 7, 2022 22:38
imdb
import sys
from bs4 import BeautifulSoup
import requests
import re
from dateutil.parser import parse
"""
what it does?
- parses all movies and their data in a list-page
- paginates to last page automatically while keeping track of their cookie and keys
This file has been truncated, but you can view the full file.
https://roosterteeth.com/watch/stay-zen-2021-36
https://roosterteeth.com/watch/stay-zen-2021-stayzen01202021
https://roosterteeth.com/watch/stay-zen-2021-02032021
https://roosterteeth.com/watch/stay-zen-2021-02102021
https://roosterteeth.com/watch/stay-zen-2021-02242021
https://roosterteeth.com/watch/stay-zen-2021-03042021
https://roosterteeth.com/watch/stay-zen-2021-03102021
https://roosterteeth.com/watch/stay-zen-2021-03172021
https://roosterteeth.com/watch/stay-zen-2021-04072021
https://roosterteeth.com/watch/stay-zen-2021-04222021