Skip to content

Instantly share code, notes, and snippets.

View sameerp98's full-sized avatar

Sameer Padalia sameerp98

View GitHub Profile
import os
import requests
import argparse
from html.parser import HTMLParser
parser = argparse.ArgumentParser(description='Input Link required.')
parser.add_argument('root_url', help='Link to the download page of Anime.')
def get_api_url(root_url):