Closed DrKain closed 3 years ago
Added an advanced debugger that will, when enabled, write 3 files per search to a directory of choice.
Some issues (#22 #31 #34) require me to see the raw HTML of the page to figure out what's going wrong, this should make things easier in the future.
It can be enabled using:
youtube.debug = true; // Enable regular debugging youtube.debugger.enabled = true; // Enable debug dumps youtube.debugger.setDirectory('path/to/somewhere'); // Directory to write the dumps
Added an advanced debugger that will, when enabled, write 3 files per search to a directory of choice.
Some issues (#22 #31 #34) require me to see the raw HTML of the page to figure out what's going wrong, this should make things easier in the future.
It can be enabled using: