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)
43 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)
43 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
Whatsapp Pay: Stakeholders
PDF
100% (1)
Whatsapp Pay: Stakeholders
3 pages
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
Assignment 3 A To Z of SAP OData Services Training 1661176117
PDF
No ratings yet
Assignment 3 A To Z of SAP OData Services Training 1661176117
13 pages
Pahe
PDF
No ratings yet
Pahe
4 pages
Yealink SIP-T43U Quick Start Guide (EN, DE, ES, FR) V86.36
PDF
No ratings yet
Yealink SIP-T43U Quick Start Guide (EN, DE, ES, FR) V86.36
44 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
HC-700M and HC-700G User Manual
PDF
No ratings yet
HC-700M and HC-700G User Manual
23 pages
Jenkins Declarative Pipeline Creation
PDF
No ratings yet
Jenkins Declarative Pipeline Creation
25 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
SOftware Engineering Lab
PDF
No ratings yet
SOftware Engineering Lab
6 pages
YouTube Agent
PDF
No ratings yet
YouTube Agent
39 pages
Manual Ixarc Ocd em
PDF
No ratings yet
Manual Ixarc Ocd em
25 pages
AWS Certified Solutions Architect Associate SAA C03 Exam - Exam
PDF
No ratings yet
AWS Certified Solutions Architect Associate SAA C03 Exam - Exam
456 pages
Mobile Legends Fandom Com Wiki Spells
PDF
No ratings yet
Mobile Legends Fandom Com Wiki Spells
12 pages
How To Install Proxy
PDF
No ratings yet
How To Install Proxy
21 pages
CBSE Class 12 Typography & Computer Application Sample Question Paper 2025
PDF
No ratings yet
CBSE Class 12 Typography & Computer Application Sample Question Paper 2025
6 pages
Spectrum Viewer Windows 7 Basic Instructions
PDF
No ratings yet
Spectrum Viewer Windows 7 Basic Instructions
2 pages
[Ebooks PDF] download Beginning Python Programmer to Programmer 1st Edition Peter C. Norton full chapters
PDF
100% (1)
[Ebooks PDF] download Beginning Python Programmer to Programmer 1st Edition Peter C. Norton full chapters
67 pages
MSC 1090 Lecture 1
PDF
No ratings yet
MSC 1090 Lecture 1
27 pages
Amaysim Fair Go Policy: Valid As of 12 October 2016
PDF
No ratings yet
Amaysim Fair Go Policy: Valid As of 12 October 2016
4 pages
2. searching strategies(1)
PDF
No ratings yet
2. searching strategies(1)
58 pages
SmartOne Solar User Manual
PDF
No ratings yet
SmartOne Solar User Manual
93 pages
Pentaho Data Integration Development Guidelines
PDF
No ratings yet
Pentaho Data Integration Development Guidelines
11 pages
Call Block Grameenphone
PDF
100% (3)
Call Block Grameenphone
2 pages
Vessel Clearance_001 (002)
PDF
No ratings yet
Vessel Clearance_001 (002)
27 pages
Ot2.6 SD Services 8AL90510USAG 1 en
PDF
No ratings yet
Ot2.6 SD Services 8AL90510USAG 1 en
76 pages
OrionLXm User Manual
PDF
100% (1)
OrionLXm User Manual
281 pages
sumit 000000
PDF
No ratings yet
sumit 000000
46 pages
Educational Research: Competencies For Analysis and Applications (10th Edition)
PDF
No ratings yet
Educational Research: Competencies For Analysis and Applications (10th Edition)
7 pages
Uses of Computers in Different
PDF
No ratings yet
Uses of Computers in Different
2 pages
Lab-5 Manual: Department of Software Engineering University of Gujrat
PDF
No ratings yet
Lab-5 Manual: Department of Software Engineering University of Gujrat
38 pages
Genpact (Enrollment Guidelines) Enroll Me
PDF
No ratings yet
Genpact (Enrollment Guidelines) Enroll Me
42 pages
Log
PDF
No ratings yet
Log
48 pages
Spring 2024 - CS408 - 1
PDF
No ratings yet
Spring 2024 - CS408 - 1
3 pages
Documents
Computers
Internet & Web