Skip to content

Commit

Permalink
Update direct_link_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Nov 21, 2022
1 parent c1b624e commit 3df85bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
for original authorship. """

import math

import time
from requests import get as rget, head as rhead, post as rpost, Session as rsession
from re import findall as re_findall, sub as re_sub, match as re_match, search as re_search
import requests
Expand Down

0 comments on commit 3df85bc

Please sign in to comment.