Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 1cb86b0

Browse files
authored
Merge branch 'master' into master
2 parents d2c0512 + 2cfe616 commit 1cb86b0

3 files changed

Lines changed: 53 additions & 5 deletions

File tree

dev/generated/anilist/tags.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
"description": "Manga that were initially published in full color.",
4646
"is_adult": false
4747
},
48+
{
49+
"name": "Gekiga",
50+
"description": "An alternative comics movement of mature manga with stylized and cinematic visuals predominantly from the late 1950s through 1970s.",
51+
"is_adult": false
52+
},
53+
{
54+
"name": "Graduation Project",
55+
"description": "A work made by students in place of an exam, typically at higher levels of education, either as a work for the entire course or as a work for a specific year of a course.",
56+
"is_adult": false
57+
},
4858
{
4959
"name": "Long Strip",
5060
"description": "Manga originally published in a vertical, long-strip format, designed for viewing on smartphones. Also known as webtoons.",
@@ -80,6 +90,11 @@
8090
"description": "Animation technique that animators use to trace over motion picture footage, frame by frame, to produce realistic action.",
8191
"is_adult": false
8292
},
93+
{
94+
"name": "Single-Page Chapter",
95+
"description": "Manga which consists of the chapters only being one page long.",
96+
"is_adult": false
97+
},
8398
{
8499
"name": "Stop Motion",
85100
"description": "Animation style characterized by physical objects being moved incrementally between frames to create the illusion of movement.",
@@ -398,6 +413,11 @@
398413
"description": "Features themes of self-esteem concerning perceived defects or flaws in appearance, such as body weight or disfigurement, and may discuss topics such as eating disorders, fatphobia, and body dysmorphia.",
399414
"is_adult": false
400415
},
416+
{
417+
"name": "Brainwashing",
418+
"description": "Centers on one or more characters who are mentally manipulated by others to behave abnormally or act against their own will.",
419+
"is_adult": false
420+
},
401421
{
402422
"name": "Cannibalism",
403423
"description": "Prominently features the act of consuming another member of the same species as food.",
@@ -488,6 +508,11 @@
488508
"description": "Prominently features graphic bloodshed and violence.",
489509
"is_adult": false
490510
},
511+
{
512+
"name": "Human Experimentation",
513+
"description": "Features experiments that use human and humanoid beings as test subjects.",
514+
"is_adult": false
515+
},
491516
{
492517
"name": "Indigenous Cultures",
493518
"description": "Prominently features real-life indigenous cultures.",
@@ -702,6 +727,11 @@
702727
"description": "Prominently features a romance between a man and a woman, not inherently sexual.",
703728
"is_adult": false
704729
},
730+
{
731+
"name": "Interspecies",
732+
"description": "Romance between characters of different species.",
733+
"is_adult": false
734+
},
705735
{
706736
"name": "Love Triangle",
707737
"description": "Centered around romantic feelings between more than two people. Includes all love polygons.",
@@ -1522,7 +1552,7 @@
15221552
},
15231553
{
15241554
"name": "Isekai",
1525-
"description": "Features characters being transported into an alternate world setting and having to adapt to their new surroundings.",
1555+
"description": "Features a character from a modern-day setting being transported into an alternate world and has to adapt to their new surroundings.",
15261556
"is_adult": false
15271557
},
15281558
{
@@ -1547,7 +1577,7 @@
15471577
},
15481578
{
15491579
"name": "Reverse Isekai",
1550-
"description": "Features a character from a fantasy world who is transported into a modern day setting.",
1580+
"description": "Features a character from a fantasy world who is transported into a modern-day setting.",
15511581
"is_adult": false
15521582
},
15531583
{

viu_media/libs/media_api/_media_tags.py

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ class MediaTag(Enum):
3939
# Manga that were initially published in full color. (is_adult: False)
4040
FULL_COLOR = "Full Color"
4141

42+
# An alternative comics movement of mature manga with stylized and cinematic visuals predominantly from the late 1950s through 1970s. (is_adult: False)
43+
GEKIGA = "Gekiga"
44+
45+
# A work made by students in place of an exam, typically at higher levels of education, either as a work for the entire course or as a work for a specific year of a course. (is_adult: False)
46+
GRADUATION_PROJECT = "Graduation Project"
47+
4248
# Manga originally published in a vertical, long-strip format, designed for viewing on smartphones. Also known as webtoons. (is_adult: False)
4349
LONG_STRIP = "Long Strip"
4450

@@ -60,6 +66,9 @@ class MediaTag(Enum):
6066
# Animation technique that animators use to trace over motion picture footage, frame by frame, to produce realistic action. (is_adult: False)
6167
ROTOSCOPING = "Rotoscoping"
6268

69+
# Manga which consists of the chapters only being one page long. (is_adult: False)
70+
SINGLE_PAGE_CHAPTER = "Single-Page Chapter"
71+
6372
# Animation style characterized by physical objects being moved incrementally between frames to create the illusion of movement. (is_adult: False)
6473
STOP_MOTION = "Stop Motion"
6574

@@ -262,6 +271,9 @@ class MediaTag(Enum):
262271
# Features themes of self-esteem concerning perceived defects or flaws in appearance, such as body weight or disfigurement, and may discuss topics such as eating disorders, fatphobia, and body dysmorphia. (is_adult: False)
263272
BODY_IMAGE = "Body Image"
264273

274+
# Centers on one or more characters who are mentally manipulated by others to behave abnormally or act against their own will. (is_adult: False)
275+
BRAINWASHING = "Brainwashing"
276+
265277
# Prominently features the act of consuming another member of the same species as food. (is_adult: False)
266278
CANNIBALISM = "Cannibalism"
267279

@@ -316,6 +328,9 @@ class MediaTag(Enum):
316328
# Prominently features graphic bloodshed and violence. (is_adult: False)
317329
GORE = "Gore"
318330

331+
# Features experiments that use human and humanoid beings as test subjects. (is_adult: False)
332+
HUMAN_EXPERIMENTATION = "Human Experimentation"
333+
319334
# Prominently features real-life indigenous cultures. (is_adult: False)
320335
INDIGENOUS_CULTURES = "Indigenous Cultures"
321336

@@ -450,6 +465,9 @@ class MediaTag(Enum):
450465
# Prominently features a romance between a man and a woman, not inherently sexual. (is_adult: False)
451466
HETEROSEXUAL = "Heterosexual"
452467

468+
# Romance between characters of different species. (is_adult: False)
469+
INTERSPECIES = "Interspecies"
470+
453471
# Centered around romantic feelings between more than two people. Includes all love polygons. (is_adult: False)
454472
LOVE_TRIANGLE = "Love Triangle"
455473

@@ -952,7 +970,7 @@ class MediaTag(Enum):
952970
# Prominently features character or costume transformations which often grant special abilities. (is_adult: False)
953971
HENSHIN = "Henshin"
954972

955-
# Features characters being transported into an alternate world setting and having to adapt to their new surroundings. (is_adult: False)
973+
# Features a character from a modern-day setting being transported into an alternate world and has to adapt to their new surroundings. (is_adult: False)
956974
ISEKAI = "Isekai"
957975

958976
# Prominently features giant monsters. (is_adult: False)
@@ -967,7 +985,7 @@ class MediaTag(Enum):
967985
# When the dead are summoned as spirits, skeletons, or the undead, usually for the purpose of gaining information or to be used as a weapon. (is_adult: False)
968986
NECROMANCY = "Necromancy"
969987

970-
# Features a character from a fantasy world who is transported into a modern day setting. (is_adult: False)
988+
# Features a character from a fantasy world who is transported into a modern-day setting. (is_adult: False)
971989
REVERSE_ISEKAI = "Reverse Isekai"
972990

973991
# Features character(s) who changes one's appearance or form. (is_adult: False)

viu_media/libs/provider/anime/animepahe/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
ANIMEPAHE = "animepahe.si"
3+
ANIMEPAHE = "animepahe.pw"
44
ANIMEPAHE_BASE = f"https://{ANIMEPAHE}"
55
ANIMEPAHE_ENDPOINT = f"{ANIMEPAHE_BASE}/api"
66
CDN_PROVIDER = "kwik.cx"

0 commit comments

Comments
 (0)