....

소스코드 보고 욕부터 하시지 말고 초보자를 위한 눈높이에 맞춰서 설명해 주시면 감사하겠습니다....

당연히 탈옥을 하셨을 거라고 생각합니다.



cydia 에서 python 을 받아주세요.


import glob
import os
import sys
import urllib

raws = 0
aniName = ''

while 1:
    print "1: Zero 2: Leopard 3: HANSET(Korea)"
    try:
        raws = input("select Raws (ONLY NUMBER): ")
    except:
        print ''
        print "ONLY INPUT NUMBER"
        continue
    
    if raws > 0 and raws < 4:
        break
    else:
        print "range 1~3"

while 1:
    aniName = raw_input('Anime Name : ')
    if aniName == '':
        print "Please input anime name"
    else:
        break

Raws = ''

if raws == 1:
    Raws = 'Zero-Raws'
elif raws == 2:
    Raws = 'Leopard-Raws'
else:
    Raws = '\xed\x95\x9c\xec\x83\x9b-Raws'

final = Raws + ' ' +  aniName
final = 'http://[copyright protect]/?page=search&cats=0_0&filter=0&term=' + final

html = urllib.urlopen(final).read()

html = html.split('<')
count1 = 0
count2 = 0

for k in html:
    count1 = k.find('>')
    if k.find('page=download') == -1:
        html[count2] = k[count1+1:]
    else:
        temp = k.find('#')
        html[count2] = k[:temp] + k[temp+4:]
    count2+=1

count1 = 1
count2 = 1


for k in html:
    if k.find(Raws) != -1 and count2 <= 10:
        print "%d, %s"%(count1, k)
        count2+=1
    count1+=1

select = 0;

while 1:
    try:
        select = input("select one : ")
    except:
        print ''
        print "ONLY INPUT NUMBER"
        continue
    
    if raws > 0 and raws < count1:
        break
    else:
        print "range 0~%d"%count1

filename=Raws+' '+aniName+'.torrnet'
urllib.urlretrieve(html[select+3][8:52], filename)            
os.system("ctorrent \"%s\""%filename)


우앙. 위에 있는걸 복사 붙여넣기 해서 ctorrent.py 로 저장을 합니다. 

중간에 [copyright protect] 는 토렌트 사이트를 직접적으로 언급하지 않기 위해 의도적으로 해두었습니다.

파일명은 상관 없어요. 마음대로하세요!

아이폰에 넣습니다.(var/mobile/)

모바일 터미널을 실행합니다.

python ctorrent.py를 입력합니다.

로우즈 아저씨들을 선택합니다.

검색명을 입력합니다.

숫자와 파일명이 표시되는데, 

select one :

에 숫자를 입력합니다. 단, 한자릿수 숫자로 뭔가 보일텐데 그건 입력하시면 안됩니다.

기다립니다.

즐겁게 감상합니다.


ㅂㅂ.


#이 코드는 어디까지나 개인적인 연습을 위해 만들어졌습니다.

#본 소스코드를 퍼뜨려도 됩니다만, 이 소스를 사용하므로서 생기는 일에 대해서

#모든 책임은 사용자 본인에게 있음을 알려드립니다.


주인장이 이거보고 변태래요.

저 변태 맞아요.

그리고 이건 저의 덕력에 의해 잠이 오늘걸 꾿꾿히 견뎌가며 만들엇어요.

흐에에.

\


+ Recent posts