Reporting Stream Detection Issues

Status
Not open for further replies.

malupdaterosxdev

Administrator
Staff member
If you are having issues with stream detection in Hachidori, you can report the issue here.

Getting the DOM (Document Object Model) of a webpage​

Diagnosing stream detection issues require the page source. However, since streaming sites use Javascript, you can't simply save the page as it will only provide the frontend elements without the metadata.

To get the HTML source code, run the following in the Developer Console. To access the developer console, click Develop > Show JavaScript console. Then run the following command:
JavaScript:
document.documentElement.innerHTML;

Copy the output and attach it as a txt document. Also, provide the URL and the page title in the post. To get the page title, run the following:
Code:
document.title

To enable the Develop menu in Safari, open Preferences, click Advanced and enable the "Show Develop menu in menu bar" checkbox.
 
Status
Not open for further replies.
Top