Skip to content

Instantly share code, notes, and snippets.

View reycn's full-sized avatar

Rongxin reycn

View GitHub Profile
@reycn
reycn / Netease_LRC.py
Created February 12, 2017 12:57 — forked from blueset/Netease_LRC.py
Netease LRC Downloader
import requests
import argparse
import os
import re
import json
import mutagen
import base64
from mutagen import easyid3
import sys
from Crypto.Cipher import AES