Skip to content

Commit 18026ec

Browse files
committed
Fixed youtube premium download for multiple links at the same time and playlists
1 parent 7fb4e21 commit 18026ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/js/tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ function downloadURL(mode, location, url, percentage, codecAudio, codecVideo, qu
714714

715715
data = data.toLowerCase();
716716

717-
if (data.includes("attempting to unlock cookies")) {
717+
if (data.includes("attempting to unlock cookies") || data.includes("po token")) {
718718
return;
719719
}
720720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastdownloader",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A fast YouTube video/audio downloader in electron.js (and many more websites)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)