mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 17:02:43 +01:00
login_password again
This commit is contained in:
parent
fd2ccb30ff
commit
6e73e5dc11
1 changed files with 6 additions and 1 deletions
7
ffnet.py
7
ffnet.py
|
|
@ -13,13 +13,18 @@ import unittest
|
||||||
import urllib as u
|
import urllib as u
|
||||||
import pprint as pp
|
import pprint as pp
|
||||||
import urllib2 as u2
|
import urllib2 as u2
|
||||||
import login_password
|
|
||||||
import urlparse as up
|
import urlparse as up
|
||||||
import BeautifulSoup as bs
|
import BeautifulSoup as bs
|
||||||
import htmlentitydefs as hdefs
|
import htmlentitydefs as hdefs
|
||||||
|
|
||||||
from constants import *
|
from constants import *
|
||||||
|
|
||||||
|
try:
|
||||||
|
import login_password
|
||||||
|
except:
|
||||||
|
# tough luck
|
||||||
|
pass
|
||||||
|
|
||||||
class FFNet:
|
class FFNet:
|
||||||
def __init__(self, url):
|
def __init__(self, url):
|
||||||
self.url = url
|
self.url = url
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue