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

Commit 1b1655d

Browse files
author
FrenchGithubUser
committed
removed 123movies
1 parent 0c156cd commit 1b1655d

File tree

6 files changed

+2
-29
lines changed

6 files changed

+2
-29
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.4
4+
pkgver=0.3.5
55
pkgrel=1
66
pkgdesc="Tool to search for files through multiple websites "
77
arch=('x86_64')

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ If a source is broken, down or should not be trusted anymore, please open an iss
2020
<details> <summary> <b> Supported sources </b> </summary>
2121

2222
* 9anime
23-
* 123movies
2423
* androeed
2524
* animekaizoku
2625
* animepahe

assets/website_configs/123movies.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

frontend/src/i18n/en/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export default {
7171
download_manually: 'Download manually',
7272
},
7373
website_descriptions: {
74-
"123movies": "Watch a wide range of movies and TV shows with continuously updated content, offering the latest episodes and films.",
7574
"9anime": "A self-hosted website dedicated to streaming anime content, providing a platform for anime enthusiasts to enjoy their favorite shows.",
7675
"androeed": "A website that offers a variety of Android games and apps for download and exploration.",
7776
"animekaizoku": "A DDL (Direct Download) website with a constantly updated library of the latest anime episodes in small file sizes and excellent quality.",

frontend/src/i18n/fr/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ export default {
105105
tokybook: 'Audiobook streaming',
106106
getintopc:
107107
'A tonne of software to have at no cost, without waiting periods, surveys, or unpleasant surprises. Your file will be downloaded with only one click',
108-
'123movies':
109-
'Watch a superb assortment of movies and television shows with the most recent material and episodes continuously updated',
110108
freeMp3Download:
111109
'Obtains music from Deezer so you may download it in the best possible quality such as FLAC and genuine 320kbps without a membership',
112110
slavart:

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.4"
29+
var CURRENT_VERSION string = "0.3.5"
3030

3131
var CURRENT_USER_SETTINGS UserSettings
3232

0 commit comments

Comments
 (0)