Mythus commited on
Commit
b4fd63e
·
verified ·
1 Parent(s): cff6891

Update streamingcommunity.py

Browse files
Files changed (1) hide show
  1. 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']