kri55h/redditsaver
最新稳定版本:1.0.1
Composer 安装命令:
composer require kri55h/redditsaver
包简介
Reddit post saver
关键字:
README 文档
README
Installation
To install this package, follow these steps:
composer require kri55h/redditsaver
Usage
Here's an example demonstrating how to use the RedditSaver class from this package:
use kri55h\redditsaver\RedditSaver; try { $reddit = new RedditSaver(); $reddit->setPostURL('<reddit_post_url>'); $videoSaved = $reddit->saveVIDEO(); if ($videoSaved) { // Video saved successfully return 'Video saved!'; } else { // Handle if video saving failed return 'Failed to save video.'; } } catch (Exception $e) { // Handle any exceptions or errors that occurred during the process return 'An error occurred: ' . $e->getMessage(); }
Replace <reddit_post_url> with the actual URL of the Reddit post you want to save as a video.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-24