Skip to content

Commit

Permalink
small changes and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchGithubUser committed May 26, 2023
1 parent dfb194e commit 71fb464
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: FrenchGithubUser < nomail >
pkgname='hatt-bin'
_pkgname="hatt"
pkgver=0.3.0
pkgver=0.3.1
pkgrel=1
pkgdesc="Tool to search for files through multiple websites "
arch=('x86_64')
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ If a source is broken, down or should not be trusted anymore, please open an iss
* gamedrive
* getcomics
* gload
* gog-games
* gogoanime
* goldenaudiobook
* gomovies
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default {
},
website_descriptions: {
ddlbase:
'A fantastic forum resource with movie links in BDRip, Web-DL, and Webrip quality',
'A fantastic forum resource with movie links in BDRip, Web-DL, and Webrip quality, up to 4K',
sflix:
'One of the greatest free sites for binge-watching movies online in HD quality without any registration or money',
f2movies:
Expand Down
2 changes: 1 addition & 1 deletion specificScrapers/hotleak.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (t T) Hotleak() []variables.Item {
var item variables.Item
item.Link = "https://hotleak.vip/" + value.Name
item.Name = value.Name
//thumbnail requires cookie to be displayed
//thumbnail requires cookie to be displayed, get it with the helper function
// item.Thumbnail = "https://hotleak.vip/" + value.Thumbnail

c := colly.NewCollector()
Expand Down
15 changes: 14 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@ and only return the ones relevent to the selected categories

add comments in the code to make it more readable

set logging levels with some prints
set logging levels with some prints

add reddit/discord liks in header


sites :

https://uhdmovies.vip/ //a few redirects but up to 4K quality in ddl

Nxmac.com , cmacked.com , macbed.com //mac apps/games

https://cpgrepacks.site/

https://watchcartoonsonline.eu
2 changes: 1 addition & 1 deletion variables/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var RESULTS []ItemList

var ARGS []string

var CURRENT_VERSION string = "0.3.0"
var CURRENT_VERSION string = "0.3.1"

var CURRENT_USER_SETTINGS UserSettings

Expand Down

0 comments on commit 71fb464

Please sign in to comment.