- 크롬 등으로 플레이어 열고 데이터 JSON 파일에서 RTMPE URL 추출(http://music.bugs.co.kr/mvPlayer/secureUrl2?mvId=ID)
- rtmpdump -r "URL" -v -o "filename"
This file contains hidden or 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
pyNaverBlogCrawler |
This file contains hidden or 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
$('form#testForm > table > tbody > tr.even').each(function(index) { | |
$('form#testForm > table > tbody > tr.even').eq(index).find('input[value=1]').attr('checked', true) | |
}) | |
$('input#btn_save').trigger('click'); |
This file contains hidden or 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
glkjblkgsjdklfjkbjdfklbjff;s'ffbfrjfkdjfkdjvirjwopldlgjwklejkljgrogjwoe |
This file contains hidden or 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 telebot | |
import threading | |
import requests | |
import json | |
import time | |
import atexit | |
api_link = 'https://api.coinone.co.kr/orderbook/' | |
users = None | |
try: |
This file contains hidden or 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 re | |
import urllib.request | |
import os | |
import os.path | |
import subprocess | |
p = re.compile('https:\/\/.+') | |
l = open('playlist.m3u8', 'r').read() | |
result = p.findall(l) |
This file contains hidden or 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
||channel.kakao.com$app=com.kakao.talk,important | |
||lg-talk.kakao.com$app=com.kakao.talk | |
||sh-talk.kakao.com$app=com.kakao.talk | |
||apihub.daum.net/realtime-issue/v1/talk/keywords.json$app=com.kakao.talk |
This file contains hidden or 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
javascript:for(var imgs=document.querySelectorAll("img[data-original]"),i=0;i<imgs.length;i++)imgs[i].setAttribute("src","https:"+imgs[i].getAttribute("data-original")); |
This file contains hidden or 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
#include <errno.h> | |
#include <fcntl.h> | |
#include <linux/input.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <sys/ioctl.h> | |
#include <unistd.h> | |
#define X 225 |
This file contains hidden or 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 json | |
import urllib.parse | |
import urllib.request | |
import re | |
import os | |
import os.path | |
import sys | |
def dl_file(ids): |
OlderNewer