Spaces:
Paused
Paused
Update streamingwatch.py
Browse files- 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
|