Mythus commited on
Commit
b5a7f1a
·
verified ·
1 Parent(s): 31ebd96

Update streamingwatch.py

Browse files
Files changed (1) hide show
  1. streamingwatch.py +0 -1
streamingwatch.py CHANGED
@@ -58,7 +58,6 @@ def search(showname,season,episode,date,ismovie):
58
  for entry in data:
59
  if f"stagione-{season}-episodio-{episode}" in entry["slug"]:
60
  content = entry["content"]["rendered"]
61
- print(content)
62
  #"content":{
63
  # "rendered":"<p><!--baslik:PRO--><iframe loading=\"lazy\" src=\"https:\/\/hdplayer.gives\/embed\/YErLVq64uNTZRNz\" frameborder=\"0\" width=\"700\" height=\"400\" allowfullscreen><\/iframe><\/p>\n","protected":false}
64
  start = content.find('src="') + len('src="') #start of url
 
58
  for entry in data:
59
  if f"stagione-{season}-episodio-{episode}" in entry["slug"]:
60
  content = entry["content"]["rendered"]
 
61
  #"content":{
62
  # "rendered":"<p><!--baslik:PRO--><iframe loading=\"lazy\" src=\"https:\/\/hdplayer.gives\/embed\/YErLVq64uNTZRNz\" frameborder=\"0\" width=\"700\" height=\"400\" allowfullscreen><\/iframe><\/p>\n","protected":false}
63
  start = content.find('src="') + len('src="') #start of url