forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-04 03:02:32 +02:00
parent dd1974ea29
commit 6c5d7bf7ba
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ class Post(object):
@auth_desired
def marseyverse(v):
count = 0
drama = requests.get("https://rdrama.net/", headers={"Authorization": "sex"}).json()["data"]
drama = requests.get("https://rdrama.net/", headers={"Authorization": "sex"}).json()
print(drama)
#["data"]
pcm = requests.get("https://pcmemes.net/", headers={"Authorization": "sex"}).json()["data"]
gigachad = requests.get("https://gigachadlife.com/", headers={"Authorization": "sex"}).json()["data"]
weebzone = requests.get("https://weebzone.xyz/", headers={"Authorization": "sex"}).json()["data"]