rename ox -> oxweb
This commit is contained in:
parent
c466c35253
commit
6a16a0af30
17 changed files with 7 additions and 5 deletions
4
README
4
README
|
@ -1,4 +1,4 @@
|
|||
python-ox the internet is a dict
|
||||
python-oxweb the internet is a dict
|
||||
|
||||
Depends:
|
||||
python2.5
|
||||
|
@ -8,4 +8,4 @@ Depends:
|
|||
|
||||
|
||||
Test:
|
||||
nosetests --with-doctest ox
|
||||
nosetests --with-doctest oxweb
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
import re
|
||||
|
||||
import ox.imdb as imdb
|
||||
from oxutils.cache import getUrlUnicode
|
||||
from oxutils.html import stripTags
|
||||
from oxutils.text import findRe, removeSpecialCharacters
|
||||
|
||||
import imdb
|
||||
|
||||
|
||||
def getData(criterionId):
|
||||
'''
|
|
@ -2,11 +2,12 @@
|
|||
# encoding: utf-8
|
||||
import re
|
||||
|
||||
import ox.imdb as imdb
|
||||
from oxutils.cache import getUrlUnicode
|
||||
from oxutils.html import stripTags
|
||||
from oxutils.text import findRe
|
||||
|
||||
import imdb
|
||||
|
||||
|
||||
def getMovieData(title = '', director = '', imdbId = ''):
|
||||
data = {'posterUrls': []}
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import setup, find_packages
|
|||
import os
|
||||
|
||||
setup(
|
||||
name="ox",
|
||||
name="oxweb",
|
||||
version="0.1",
|
||||
description="collection of scrapers for various websites",
|
||||
author="0x",
|
||||
|
|
Loading…
Reference in a new issue