https://blog.codeberg.org/on-the-youtube-dl-dmca-takedown.ht...
Edit: DMCA happened on github. Moved to codeberg since it's not beholden to US DMCA law.
// Exit if we detect node debugging or inspection
if ("external" !== 'ant' && isBeingDebugged()) {
process.exit(1);
}