Skip to content

Instantly share code, notes, and snippets.

@akumasenpai
akumasenpai / wanime.v2.py
Last active April 5, 2016 07:36
A better python anime watching utility. KissAnime is back btw!! :_D. Hacking together features as I need them, it's a little messy but it gets the job done. Pip deps: lxml, colorama, requests
#!/bin/python
from lxml import html
import requests
import sys
import json
import os
from colorama import init
init()
from colorama import Fore, Back, Style