-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
When attempting to extract the embed iframe from the server page, the scraper/parser returns an error indicating no iframe was found. This breaks playback link extraction for this server.
https://api.xyra.stream/v1/dramacool/stream?api_key={key_here}&episode_id=amidst-a-snowstorm-of-love-2024-episode-1
Error Output
{ "success": false, "error": "No embed iframe found in server page.", "server_url": "https://plcool1.com/streaming.php?id=NDAxMTMz&title=Amidst+a+Snowstorm+of+Love+%282024%29+episode+1&typesub=SUB", "debug": { "server_html_length": 9773, "server_html_snippet": "<html>\n<head ><style>*{margin: 0; padding: 0;}</style><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\" content=\"\"></head>\n<body ><img src=\"https://l.cdn-fileserver.com/bping.php?requrl=https%3A%2F%2Fplcool1.com&vgd_asn=13335&gdpr=1&vgd_cage=2&lf=6&cc=GB&sc=LND&ssld=%7B%22QQNN%22%3A%22ZR%22%2C%22QQN75%22%3A%22jmzOmz%22%2C%22QQ8E%22%3A%22%22%2C%22QQQN%22%3A%22TIr%22%7D&mspa=0&wshp=0&r=1769116938088&vgd_cdv=O2681&vgd_tsce=L1117&vgd_setup=c21&vgd_wlstp=0&prid=8PR", "iframe_found": 0, "all_iframes": [] } }