Compare commits
No commits in common. "e9d68a43a66820d56c0a59f5f3ca95306c6e6efa" and "3e1fa2f9881160e349645c3daa5db963861cf723" have entirely different histories.
e9d68a43a6
...
3e1fa2f988
9 changed files with 69 additions and 73 deletions
|
@ -118,10 +118,6 @@ class DownloadController {
|
|||
return view.render(page, viewOption);
|
||||
}
|
||||
|
||||
if (data.url.toLowerCase().includes("porn")) {
|
||||
data.feed = "on";
|
||||
}
|
||||
|
||||
let videoID;
|
||||
if (data.sponsorBlock) {
|
||||
let regExp = /^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*).*/;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"footer2p5": "na Discordu pokud máte problémy",
|
||||
"footer3p1": "Můžete mě taky podporovat na",
|
||||
"footer3p2": "nebo dát spropitné",
|
||||
"footer3p3": "na tomto webu!",
|
||||
"footer3p3": "na tomto webu! Nebo odkaz pro",
|
||||
"footer4": "Starší verze",
|
||||
"eggXmas": "Pour féliciter!"
|
||||
}
|
|
@ -23,7 +23,7 @@
|
|||
"footer2p5": "auf Discord wenn sie Probleme haben",
|
||||
"footer3p1": "Sie können mich hier unterstüzten",
|
||||
"footer3p2": "Oder mit Trinkgeld",
|
||||
"footer3p3": "auf dieser Website",
|
||||
"footer3p3": "auf dieser Website oder mit meinen link",
|
||||
"footer4": "Legacy Version",
|
||||
"eggXmas": "Frohe Weihnachten"
|
||||
}
|
|
@ -23,7 +23,7 @@
|
|||
"footer2p5": "on Discord if you have any issues",
|
||||
"footer3p1": "You can also support me either on",
|
||||
"footer3p2": "or by tipping",
|
||||
"footer3p3": "on this website!",
|
||||
"footer3p3": "on this website! or using my referal link for",
|
||||
"footer4": "Legacy version",
|
||||
"eggXmas": "Merry Christmas!"
|
||||
}
|
|
@ -23,7 +23,7 @@
|
|||
"footer2p5": "on Discord if you have any issues",
|
||||
"footer3p1": "You can also support me either on",
|
||||
"footer3p2": "or by tipping",
|
||||
"footer3p3": "on this website!",
|
||||
"footer3p3": "on this website! or using my referal link for",
|
||||
"footer4": "Legacy version",
|
||||
"eggXmas": "Merry Christmas!"
|
||||
}
|
|
@ -23,7 +23,7 @@
|
|||
"footer2p5": "sur Discord si vous avez des problèmes",
|
||||
"footer3p1": "Vous pouvez me supporter sur",
|
||||
"footer3p2": "ou en faisant une donation avec",
|
||||
"footer3p3": "sur ce site!",
|
||||
"footer3p3": "sur ce site! Ou en utilisent mon lien de parrainage pour",
|
||||
"footer4": "Legacy version",
|
||||
"eggXmas": "Joyeu noël!"
|
||||
}
|
|
@ -23,7 +23,7 @@
|
|||
"footer2p5": "caur Discord ja atradi kādu nepilnību",
|
||||
"footer3p1": "Tu vari atbalstīt mani vai nu caur",
|
||||
"footer3p2": ", vai ziedojot",
|
||||
"footer3p3": "šinī mājaslapā!",
|
||||
"footer3p3": "šinī mājaslapā! Vēl vari izmantot uzaicinājuma linku",
|
||||
"footer4": "Agrīnā versija",
|
||||
"eggXmas": "Priecīgus Ziemassvētkus!"
|
||||
}
|
|
@ -234,7 +234,7 @@ Come take a look here https://git.namejeff.xyz/Supositware/jeff-downloader for a
|
|||
<bdi><p>{{ antl.formatMessage('messages.footer3p1') }} <a href="https://www.paypal.me/supositware">Paypal</a> {{ antl.formatMessage('messages.footer3p2') }} <a href="https://basicattentiontoken.org/">BAT</a> {{ antl.formatMessage('messages.footer3p3') }} <a href="https://brave.com/nam120">Brave Browser </a> </bdi>
|
||||
@else
|
||||
<p>{{ antl.formatMessage('messages.footer2p1') }} <a href="https://github.com/rg3/youtube-dl/">youtube-dl</a> - {{ antl.formatMessage('messages.footer2p2') }} <a href="https://discordapp.com/oauth2/authorize?client_id=377563711927484418&scope=bot&permissions=0">Haha yes</a> & <a href="https://twitter.com/ExplosmR">ExplosmRCG twitter bot</a> - {{ antl.formatMessage('messages.footer2p3') }}: {{ viewCounter }} - {{ antl.formatMessage('messages.footer2p4') }} <a href="https://discord.gg/cNRh5JQ">Supositware#1616</a> {{ antl.formatMessage('messages.footer2p5') }}</p>
|
||||
<p>{{ antl.formatMessage('messages.footer3p1') }} <a href="https://www.paypal.me/supositware">Paypal</a> {{ antl.formatMessage('messages.footer3p2') }} <a href="https://basicattentiontoken.org/">BAT</a> {{ antl.formatMessage('messages.footer3p3') }} </a>
|
||||
<p>{{ antl.formatMessage('messages.footer3p1') }} <a href="https://www.paypal.me/supositware">Paypal</a> {{ antl.formatMessage('messages.footer3p2') }} <a href="https://basicattentiontoken.org/">BAT</a> {{ antl.formatMessage('messages.footer3p3') }} <a href="https://brave.com/nam120">Brave Browser </a>
|
||||
@endif
|
||||
<p><a href="legacy">{{ antl.formatMessage('messages.footer4') }}</a> - <a href="https://git.namejeff.xyz/Supositware/jeff-downloader">Source code</a></p>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue