Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Adds TeamXNovel Extension (#393)
Browse files Browse the repository at this point in the history
* Adds TeamXNovel Extension

* Adjusts ID
  • Loading branch information
MechTechnology authored Jul 31, 2022
1 parent d58aa68 commit bee7bbc
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
Binary file added icons/TeamXNovel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,16 @@
"libVer": "1.0.0",
"md5": ""
},
{
"name": "Team X Novel",
"fileName": "TeamXNovel",
"imageURL": "https://github.com/shosetsuorg/extensions/raw/dev/icons/TeamXNovel.png",
"id": 4501,
"lang": "ar",
"ver": "1.0.0",
"libVer": "1.0.0",
"md5": ""
},
{
"name": "ReadLightNovel",
"fileName": "ReadLightNovel",
Expand Down
51 changes: 51 additions & 0 deletions src/ar/TeamXNovel.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
-- {"id":4501,"ver":"1.0.0","libVer":"1.0.0","author":"MechTechnology"}

return Require("Madara")("https://teamxnovel.com", {
id = 4501,
name = "Team X Novel",
imageURL = "https://github.com/shosetsuorg/extensions/raw/dev/icons/TeamXNovel.png",
chaptersScriptLoaded = true,
latestNovelSel = ".col-6.col-md-3.badge-pos-2",
novelListingURLPath = "novel",
shrinkURLNovel = "novel",
searchHasOper = true,

genres = {
["%d8%a5%d8%b9%d8%a7%d8%af%d8%a9-%d8%a8%d8%b9%d8%ab"] = "إعادة بعث",
["%d8%a7%d9%83%d8%b4%d9%86"] = "اكشن",
["%d8%aa%d8%a7%d8%b1%d9%8a%d8%ae%d9%8a"] = "تاريخي",
["%d8%ad%d8%b1%d9%8a%d9%85"] = "حريم",
["%d8%ad%d9%8a%d8%a7%d8%a9-%d9%85%d8%af%d8%b1%d8%b3%d9%8a%d8%a9"] = "حياة مدرسية",
["%d8%ae%d8%a7%d8%b1%d9%82-%d9%84%d9%84%d8%b7%d8%a8%d9%8a%d8%b9%d8%a9"] = "خارق للطبيعة",
["%d8%ae%d9%8a%d8%a7%d9%84"] = "خيال",
["%d8%ae%d9%8a%d8%a7%d9%84-%d8%b9%d9%84%d9%85%d9%8a"] = "خيال علمي",
["%d8%af%d8%b1%d8%a7%d9%85%d8%a7"] = "دراما",
["%d8%af%d9%85%d9%88%d9%8a"] = "دموي",
["%d8%b0%d9%83%d8%a7%d8%a1"] = "ذكاء",
["%d8%b1%d8%b9%d8%a8"] = "رعب",
["%d8%b1%d9%88%d9%85%d9%86%d8%b3%d9%8a"] = "رومنسي",
["%d8%b1%d9%8a%d8%a7%d8%b6%d8%a9"] = "رياضة",
["%d8%b3%d8%ad%d8%b1"] = "سحر",
["%d8%b3%d9%86%d9%8a%d9%86"] = "سنين",
["slice-of-life"] = "شريحة من الحياة",
["%d8%b4%d9%88%d8%a7%d9%86%d9%87%d9%88%d9%86"] = "شوانهون",
["%d8%b4%d9%88%d9%86%d9%8a%d9%86"] = "شونين",
["%d8%b7%d8%a8%d8%ae"] = "طبخ",
["%d8%ba%d9%85%d9%88%d8%b6"] = "غموض",
["%d9%81%d9%86%d9%88%d9%86-%d9%82%d8%aa%d8%a7%d9%84"] = "فنون قتال",
["%d9%82%d9%88%d8%a9-%d8%ae%d8%a7%d8%b1%d9%82%d8%a9"] = "قوة خارقة",
["%d9%83%d9%88%d9%85%d9%8a%d8%af%d9%8a"] = "كوميدي",
["%d9%84%d9%87%d8%a7-%d9%85%d8%a7%d9%86%d9%87%d8%a7"] = "لها مانها",
["%d9%84%d9%87%d8%a7-%d9%85%d8%a7%d9%86%d9%87%d9%88%d8%a7"] = "لها مانهوا",
["%d9%85%d8%a3%d8%b3%d8%a7%d8%a9"] = "مأساة",
["%d9%85%d8%ba%d8%a7%d9%85%d8%b1%d8%a7%d8%aa"] = "مغامرات",
["%d9%85%d9%86%d8%b7%d9%82%d9%8a"] = "منطقي",
["%d9%85%d9%8a%d9%83%d8%a7"] = "ميكا",
["%d9%86%d8%b6%d8%ac"] = "نضج",
["%d9%86%d9%81%d8%b3%d9%8a"] = "نفسي",
["complete"] = "مكتمل",
["on-going"] = "مستمر",
["canceled"] = "ألغي",
["on-hold"] = "متوقف",
}
})

0 comments on commit bee7bbc

Please sign in to comment.