Metadata-Version: 2.1
Name: ted-talk-video-downloader
Version: 1.0.0
Summary: Awesome ted_talk_video_downloader created by WagnoLeaoSergio
Home-page: https://github.com/WagnoLeaoSergio/ted_talk_video_downloader/
Author: WagnoLeaoSergio
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs (==21.2.0)
Requires-Dist: beautifulsoup4 (==4.10.0)
Requires-Dist: black (==21.10b0)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: charset-normalizer (==2.0.7)
Requires-Dist: click (==8.0.3)
Requires-Dist: codecov (==2.1.12)
Requires-Dist: coverage (==6.1.1)
Requires-Dist: dataclasses (==0.8)
Requires-Dist: flake8 (==4.0.1)
Requires-Dist: ghp-import (==2.0.2)
Requires-Dist: gitchangelog (==3.0.4)
Requires-Dist: idna (==3.3)
Requires-Dist: importlib-metadata (==4.2.0)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: isort (==5.10.0)
Requires-Dist: Jinja2 (==3.0.2)
Requires-Dist: Markdown (==3.3.4)
Requires-Dist: MarkupSafe (==2.0.1)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: mergedeep (==1.3.4)
Requires-Dist: mkdocs (==1.2.3)
Requires-Dist: mypy (==0.910)
Requires-Dist: mypy-extensions (==0.4.3)
Requires-Dist: packaging (==21.2)
Requires-Dist: pathspec (==0.9.0)
Requires-Dist: platformdirs (==2.4.0)
Requires-Dist: pluggy (==1.0.0)
Requires-Dist: py (==1.11.0)
Requires-Dist: pycodestyle (==2.8.0)
Requires-Dist: pyflakes (==2.4.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytest (==6.2.5)
Requires-Dist: pytest-cov (==3.0.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: pyyaml-env-tag (==0.1)
Requires-Dist: regex (==2021.11.2)
Requires-Dist: requests (==2.26.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: soupsieve (==2.3)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tomli (==1.2.2)
Requires-Dist: typed-ast (==1.4.3)
Requires-Dist: types-requests (==2.25.11)
Requires-Dist: typing-extensions (==3.10.0.2)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: watchdog (==2.1.6)
Requires-Dist: zipp (==3.6.0)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'

# ted_talk_video_downloader

[![codecov](https://codecov.io/gh/WagnoLeaoSergio/ted_talk_video_downloader/branch/main/graph/badge.svg?token=ted_talk_video_downloader_token_here)](https://codecov.io/gh/WagnoLeaoSergio/ted_talk_video_downloader)
[![CI](https://github.com/WagnoLeaoSergio/ted_talk_video_downloader/actions/workflows/main.yml/badge.svg)](https://github.com/WagnoLeaoSergio/ted_talk_video_downloader/actions/workflows/main.yml)

Awesome ted_talk_video_downloader created by WagnoLeaoSergio

## Install it from PyPI

```bash
pip install ted_talk_video_downloader
```

## Usage

```py
from ted_talk_video_downloader.downloader import TED_Downloader

ted_downloader = TED_Downloader()
ted_downloader.process_mp4_filename("https://www.ted.com/talks/bozoma_saint_john_the_creative_power_of_your_intuition/up-next")
ted_downloader.download_and_save("new_video", "~/Downloads")
```

```bash
$ python -m ted_talk_video_downloader
#or
$ ted_talk_video_downloader
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.

