Metadata-Version: 2.3
Name: imdb-extract
Version: 2.4.0
Summary: Download IMDB series information.
Author: Berthold Höllmann
Author-email: Berthold Höllmann <berthold-gitlab@xn--hllmanns-n4a.de>
License: BSD
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Requires-Dist: click
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Maintainer: Berthold Höllmann
Maintainer-email: Berthold Höllmann <berthold-gitlab@xn--hllmanns-n4a.de>
Requires-Python: >=3.13, <4.0
Project-URL: Documentation, https://python.xn--hllmanns-n4a.de/IMDBExtract/
Project-URL: Homepage, https://python.xn--hllmanns-n4a.de/IMDBExtract/
Project-URL: Repository, https://gitlab.com/berhoel/python/IMDBExtract
Description-Content-Type: text/markdown

# 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.

## `imdb_extract` command

::: mkdocs-click
    :module: berhoel.imdb_extract
    :command: imdb_extract
    :depth: 2

.. sphinx_argparse_cli::
   :module: berhoel.imdb_extract
   :func: get_parser
   :prog: imdb_extract

## Documentation

Documentatation can be found
[here](https://python.höllmanns.de/IMDBExtract).

