Instuctions available (moved) at REMOTE ORIGIN website: Extract Subtitles From mkv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Google Sheets Function (Fetch HTTP Status Code for URL) | |
How to Fetch HTTP Status Code for URL in Google Sheets | |
Reference URL: https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app | |
**/ | |
function getStatusCode(url){ | |
var options = { | |
'muteHttpExceptions': true, | |
'followRedirects': false |