Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 71fb464

Browse files
small changes and updated version
1 parent dfb194e commit 71fb464

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

.github/workflows/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: FrenchGithubUser < nomail >
22
pkgname='hatt-bin'
33
_pkgname="hatt"
4-
pkgver=0.3.0
4+
pkgver=0.3.1
55
pkgrel=1
66
pkgdesc="Tool to search for files through multiple websites "
77
arch=('x86_64')

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If a source is broken, down or should not be trusted anymore, please open an iss
5656
* gamedrive
5757
* getcomics
5858
* gload
59+
* gog-games
5960
* gogoanime
6061
* goldenaudiobook
6162
* gomovies

frontend/src/i18n/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default {
7272
},
7373
website_descriptions: {
7474
ddlbase:
75-
'A fantastic forum resource with movie links in BDRip, Web-DL, and Webrip quality',
75+
'A fantastic forum resource with movie links in BDRip, Web-DL, and Webrip quality, up to 4K',
7676
sflix:
7777
'One of the greatest free sites for binge-watching movies online in HD quality without any registration or money',
7878
f2movies:

specificScrapers/hotleak.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (t T) Hotleak() []variables.Item {
4646
var item variables.Item
4747
item.Link = "https://hotleak.vip/" + value.Name
4848
item.Name = value.Name
49-
//thumbnail requires cookie to be displayed
49+
//thumbnail requires cookie to be displayed, get it with the helper function
5050
// item.Thumbnail = "https://hotleak.vip/" + value.Thumbnail
5151

5252
c := colly.NewCollector()

todo.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,17 @@ and only return the ones relevent to the selected categories
1414

1515
add comments in the code to make it more readable
1616

17-
set logging levels with some prints
17+
set logging levels with some prints
18+
19+
add reddit/discord liks in header
20+
21+
22+
sites :
23+
24+
https://uhdmovies.vip/ //a few redirects but up to 4K quality in ddl
25+
26+
Nxmac.com , cmacked.com , macbed.com //mac apps/games
27+
28+
https://cpgrepacks.site/
29+
30+
https://watchcartoonsonline.eu

variables/variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RESULTS []ItemList
2626

2727
var ARGS []string
2828

29-
var CURRENT_VERSION string = "0.3.0"
29+
var CURRENT_VERSION string = "0.3.1"
3030

3131
var CURRENT_USER_SETTINGS UserSettings
3232

0 commit comments

Comments
 (0)