| Crates.io | wwdc-parser |
| lib.rs | wwdc-parser |
| version | 0.1.0 |
| created_at | 2024-12-10 16:51:49.825298+00 |
| updated_at | 2024-12-10 16:51:49.825298+00 |
| description | A tool to convert WWDC video pages to markdown |
| homepage | |
| repository | https://github.com/ilkerulusoy/wwdc-parser |
| max_upload_size | |
| id | 1478733 |
| size | 88,341 |
A command-line tool to convert WWDC video pages and Apple Developer documentation to markdown format.
Clone the repository
git clone https://github.com/username/wwdc-parser
cd wwdc-parser
Build and install
cargo install --path .
cargo install wwdc-parser
wwdc-parser --content-type video <video-url>
Example:
wwdc-parser --content-type video https://developer.apple.com/videos/play/wwdc2024/10091/
wwdc-parser --content-type document <documentation-url>
Example:
wwdc-parser --content-type document https://developer.apple.com/documentation/groupactivities/
This will generate a markdown file with the content in your current directory.
cargo build --releasetarget/release/Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any problems, please file an issue along with a detailed description.