KitTheBit commited on
Commit
b4313de
·
verified ·
1 Parent(s): a4a6ad0

Create run.py

Browse files
Files changed (1) hide show
  1. run.py +5 -0
run.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import httpx
2
+
3
+
4
+ response = httpx.get('https://stremio-rev-proxy.h-y.workers.dev/https://supervideo.cc/e/h2ghuu717fc3')
5
+ print(response)