Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
36 views
Wcos Module
Uploaded by
8b64djw8dt
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Wcos Module For Later
Download
Save
Save Wcos Module For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
36 views
Wcos Module
Uploaded by
8b64djw8dt
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Wcos Module For Later
Carousel Previous
Carousel Next
Save
Save Wcos Module For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 5
Search
Fullscreen
{
"moduleName": "Watch Cartoon Online",
"moduleInitials": "WCOS",
"moduleDesc": "Module for wcostream.com",
"developer": "you're mom",
"moduleID": "25565",
"moduleImage":
"https://www.wcostream.com/wp-content/themes/animewp78712/images/logo.gif",
"moduleVersion": "0.2",
"moduleLenguage": "ENG",
"moduleHasVideos": "true",
"randomizeUserAgent": "false",
"baseURL": "https://www.wcostream.com/",
"mainPageLeftTitle": "Recent Releases",
"mainPageRightTitle": "Popular Releases",
"blackListed": [
""
],
"mainPage": [
{
"request": "https://www.wcostream.com/",
"method": "get",
"headers": [
{
"key": "",
"value": ""
}
],
"extraInfo": [
{
"value": ""
}
],
"loadJavascript": "false",
"javaScript": "function Header(key,value) { this.key = key; this.value =
value; } function ExtraInfo(value) { this.value = value; } function
Output(lastEpisodes,lastAnimes) { this.lastEpisodes = lastEpisodes; this.lastAnimes
= lastAnimes; } function LastAnimes(moduleID,image,link,title) { this.moduleID =
moduleID; this.image = image; this.link = link; this.title = title; } function
LastEpisodes(moduleID,image,link,title,episode) { this.moduleID = moduleID;
this.image = image; this.link = link; this.title = title; this.episode = episode; }
function
MainPageObject(request,headers,method,extraInfo,loadJavascript,javaScript,output) {
this.request = request; this.headers = headers; this.method = method;
this.extraInfo = extraInfo; this.loadJavascript = loadJavascript; this.javaScript =
javaScript; this.output = output; } var savedData = document.getElementById('katsu-
final-data'); var parsedJson = JSON.parse(savedData.innerHTML); var moduleID =
'25565'; var headers = [new Header('','')]; var extraInfo = [new ExtraInfo('')];
var mainPageObject; var output; var lastAnimes = []; var lastEpisodes = []; var
baseUrl = 'https://wcostream.com'; var animes =
document.querySelector('.menustyle').querySelectorAll('li'); for (var i = 0; i <
animes.length; ++i) { var link = baseUrl + animes[i].querySelector('a').href; var
image = 'https://islandpress.org/sites/default/files/default_book_cover_2015.jpg';
var title = animes[i].querySelector('a').title; if (title.includes('Season '))
{ title = title.split('Season ')[0]; } else if (title.includes('Episode ')){ title
= title.split('Episode ')[0]; } var anime = new
LastAnimes(moduleID,image,link,title); lastAnimes.push(anime); } var eps =
document.querySelector('.sidebar_body').querySelectorAll('li'); for(var i = 0; i <
eps.length; i++){ ep = eps[i]; var link = ep.querySelector('a').href.replace('www',
'm'); var image = 'https:'+ep.querySelector('img').src; var title =
ep.querySelector('img').alt; var fullt = ep.querySelectorAll('a')[1].innerText; var
number; if(fullt.includes('Episode ')){ number = 'Episode '+ fullt.split('Episode
')[1].split(' ')[0]; }else{ number = 'FULL'; } var episode = new
LastEpisodes(moduleID,image,link,title,number); lastEpisodes.push(episode); } while
(lastEpisodes.length % 2 != 0) { lastEpisodes.push(lastEpisodes[0]); } while
(lastAnimes.length % 3 != 0) { lastAnimes.push(lastAnimes[0]); } output = new
Output(lastEpisodes,lastAnimes); mainPageObject = new
MainPageObject('',headers,'',extraInfo,'','',output); var finalJson =
JSON.stringify(mainPageObject); savedData.innerHTML = finalJson;",
"output": {
"lastEpisodes": [
{
"moduleID": "0",
"image": "",
"link": "",
"title": "",
"episode": ""
}
],
"lastAnimes": [
{
"moduleID": "0",
"image": "",
"link": "",
"title": ""
}
]
}
}
],
"search": [
{
"request": "https://www.wcostream.com/search?
catara=<searched>&konuara=series",
"method": "post",
"headers": [
{
"key": "",
"value": ""
}
],
"separator": "-",
"extraInfo": [
{
"value": ""
}
],
"loadJavascript": "false",
"javaScript": "function Header(key,value) { this.key = key; this.value =
value; } function ExtraInfo(value) { this.value = value; } function
Output(moduleID,image,link,title,type,voice,stars) { this.moduleID = moduleID;
this.image = image; this.link = link; this.title = title; this.type = type;
this.voice = voice; this.stars = stars; } function
SearchObject(request,method,headers,separator,extraInfo,loadJavascript,javaScript,o
utput) { this.request = request; this.method = method; this.headers = headers;
this.separator = separator; this.extraInfo = extraInfo; this.loadJavascript =
loadJavascript; this.javaScript = javaScript; this.output = output; } var savedData
= document.getElementById('katsu-final-data'); var parsedJson =
JSON.parse(savedData.innerHTML); var moduleID = '25565'; var headers = [new
Header('','')]; var extraInfo = [new ExtraInfo('')]; var searchPageObject; var
output = []; var baseUrl = 'https://wcostream.com'; var animes =
document.getElementById('blog').querySelectorAll('div.cerceve'); for(var i=0;
i<animes.length; i++){ var anime = animes[i]; var name =
anime.querySelector('a').getAttribute('title'); var image = baseUrl +
anime.querySelector('img').src; var link = baseUrl+anime.querySelector('a').href;
var x = anime.querySelector('div.cerceve-tur-ve-genre').innerText.charAt(6);
if(x=='c'){ var type = 'Cartoon'; var voice = 'DUB'; }else if(x=='d'){ var voice =
'DUB'; var type = 'Anime'; }else{ var voice = 'SUB'; var type = 'Anime'; } var
stars = '★★★★★'; var searchObj = new Output(moduleID, image, link, name, type,
voice, stars); output.push(searchObj); } searchPageObject = new
SearchObject('','',headers,'+',extraInfo,'','',output); var finalJson =
JSON.stringify(searchPageObject); savedData.innerHTML = finalJson;",
"output": [
{
"moduleID": "0",
"image": "",
"link": "",
"title": "",
"type": "",
"voice": "",
"stars": ""
}
]
}
],
"info": [
{
"request": "get",
"method": "get",
"headers": [
{
"key": "",
"value": ""
}
],
"extraInfo": [
{
"value": ""
}
],
"loadJavascript": "false",
"javaScript": "function Header(key,value) { this.key = key; this.value =
value; } function ExtraInfo(value) { this.value = value; } function
Output(moduleID,image,link,title,description,genres,type,status,episodes)
{ this.moduleID = moduleID; this.image = image; this.link = link; this.title =
title; this.description = description; this.genres = genres; this.type = type;
this.status = status; this.episodes = episodes; } function
Episodes(link,moduleID,isDecodable) { this.link = link; this.moduleID = moduleID;
this.isDecodable = isDecodable; } function
InfoObject(request,method,headers,extraInfo,loadJavascript,javaScript,output)
{ this.request = request; this.method = method; this.headers = headers;
this.extraInfo = extraInfo; this.loadJavascript = loadJavascript; this.javaScript =
javaScript; this.output = output; } var savedData = document.getElementById('katsu-
final-data'); var parsedJson = JSON.parse(savedData.innerHTML); var moduleID =
'25565'; var headers = [new Header('', '')]; var extraInfo = [new ExtraInfo('')];
var infoObject; var output; var episodes = []; var type = 'unknown'; var status =
'unknown'; var genres = []; var desc = ''; var image = ''; var title =
document.querySelector('h2').title; var details =
document.querySelector('div.katcont'); desc = details.querySelector('p').innerText;
image = 'https:'+details.querySelector('img').src; var gs =
details.querySelectorAll('div.wcobtn'); for(var i = 1; i<gs.length; i++)
{ genres.push(gs[i].innerText); } var eps = document.querySelector('div.cat-
listview').querySelectorAll('li'); for(var i=eps.length-1; i>=0; i--){ var link =
eps[i].querySelector('a').href.replace('www', 'm'); episodes.push(new
Episodes(link, moduleID, 'false')); } output = new
Output(moduleID,image,parsedJson.request,title,desc,genres,type,status,episodes);
infoObject = new InfoObject('','get',headers,extraInfo,'', '',output); var
finalJson = JSON.stringify(infoObject); savedData.innerHTML = finalJson;",
"output": {
"moduleID": "0",
"image": "",
"link": "",
"title": "",
"description": "",
"genres": [
""
],
"type": "",
"status": "",
"episodes": [
{
"link": "",
"moduleID": "",
"isDecodable": "false"
}
]
}
}
],
"episodes": [
{
"request": "This can be Empty",
"method": "get",
"headers": [
{
"key": "",
"value": ""
}
],
"extraInfo": [
{
"value": ""
}
],
"loadJavascript": "true",
"javaScript": "function Header(key,value) { this.key = key; this.value =
value; } function ExtraInfo(value) { this.value = value; } function
Output(link,linkIdentifier,moduleID,isDecodable,headers) { this.link = link;
this.linkIdentifier = linkIdentifier; this.moduleID = moduleID; this.isDecodable =
isDecodable; this.headers = headers; } function
EpisodeObject(request,method,headers,extraInfo,loadJavascript,javaScript,output)
{ this.request = request; this.method = method; this.headers = headers;
this.extraInfo = extraInfo; this.loadJavascript = loadJavascript; this.javaScript =
javaScript; this.output = output; } var savedData = document.getElementById('katsu-
final-data'); var parsedJson = JSON.parse(savedData.innerHTML); var moduleID =
'25565'; var headers = [new Header('','')]; var extraInfo = [new ExtraInfo('')];
var episodeObject; var output = []; var link1 = 'https://m.wcostream.com'+
(document.querySelector('iframe').src.replace('about:','')); var out1 = new
Output(link1, 'WCOSERV', moduleID, 'false', headers); output.push(out1);
episodeObject = new EpisodeObject('','',headers,extraInfo,'','',output); var
finalJson = JSON.stringify(episodeObject); savedData.innerHTML = finalJson;",
"output": [
{
"link": "",
"moduleID": "",
"linkIdentifier": "",
"isDecodable": "false",
"headers": [
{
"key": "key",
"value": "value"
}
]
}
]
}
]
}
You might also like
Learn JavaScript in 24 Hours
From Everand
Learn JavaScript in 24 Hours
Alex Nordeen
3.5/5 (5)
Gogo
PDF
100% (1)
Gogo
3 pages
Module For Katsu App
PDF
33% (21)
Module For Katsu App
3 pages
Pahe
PDF
No ratings yet
Pahe
4 pages
Chemical-Oil Tanker "British Ensign" - IMO 9312913 - Cargo System Operating Manual
PDF
100% (1)
Chemical-Oil Tanker "British Ensign" - IMO 9312913 - Cargo System Operating Manual
184 pages
4 Anime
PDF
No ratings yet
4 Anime
3 pages
DevOps. How To Build Pipelines With Bitbucket Pipelines + Docker Container + AWS ECS + JDK 11 + Maven 3?
From Everand
DevOps. How To Build Pipelines With Bitbucket Pipelines + Docker Container + AWS ECS + JDK 11 + Maven 3?
John Edward Cooper Berg
No ratings yet
MindUP 3-5 Sample
PDF
100% (1)
MindUP 3-5 Sample
11 pages
JK
PDF
No ratings yet
JK
3 pages
Gogoanime3.net_Katsu_2.8
PDF
No ratings yet
Gogoanime3.net_Katsu_2.8
5 pages
Chinos
PDF
No ratings yet
Chinos
3 pages
Gogo Anime
PDF
No ratings yet
Gogo Anime
3 pages
Gogo Anime
PDF
0% (1)
Gogo Anime
3 pages
Shiro Module 2
PDF
No ratings yet
Shiro Module 2
5 pages
Blix
PDF
No ratings yet
Blix
3 pages
Kisa
PDF
No ratings yet
Kisa
3 pages
Gogo Anime Resolver
PDF
No ratings yet
Gogo Anime Resolver
2 pages
How to a Developers Guide to 4k: Developer edition, #3
From Everand
How to a Developers Guide to 4k: Developer edition, #3
Xinc Cyberwizard
No ratings yet
Essential n8n Playbook
From Everand
Essential n8n Playbook
Leandro Calado
No ratings yet
React Portfolio App Development: Increase your online presence and create your personal brand
From Everand
React Portfolio App Development: Increase your online presence and create your personal brand
Abdelfattah Ragab
No ratings yet
No Ph.D. Game Design With Three.js
From Everand
No Ph.D. Game Design With Three.js
Nikiforos Kontopoulos
No ratings yet
NgRx SignalStore: An effortless solution for state management
From Everand
NgRx SignalStore: An effortless solution for state management
Abdelfattah Ragab
No ratings yet
Encoy Anime Hub
PDF
No ratings yet
Encoy Anime Hub
21 pages
10 Lessons in Front-end
From Everand
10 Lessons in Front-end
Krasimir Tsonev
2/5 (1)
Angular Shopping Store: From Scratch to Successful Payment
From Everand
Angular Shopping Store: From Scratch to Successful Payment
Abdelfattah Ragab
No ratings yet
Masters Among Us: An Exploration of Supernal Encounters and Miraculous Phenomena
From Everand
Masters Among Us: An Exploration of Supernal Encounters and Miraculous Phenomena
Thomas Curley
No ratings yet
module.json 2
PDF
No ratings yet
module.json 2
24 pages
50 Recipes for Programming Angular
From Everand
50 Recipes for Programming Angular
Jamie Munro
4/5 (1)
Ajax in One Hour, For Beginners, Learn Coding Fast
From Everand
Ajax in One Hour, For Beginners, Learn Coding Fast
Ray Yao
No ratings yet
Inspiring Powershell Articles
From Everand
Inspiring Powershell Articles
Murat Yildirimoglu
No ratings yet
Core Java Programming Book
From Everand
Core Java Programming Book
Manish Soni
No ratings yet
Minas Gerais Cases
From Everand
Minas Gerais Cases
Francisco Rodrigues Júnior
No ratings yet
Angular Portfolio App Development: Create your personal brand
From Everand
Angular Portfolio App Development: Create your personal brand
Abdelfattah Ragab
No ratings yet
PHP Interview Questions, Answers, and Explanations: PHP Certification Review: PHP FAQ
From Everand
PHP Interview Questions, Answers, and Explanations: PHP Certification Review: PHP FAQ
equitypress
No ratings yet
module.json
PDF
No ratings yet
module.json
22 pages
JavaScript Interview Questions, Answers, and Explanations: JavaScript Certification Review
From Everand
JavaScript Interview Questions, Answers, and Explanations: JavaScript Certification Review
equitypress
No ratings yet
MCTS 70-515 Exam: Web Applications Development with Microsoft .NET Framework 4 (Exam Prep)
From Everand
MCTS 70-515 Exam: Web Applications Development with Microsoft .NET Framework 4 (Exam Prep)
Eddie Vi
4/5 (1)
Ian Talks JS A-Z: WebDevAtoZ, #1
From Everand
Ian Talks JS A-Z: WebDevAtoZ, #1
Ian Eress
No ratings yet
Staubs and Ditchwater: A Friendly and Useful Introduction to Hillfolks' Hoodoo
From Everand
Staubs and Ditchwater: A Friendly and Useful Introduction to Hillfolks' Hoodoo
H. Byron Ballard
3/5 (5)
Oklahoma Night Before Christmas
From Everand
Oklahoma Night Before Christmas
Carolyn Macy
No ratings yet
beyond pretty
From Everand
beyond pretty
B.C. Hatch
No ratings yet
Burps From My Butt
From Everand
Burps From My Butt
Marilyn Bricklin Lebovitz
No ratings yet
Deconstructing Conflict: Understanding Family Business, Shared Wealth and Power
From Everand
Deconstructing Conflict: Understanding Family Business, Shared Wealth and Power
Doug Baumoel
1/5 (3)
Pure Guidance
From Everand
Pure Guidance
Master Rashid
No ratings yet
Azure For Starters
From Everand
Azure For Starters
Chinmoy Mukherjee
No ratings yet
Microsoft Visual Basic Interview Questions: Microsoft VB Certification Review
From Everand
Microsoft Visual Basic Interview Questions: Microsoft VB Certification Review
Equity Press
No ratings yet
Watched
PDF
No ratings yet
Watched
1 page
50 Java Concepts Every Developer Should Know
From Everand
50 Java Concepts Every Developer Should Know
Hernando Abella
No ratings yet
Watched
PDF
No ratings yet
Watched
3 pages
Moons Rising
From Everand
Moons Rising
Blythe Ayne
No ratings yet
PHP Package Mastery: 100 Essential Tools in One Hour - 2024 Edition
From Everand
PHP Package Mastery: 100 Essential Tools in One Hour - 2024 Edition
Kanto
No ratings yet
Mastering JavaScript: The Complete Guide to JavaScript Mastery
From Everand
Mastering JavaScript: The Complete Guide to JavaScript Mastery
Tim Robards
5/5 (1)
Stripe Integration in Angular: A Step-by-Step Guide to Creating Payment Functionality
From Everand
Stripe Integration in Angular: A Step-by-Step Guide to Creating Payment Functionality
Abdelfattah Ragab
No ratings yet
The Hero Inside: What We Can Learn From Heroes
From Everand
The Hero Inside: What We Can Learn From Heroes
Nicolai Schümann
No ratings yet
Postgresql Jsonb: Learn This Powerful Tool By Example
From Everand
Postgresql Jsonb: Learn This Powerful Tool By Example
Mohammed N. S. Al Saadi
No ratings yet
How to a Developers Guide in 4k: Developer edition, #2
From Everand
How to a Developers Guide in 4k: Developer edition, #2
Xinc Cyberwizard
No ratings yet
Watched
PDF
No ratings yet
Watched
3 pages
Coding & Dev Tools 300+ Prompts Collection
From Everand
Coding & Dev Tools 300+ Prompts Collection
Hema
No ratings yet
Watched
PDF
No ratings yet
Watched
1 page
Chasing Normal: My Peer Group Design for Living with Bipolar
From Everand
Chasing Normal: My Peer Group Design for Living with Bipolar
Michael J. Hoffman
No ratings yet
50 Recipes for Programming Node.js
From Everand
50 Recipes for Programming Node.js
Jamie Munro
3/5 (4)
Watched
PDF
No ratings yet
Watched
1 page
Masters 24
PDF
No ratings yet
Masters 24
80 pages
MG-300 - Magnetic Field User - Manual
PDF
No ratings yet
MG-300 - Magnetic Field User - Manual
12 pages
MCQs Parasitology (1-10) With Answers - Microbe Online
PDF
No ratings yet
MCQs Parasitology (1-10) With Answers - Microbe Online
1 page
Brochure Lokotrack ST Mobile Solutions 4254-12-21 en Agg Lores
PDF
100% (1)
Brochure Lokotrack ST Mobile Solutions 4254-12-21 en Agg Lores
24 pages
App Exams PDF Studyguide Boilermaker
PDF
No ratings yet
App Exams PDF Studyguide Boilermaker
27 pages
5f6301accae47 Chakshu Jindal
PDF
No ratings yet
5f6301accae47 Chakshu Jindal
2 pages
40RUM 50Hz IOM - tcm478-51384
PDF
No ratings yet
40RUM 50Hz IOM - tcm478-51384
28 pages
zain-ksa-page-4
PDF
No ratings yet
zain-ksa-page-4
1 page
Download ebooks file About The Three Lines That Strike Key Points Tony Duff all chapters
PDF
No ratings yet
Download ebooks file About The Three Lines That Strike Key Points Tony Duff all chapters
55 pages
Math Mock Ca
PDF
No ratings yet
Math Mock Ca
119 pages
Determinants of Exchange Rate Movement in Ethiopia
PDF
100% (1)
Determinants of Exchange Rate Movement in Ethiopia
8 pages
Design of Abdominal Pain Reliever Based Upon The Principle of TENS
PDF
No ratings yet
Design of Abdominal Pain Reliever Based Upon The Principle of TENS
5 pages
Hardy Weinberg Gizmo - 9908460
PDF
No ratings yet
Hardy Weinberg Gizmo - 9908460
7 pages
s6 Aceiteka 2023maths P2
PDF
No ratings yet
s6 Aceiteka 2023maths P2
4 pages
Mitutoyo Catalog 2013 2014
PDF
No ratings yet
Mitutoyo Catalog 2013 2014
676 pages
1st Long Exam in Ucsp
PDF
100% (2)
1st Long Exam in Ucsp
2 pages
DM 2nd Module Assessment - AMIGO
PDF
No ratings yet
DM 2nd Module Assessment - AMIGO
5 pages
ACT MATH Practice Paper 4
PDF
100% (1)
ACT MATH Practice Paper 4
15 pages
Differentiating Transformational and Non Transformational - 2012 - The Leadershi
PDF
No ratings yet
Differentiating Transformational and Non Transformational - 2012 - The Leadershi
15 pages
Individual Learning Monitoring Plan
PDF
No ratings yet
Individual Learning Monitoring Plan
3 pages
Assignment and Project For Equipment
PDF
100% (2)
Assignment and Project For Equipment
28 pages
Drugs
PDF
No ratings yet
Drugs
7 pages
Library
PDF
No ratings yet
Library
2 pages
June 1, 2008: Preacher: The Rev. Dr. Thomas G. Long
PDF
No ratings yet
June 1, 2008: Preacher: The Rev. Dr. Thomas G. Long
12 pages
08 Lecture CSC462
PDF
No ratings yet
08 Lecture CSC462
35 pages
Backtrack
PDF
50% (2)
Backtrack
91 pages
Statics Design Project 2
PDF
No ratings yet
Statics Design Project 2
15 pages
Meeting Minutes With HODs
PDF
100% (1)
Meeting Minutes With HODs
4 pages
Documents
Computers
Internet & Web