文件名称:FetchItunesArtwork:有限的Swift CLI实用程序,用于获取iTunes图稿
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-06 09:49:27
Swift
#获取iTunes图稿 抓取艺术品的高质量版本,以便在iTunes上观看电视节目或电影。 使用所需的最少代码,在锡盒上说什么。 ##用法 GetItunesArtwork(-tv | -movie)-s“ string” -o outFile.jpg 这将搜索iTunes,返回与您的搜索匹配的标题列表,并允许您通过stdin选择前10个结果中的一个,然后将生成的图稿文件下载到outfile 它笨拙,丑陋,但可以正常工作。
【文件预览】:
FetchItunesArtwork-develop
----.gitignore(837B)
----license.txt(1KB)
----GetItunesArtwork()
--------ItunesResponse.swift(1KB)
--------ItunesSearchQuery.swift(3KB)
--------main.swift(5KB)
--------DecomposeArray.swift(556B)
--------CommandParser.swift(1KB)
----GetItunesArtwork.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(10KB)
--------xcuserdata()
----readme.md(451B)