Update streamingcommunity.py
Browse files- streamingcommunity.py +1 -0
streamingcommunity.py
CHANGED
|
@@ -42,6 +42,7 @@ def get_version():
|
|
| 42 |
def search(query,date,ismovie):
|
| 43 |
#Do a request to get the ID of serie/move and it's slug in the URL
|
| 44 |
response = requests.get(query).json()
|
|
|
|
| 45 |
for item in response['data']:
|
| 46 |
tid = item['id']
|
| 47 |
slug = item['slug']
|
|
|
|
| 42 |
def search(query,date,ismovie):
|
| 43 |
#Do a request to get the ID of serie/move and it's slug in the URL
|
| 44 |
response = requests.get(query).json()
|
| 45 |
+
print(response)
|
| 46 |
for item in response['data']:
|
| 47 |
tid = item['id']
|
| 48 |
slug = item['slug']
|