This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys, inspect, re | |
import requests, webbrowser | |
from BeautifulSoup import BeautifulSoup | |
USER_AGENT_HEADER = {'User-agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:34.0) Gecko/20100101 Firefox/34.0.1'} | |
class Anime(object): | |
baseurl = '' | |
_total_episodes = -1 | |
_video_cache = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Movies | |
Wolf Children Ame and Yuki (Ookami Kodomo Ame to Yuki) - Slice of life. A mother struggles to raise her half-wolf children. 2 hours. | |
Time of Eve (Eve no Jikan) - Sci-fi. A cafe where androids are free from discrimination. 2 hours. | |
Book Girl (Bungaku Shoujo) - Mystery. A girl who literally devours books, and the boy who writes her snacks. 2 hours. | |
Garden of Words (Kotonoha no Niwa) - Romance. Boy skipping school encounters woman skipping work. 45 min. | |
Shows | |
Spice and Wolf - Medieval fantasy, economics. Traveling merchant journeys with wolf goddess. 2 cour. | |
Steins;Gate - Sci-fi, mystery. College students time travel with microwaves and cell phones. 2 cour. | |
Hataraku Maou-sama - Fantasy, comedy. The Devil works part-time at MgRonald's. 1 cour. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==/UserScript== | |
// ==UserScript== | |
// @name Premium Kissanime | |
// @version 0.5 | |
// @description Tampermonkey script for better kissanime usage. | |
// @include /https?://(www\.|)kissanime\.(to|org|me|com)/*/ | |
// @copyright 2012+, Yengas | |
// ==/UserScript== | |
// Disable Adblock Detection |