Metadata-Version: 2.1
Name: imdb-extract
Version: 2.1.0
Summary: Download IMDB series information.
Home-page: https://python.xn--hllmanns-n4a.de/IMDBExtract/
License: BSD
Author: Berthold Höllmann
Author-email: berthold@xn--hllmanns-n4a.de
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: BeautifulSoup4 (>=4.8.2,<5.0.0)
Requires-Dist: lxml (>=4.5.0,<5.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: selenium (>=4.7.2,<5.0.0)
Requires-Dist: webdriver-manager (>=3.8.3,<4.0.0)
Project-URL: Documentation, https://python.xn--hllmanns-n4a.de/IMDBExtract/
Project-URL: Repository, https://github.com/berhoel/IMDBExtract
Description-Content-Type: text/x-rst

=============
 IMDBExtract
=============

Download IMDB series information into a CSV file containing lines formatted:

1. *\<empty cell\>*
2. Season
3. Episode
4. *\<empty cell\>*
5. *\<empty cell\>*
6. *\<empty cell\>*
7. Episode title and URL to episode Web side on IMDb
8. Episode description from IMDb

This format is used im OO.Calc file keeping trac or wached episodes.

Documentation
=============

Documentatation can be found `here <https://python.höllmanns.de/IMDBExtract>`_.

