Metadata-Version: 2.1
Name: imdb_extract
Version: 2.3.6
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.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: BeautifulSoup4
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Project-URL: Documentation, https://python.xn--hllmanns-n4a.de/IMDBExtract/
Project-URL: Repository, https://gitlab.com/berhoel/python/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>`_.

