Skip to content

Instantly share code, notes, and snippets.

@imayhaveborkedit
imayhaveborkedit / anime.py
Last active September 11, 2015 05:40
Silly anime watching assistant
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 = {}
@akrolsmir
akrolsmir / recs.txt
Last active September 11, 2015 05:36
Anime Recs
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.
@Yengas
Yengas / Kissanime.js
Last active April 5, 2022 01:23
Continous watching, Localstorage features(Where you left an episode), Downloading and Streaming functionality to Kissanime
// ==/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