Metadata-Version: 2.4
Name: lecture-manager
Version: 2.3.2
Summary: Unified media manager for YouTube lectures and Facebook content with terminal and web interface
Home-page: https://github.com/blee-design/lecture-manager
Author: Udaya Raj Joshi
Author-email: udayarajjoshi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mysql-connector-python>=8.0.0
Requires-Dist: yt-dlp>=2023.0.0
Requires-Dist: flask>=2.0.0
Requires-Dist: browser-cookie3
Requires-Dist: bgutil-ytdlp-pot-provider
Requires-Dist: requests>=2.25.0
Requires-Dist: gallery-dl>=1.20.0
Requires-Dist: ffmpeg-python>=0.2.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# YouTube Lecture Manager

Manage your YouTube lectures with a terminal interface, web UI, and local playback.

## Features

- Add lectures via YouTube URL
- Auto‑detect title, lecturer, date, time
- Organise files into a structured folder tree
- Facebook video/photo support
- Web interface with dashboard
- Export/Import CSV & JSON
- File compression, sharing, and trash management

## Installation

```bash
git clone https://github.com/yourusername/lecture-manager.git
cd lecture-manager
pip install -e .
