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)
54 views
5 pages
Wcos Module
Uploaded by
8b64djw8dt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
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)
54 views
5 pages
Wcos Module
Uploaded by
8b64djw8dt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
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
Module For Katsu App
PDF
33% (21)
Module For Katsu App
3 pages
Impact_of_Cost_Reduction_Techniques_on_Operational_Performance_NBC_Kaduna
PDF
No ratings yet
Impact_of_Cost_Reduction_Techniques_on_Operational_Performance_NBC_Kaduna
62 pages
Market Potential For Selected Platform Chemicals
PDF
100% (1)
Market Potential For Selected Platform Chemicals
173 pages
The Role Of Urban Density And Morphology In The Air Pollution Of Tehran Metropolitan 1st Edition Ph.D. Candidate Rouhollah Oshrieh - Download the complete ebook in PDF format and read freely
PDF
100% (1)
The Role Of Urban Density And Morphology In The Air Pollution Of Tehran Metropolitan 1st Edition Ph.D. Candidate Rouhollah Oshrieh - Download the complete ebook in PDF format and read freely
37 pages
Applied Thermodynamics Software Solutions Vapor Po
PDF
No ratings yet
Applied Thermodynamics Software Solutions Vapor Po
242 pages
Automated Machine Learning for Business Kai R Larsen - Download the ebook now for the best reading experience
PDF
100% (1)
Automated Machine Learning for Business Kai R Larsen - Download the ebook now for the best reading experience
60 pages
Boq RFQ142 005 2023 Repairing of Potholes 003 8
PDF
No ratings yet
Boq RFQ142 005 2023 Repairing of Potholes 003 8
10 pages
AGARD-AR-281 Fault Tolerant Design Concepts For Highly Integrated Flight Critical Guidance and Control Systems
PDF
No ratings yet
AGARD-AR-281 Fault Tolerant Design Concepts For Highly Integrated Flight Critical Guidance and Control Systems
28 pages
MC33810
PDF
No ratings yet
MC33810
40 pages
Exam Swissquote
PDF
No ratings yet
Exam Swissquote
20 pages
PRTK. Password Recovery ToolKit EFS (Encrypting File System) HTTP - en - Wikipedia.org - Wiki - Encrypting - File - System
PDF
No ratings yet
PRTK. Password Recovery ToolKit EFS (Encrypting File System) HTTP - en - Wikipedia.org - Wiki - Encrypting - File - System
26 pages
Gogoanime3.net_Katsu_2.8
PDF
No ratings yet
Gogoanime3.net_Katsu_2.8
5 pages
9 Urinals
PDF
No ratings yet
9 Urinals
16 pages
Shiro Module 2
PDF
No ratings yet
Shiro Module 2
5 pages
PMR Check List - Fire Hydrant System (Each 6 Months Inspection)
PDF
No ratings yet
PMR Check List - Fire Hydrant System (Each 6 Months Inspection)
1 page
Culvert Equipment
PDF
No ratings yet
Culvert Equipment
2 pages
Viva Voce Guidelines PDF
PDF
100% (1)
Viva Voce Guidelines PDF
1 page
Gogo
PDF
100% (1)
Gogo
3 pages
4 Anime
PDF
No ratings yet
4 Anime
3 pages
Chinos
PDF
No ratings yet
Chinos
3 pages
Concept of Faculty Supervisor (Dual) Role: Rajkumari Amrit Kaur College of Nursing Lajpat Nagar, New Delhi
PDF
No ratings yet
Concept of Faculty Supervisor (Dual) Role: Rajkumari Amrit Kaur College of Nursing Lajpat Nagar, New Delhi
8 pages
Appendix 11B: Using Excel Solver
PDF
No ratings yet
Appendix 11B: Using Excel Solver
5 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
Exam For Grade 6
PDF
No ratings yet
Exam For Grade 6
3 pages
Gogo Anime
PDF
No ratings yet
Gogo Anime
3 pages
Agile Landscape - Chriss Webb
PDF
0% (1)
Agile Landscape - Chriss Webb
2 pages
Induction Report
PDF
No ratings yet
Induction Report
6 pages
Pahe
PDF
No ratings yet
Pahe
4 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
High School Experiments in IR Astronomy
PDF
No ratings yet
High School Experiments in IR Astronomy
124 pages
BCME Assignment Questions
PDF
No ratings yet
BCME Assignment Questions
1 page
4_anime
PDF
No ratings yet
4_anime
3 pages
5
PDF
No ratings yet
5
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
4_anime
PDF
No ratings yet
4_anime
3 pages
IB42310 Manual
PDF
No ratings yet
IB42310 Manual
24 pages
Motor Driver Circuit For Arduino
PDF
No ratings yet
Motor Driver Circuit For Arduino
5 pages
JK
PDF
No ratings yet
JK
3 pages
Xiamen University Malaysia
PDF
No ratings yet
Xiamen University Malaysia
2 pages
Spec - 2017-02 - A00 Plate and Frame Heat Echangers
PDF
No ratings yet
Spec - 2017-02 - A00 Plate and Frame Heat Echangers
20 pages
Gogo Anime
PDF
0% (1)
Gogo Anime
3 pages
3 Array Pointer and Structure
PDF
No ratings yet
3 Array Pointer and Structure
17 pages
Ageless Body, Timeless Mind: by Deepak Chopra
PDF
No ratings yet
Ageless Body, Timeless Mind: by Deepak Chopra
4 pages
Pmkvy Report Final 01
PDF
No ratings yet
Pmkvy Report Final 01
39 pages
Manual Definitivo de La Bios
PDF
No ratings yet
Manual Definitivo de La Bios
12 pages
Technical Specification
PDF
No ratings yet
Technical Specification
12 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
Documents
Computers
Internet & Web