从radiocut.fm下载音频剪辑

radiocut_downloader的Python项目详细描述


Radiocut是一项令人惊叹的服务,它可以全天候记录无线电台,并允许您为特定电台和时间创建剪辑

这个脚本检索并合并组成音频剪辑的块

安装

$ [sudo] pip install radiocut_downloader

用法

tin@morochita:~$ radiocut -h
radiocut.fm downloader

Usage:
    radiocut <audiocut_or_podcast> [<output-file-name>]
                    [--verbose] [--background=<path-to-image>] [--join] [--duration=<duration>]

Options:
  -h --help                         Show this screen.
  --background=<path-to-image>      If given, produce a video with this image as background
  --join                            Concatenate podcast's cuts as a single file
  --duration=<duration>             The length to download (in seconds)

示例

$ radiocut http://radiocut.fm/audiocut/macri-gato/    # macri-gato.mp3

$ radiocut http://radiocut.fm/audiocut/macri-gato/  --verbose    # macri-gato.mp3 with verbose output

$ radiocut http://radiocut.fm/pdc/tin_nqn_/test       # as many mp3 files, as "cuts" in the podcast

$ radiocut http://radiocut.fm/pdc/tin_nqn_/test  --join    # test.mp3 joining all the cuts sequentially


$ radiocut http://radiocut.fm/pdc/tin_nqn_/test  --join --background=~/Images/black-cat.jpg   # test.mp4

# get any fragment
$ radiocut http://radiocut.fm/radiostation/nacional870/listen/2017/07/08/10/00/00/ custom_2m_cut --duration=120

# get shows
$ radiocut https://radiocut.fm/radioshow/el-lobby/

注意!

Radiocut是一家勤劳的小型初创公司,它的服务很好,而且 他们值得我们尊敬

如果你需要下载专业音频, 你应该考虑得到一个premium account

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何使用axis2和eclipse向现有web服务开发添加方法   java静态工厂和工厂设计模式   java接收位置定期更新   定期运行Java程序   java合并使用不同对象的重复代码   java属性“Any”已经定义。使用ApacheCXF时,使用jaxb解决此冲突   java可绘制视图被挤压   spring mvc如何在Java中使用Unirest发送cookie进行身份验证   在Windows机器上使用Java管理API正确计算CPU使用率   我将如何实现这个Java接口?   java我在运行Javafx Gluon时遇到此错误   Java新手:剪断一根绳子?   JavaEclipse插件开发:带有html扩展的多页编辑器   java Spring无法启动嵌入式tomcat服务器   java简单日期格式   Windows关闭时退出Java   jmx在Java中创建MBean