mirror of
https://github.com/gosticks/PiPer.git
synced 2026-08-13 13:30:24 +00:00
Added oload as an alias for openload
This commit is contained in:
@@ -72,6 +72,8 @@
|
||||
<string>*.ocs.fr</string>
|
||||
<string>openload.co</string>
|
||||
<string>*.openload.co</string>
|
||||
<string>oload.stream</string>
|
||||
<string>*.oload.stream</string>
|
||||
<string>plex.tv</string>
|
||||
<string>*.plex.tv</string>
|
||||
<string>primevideo.com</string>
|
||||
|
||||
@@ -843,6 +843,7 @@ const resources = {
|
||||
// Define domain name aliases and URL shorteners (e.g. youtu.be -> youtube.com)
|
||||
resources['primevideo'] = resources['amazon'];
|
||||
resources['youtu'] = resources['youtube'];
|
||||
resources['oload'] = resources['openload'];
|
||||
|
||||
|
||||
// Remove subdomain and public suffix (far from comprehensive as only removes .X and .co.Y)
|
||||
|
||||
Reference in New Issue
Block a user