-
Notifications
You must be signed in to change notification settings - Fork 4
/
PromptMimfiyed.js
2 lines (2 loc) · 2.03 KB
/
PromptMimfiyed.js
1
2
javascript:(function(){var t=document.documentElement.innerHTML,e=/https?:\/\/[^\s/$.?#].[^\s]*videoplayback\?[^'"]+/g,n=t.match(e),o=[];if(n){for(var r=0;r<n.length;r++)o.push(n[r]);if(o.length>0){o.sort(function(t,e){var n=a(t),o=a(e);return s(n,o)});for(var i="",c=0;c<o.length;c++){var l=o[c].replace(/\\u0026/g,"&"),u=a(l),f=m(u);i+=(c+1)+". "+f+" ("+u+")"+"
\n";}var d=prompt("Select the desired video format by entering its corresponding number:\n\n"+i);if(null!==d&&""!==d){var v=o[d-1].replace(/\\u0026/g,"&");window.open(v)}}else alert("No video URLs found in the source code.")}else alert("No matches found in the source code.")})();function a(t){var e=/itag=(\d+)/,n=t.match(e);return n&&n.length>1?n[1]:""}function s(t,e){var n=m(t),o=m(e);return n.localeCompare(o)}function m(t){switch(t){case"5":return"FLV 240p";case"6":return"FLV 270p";case"17":return"3GP 144p";case"18":return"MP4 360p";case"22":return"MP4 720p";case"34":return"FLV 360p";case"35":return"FLV 480p";case"36":return"3GP 180p";case"37":return"MP4 1080p";case"38":return"MP4 3072p";case"43":return"WebM 360p";case"44":return"WebM 480p";case"45":return"WebM 720p";case"46":return"WebM 1080p";case"82":return"MP4 360p (3D)";case"83":return"MP4 480p (3D)";case"84":return"MP4 720p (3D)";case"85":return"MP4 1080p (3D)";case"92":return"HLS 240p (3D)";case"93":return"HLS 360p (3D)";case"94":return"HLS 480p (3D)";case"95":return"HLS 720p (3D)";case"96":return"HLS 1080p (3D)";case"133":return"MP4 240p Video Only";case"134":return"MP4 360p Video Only";case"135":return"MP4 480p Video Only";case"136":return"MP4 720p Video Only";case"137":return"MP4 1080p Video Only";case"140":return"M4A Audio 128k";case"160":return"MP4 144p Video Only";case"242":return"WebM 240p Video Only";case"243":return"WebM 360p Video Only";case"244":return"WebM 480p Video Only";case"247":return"WebM 720p Video Only";case"248":return"WebM 1080p Video Only";case"249":return"WebM Audio 50k";case"250":return"WebM Audio 70k";case"251":return"WebM Audio 160k";case"278":return"WebM 144p Video Only";default:return"Unknown"}}