feat: Add disclaimers for google drive based extensions (#2325)
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
# DISCLAIMER
|
||||
|
||||
This extension requires you to log in through Google and relies heavily on scraping the website of Google Drive, which may be against their terms of service. Use at your own risk.
|
||||
|
||||
# Google Drive
|
||||
|
||||
Table of Content
|
||||
|
@ -8,7 +8,7 @@ ext {
|
||||
extName = 'Google Drive'
|
||||
pkgNameSuffix = 'all.googledrive'
|
||||
extClass = '.GoogleDrive'
|
||||
extVersionCode = 10
|
||||
extVersionCode = 11
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
|
3
src/en/kayoanime/README.md
Normal file
3
src/en/kayoanime/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# DISCLAIMER
|
||||
|
||||
This extension requires you to log in through Google and relies heavily on scraping the website of Google Drive, which may be against their terms of service. Use at your own risk.
|
@ -6,7 +6,7 @@ ext {
|
||||
extName = 'Kayoanime'
|
||||
pkgNameSuffix = 'en.kayoanime'
|
||||
extClass = '.Kayoanime'
|
||||
extVersionCode = 8
|
||||
extVersionCode = 9
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
|
3
src/en/ripcrabbyanime/README.md
Normal file
3
src/en/ripcrabbyanime/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# DISCLAIMER
|
||||
|
||||
This extension requires you to log in through Google and relies heavily on scraping the website of Google Drive, which may be against their terms of service. Use at your own risk.
|
@ -6,7 +6,7 @@ ext {
|
||||
extName = 'Ripcrabbyanime'
|
||||
pkgNameSuffix = 'en.ripcrabbyanime'
|
||||
extClass = '.Ripcrabbyanime'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user