Open Media Library Platform
This commit is contained in:
commit
411ad5b16f
5849 changed files with 1778641 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: ox
|
||||
Version: 2.1.644
|
||||
Summary: python-ox - the web in a dict
|
||||
Home-page: http://code.0x2620.org/python-ox
|
||||
Author: 0x2620
|
||||
Author-email: 0x2620@0x2620.org
|
||||
License: GPLv3
|
||||
Download-URL: http://code.0x2620.org/python-ox/download
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
|
|
@ -0,0 +1,90 @@
|
|||
README
|
||||
setup.cfg
|
||||
setup.py
|
||||
ox/__init__.py
|
||||
ox/api.py
|
||||
ox/cache.py
|
||||
ox/file.py
|
||||
ox/fixunicode.py
|
||||
ox/form.py
|
||||
ox/format.py
|
||||
ox/geo.py
|
||||
ox/html.py
|
||||
ox/image.py
|
||||
ox/iso.py
|
||||
ox/js.py
|
||||
ox/jsonc.py
|
||||
ox/location.py
|
||||
ox/movie.py
|
||||
ox/net.py
|
||||
ox/normalize.py
|
||||
ox/oembed.py
|
||||
ox/srt.py
|
||||
ox/text.py
|
||||
ox/utils.py
|
||||
ox.egg-info/PKG-INFO
|
||||
ox.egg-info/SOURCES.txt
|
||||
ox.egg-info/dependency_links.txt
|
||||
ox.egg-info/requires.txt
|
||||
ox.egg-info/top_level.txt
|
||||
ox/django/__init__.py
|
||||
ox/django/decorators.py
|
||||
ox/django/fields.py
|
||||
ox/django/http.py
|
||||
ox/django/middleware.py
|
||||
ox/django/monitor.py
|
||||
ox/django/query.py
|
||||
ox/django/shortcuts.py
|
||||
ox/django/utils.py
|
||||
ox/django/views.py
|
||||
ox/django/widgets.py
|
||||
ox/django/api/__init__.py
|
||||
ox/django/api/actions.py
|
||||
ox/django/api/urls.py
|
||||
ox/django/api/views.py
|
||||
ox/torrent/__init__.py
|
||||
ox/torrent/bencode.py
|
||||
ox/torrent/btformats.py
|
||||
ox/torrent/makemetafile.py
|
||||
ox/web/__init__.py
|
||||
ox/web/allmovie.py
|
||||
ox/web/amazon.py
|
||||
ox/web/apple.py
|
||||
ox/web/archive.py
|
||||
ox/web/arsenalberlin.py
|
||||
ox/web/auth.py
|
||||
ox/web/criterion.py
|
||||
ox/web/dailymotion.py
|
||||
ox/web/duckduckgo.py
|
||||
ox/web/epguides.py
|
||||
ox/web/filmsdivision.py
|
||||
ox/web/flixter.py
|
||||
ox/web/freebase.py
|
||||
ox/web/google.py
|
||||
ox/web/gutenbergde.py
|
||||
ox/web/imdb.py
|
||||
ox/web/impawards.py
|
||||
ox/web/istockphoto.py
|
||||
ox/web/itunes.py
|
||||
ox/web/lookupbyisbn.py
|
||||
ox/web/lymbix.py
|
||||
ox/web/lyricsfly.py
|
||||
ox/web/metacritic.py
|
||||
ox/web/mininova.py
|
||||
ox/web/movieposterdb.py
|
||||
ox/web/openlibrary.py
|
||||
ox/web/opensubtitles.py
|
||||
ox/web/oxdb.py
|
||||
ox/web/piratecinema.py
|
||||
ox/web/reddit.py
|
||||
ox/web/rottentomatoes.py
|
||||
ox/web/siteparser.py
|
||||
ox/web/spiegel.py
|
||||
ox/web/thepiratebay.py
|
||||
ox/web/torrent.py
|
||||
ox/web/tv.py
|
||||
ox/web/twitter.py
|
||||
ox/web/ubu.py
|
||||
ox/web/vimeo.py
|
||||
ox/web/wikipedia.py
|
||||
ox/web/youtube.py
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,170 @@
|
|||
../ox/image.py
|
||||
../ox/location.py
|
||||
../ox/cache.py
|
||||
../ox/net.py
|
||||
../ox/utils.py
|
||||
../ox/jsonc.py
|
||||
../ox/normalize.py
|
||||
../ox/form.py
|
||||
../ox/format.py
|
||||
../ox/__init__.py
|
||||
../ox/movie.py
|
||||
../ox/text.py
|
||||
../ox/geo.py
|
||||
../ox/api.py
|
||||
../ox/fixunicode.py
|
||||
../ox/oembed.py
|
||||
../ox/html.py
|
||||
../ox/file.py
|
||||
../ox/srt.py
|
||||
../ox/js.py
|
||||
../ox/iso.py
|
||||
../ox/django/http.py
|
||||
../ox/django/utils.py
|
||||
../ox/django/monitor.py
|
||||
../ox/django/__init__.py
|
||||
../ox/django/middleware.py
|
||||
../ox/django/decorators.py
|
||||
../ox/django/fields.py
|
||||
../ox/django/shortcuts.py
|
||||
../ox/django/views.py
|
||||
../ox/django/query.py
|
||||
../ox/django/widgets.py
|
||||
../ox/django/api/__init__.py
|
||||
../ox/django/api/urls.py
|
||||
../ox/django/api/views.py
|
||||
../ox/django/api/actions.py
|
||||
../ox/torrent/__init__.py
|
||||
../ox/torrent/makemetafile.py
|
||||
../ox/torrent/bencode.py
|
||||
../ox/torrent/btformats.py
|
||||
../ox/web/oxdb.py
|
||||
../ox/web/lyricsfly.py
|
||||
../ox/web/spiegel.py
|
||||
../ox/web/allmovie.py
|
||||
../ox/web/twitter.py
|
||||
../ox/web/siteparser.py
|
||||
../ox/web/ubu.py
|
||||
../ox/web/epguides.py
|
||||
../ox/web/lymbix.py
|
||||
../ox/web/__init__.py
|
||||
../ox/web/istockphoto.py
|
||||
../ox/web/archive.py
|
||||
../ox/web/freebase.py
|
||||
../ox/web/reddit.py
|
||||
../ox/web/vimeo.py
|
||||
../ox/web/thepiratebay.py
|
||||
../ox/web/auth.py
|
||||
../ox/web/duckduckgo.py
|
||||
../ox/web/flixter.py
|
||||
../ox/web/rottentomatoes.py
|
||||
../ox/web/criterion.py
|
||||
../ox/web/lookupbyisbn.py
|
||||
../ox/web/wikipedia.py
|
||||
../ox/web/amazon.py
|
||||
../ox/web/impawards.py
|
||||
../ox/web/tv.py
|
||||
../ox/web/dailymotion.py
|
||||
../ox/web/movieposterdb.py
|
||||
../ox/web/filmsdivision.py
|
||||
../ox/web/arsenalberlin.py
|
||||
../ox/web/youtube.py
|
||||
../ox/web/google.py
|
||||
../ox/web/itunes.py
|
||||
../ox/web/piratecinema.py
|
||||
../ox/web/opensubtitles.py
|
||||
../ox/web/openlibrary.py
|
||||
../ox/web/gutenbergde.py
|
||||
../ox/web/mininova.py
|
||||
../ox/web/imdb.py
|
||||
../ox/web/apple.py
|
||||
../ox/web/torrent.py
|
||||
../ox/web/metacritic.py
|
||||
../ox/image.pyc
|
||||
../ox/location.pyc
|
||||
../ox/cache.pyc
|
||||
../ox/net.pyc
|
||||
../ox/utils.pyc
|
||||
../ox/jsonc.pyc
|
||||
../ox/normalize.pyc
|
||||
../ox/form.pyc
|
||||
../ox/format.pyc
|
||||
../ox/__init__.pyc
|
||||
../ox/movie.pyc
|
||||
../ox/text.pyc
|
||||
../ox/geo.pyc
|
||||
../ox/api.pyc
|
||||
../ox/fixunicode.pyc
|
||||
../ox/oembed.pyc
|
||||
../ox/html.pyc
|
||||
../ox/file.pyc
|
||||
../ox/srt.pyc
|
||||
../ox/js.pyc
|
||||
../ox/iso.pyc
|
||||
../ox/django/http.pyc
|
||||
../ox/django/utils.pyc
|
||||
../ox/django/monitor.pyc
|
||||
../ox/django/__init__.pyc
|
||||
../ox/django/middleware.pyc
|
||||
../ox/django/decorators.pyc
|
||||
../ox/django/fields.pyc
|
||||
../ox/django/shortcuts.pyc
|
||||
../ox/django/views.pyc
|
||||
../ox/django/query.pyc
|
||||
../ox/django/widgets.pyc
|
||||
../ox/django/api/__init__.pyc
|
||||
../ox/django/api/urls.pyc
|
||||
../ox/django/api/views.pyc
|
||||
../ox/django/api/actions.pyc
|
||||
../ox/torrent/__init__.pyc
|
||||
../ox/torrent/makemetafile.pyc
|
||||
../ox/torrent/bencode.pyc
|
||||
../ox/torrent/btformats.pyc
|
||||
../ox/web/oxdb.pyc
|
||||
../ox/web/lyricsfly.pyc
|
||||
../ox/web/spiegel.pyc
|
||||
../ox/web/allmovie.pyc
|
||||
../ox/web/twitter.pyc
|
||||
../ox/web/siteparser.pyc
|
||||
../ox/web/ubu.pyc
|
||||
../ox/web/epguides.pyc
|
||||
../ox/web/lymbix.pyc
|
||||
../ox/web/__init__.pyc
|
||||
../ox/web/istockphoto.pyc
|
||||
../ox/web/archive.pyc
|
||||
../ox/web/freebase.pyc
|
||||
../ox/web/reddit.pyc
|
||||
../ox/web/vimeo.pyc
|
||||
../ox/web/thepiratebay.pyc
|
||||
../ox/web/auth.pyc
|
||||
../ox/web/duckduckgo.pyc
|
||||
../ox/web/flixter.pyc
|
||||
../ox/web/rottentomatoes.pyc
|
||||
../ox/web/criterion.pyc
|
||||
../ox/web/lookupbyisbn.pyc
|
||||
../ox/web/wikipedia.pyc
|
||||
../ox/web/amazon.pyc
|
||||
../ox/web/impawards.pyc
|
||||
../ox/web/tv.pyc
|
||||
../ox/web/dailymotion.pyc
|
||||
../ox/web/movieposterdb.pyc
|
||||
../ox/web/filmsdivision.pyc
|
||||
../ox/web/arsenalberlin.pyc
|
||||
../ox/web/youtube.pyc
|
||||
../ox/web/google.pyc
|
||||
../ox/web/itunes.pyc
|
||||
../ox/web/piratecinema.pyc
|
||||
../ox/web/opensubtitles.pyc
|
||||
../ox/web/openlibrary.pyc
|
||||
../ox/web/gutenbergde.pyc
|
||||
../ox/web/mininova.pyc
|
||||
../ox/web/imdb.pyc
|
||||
../ox/web/apple.pyc
|
||||
../ox/web/torrent.pyc
|
||||
../ox/web/metacritic.pyc
|
||||
./
|
||||
dependency_links.txt
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
top_level.txt
|
||||
requires.txt
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
chardet
|
||||
feedparser
|
||||
|
|
@ -0,0 +1 @@
|
|||
ox
|
||||
Loading…
Add table
Add a link
Reference in a new issue