-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working podcast download recipe, updated pre-commit
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
Description: Downloads the latest episode of the BigFix Podcast | ||
Identifier: com.github.jgstew.download.BigFix-Podcast | ||
Input: | ||
NAME: BigFix-Podcast | ||
MinimumVersion: '2.3' | ||
Process: | ||
- Processor: URLTextSearcher | ||
Arguments: | ||
url: https://feeds.buzzsprout.com/1248878.rss | ||
re_pattern: 'enclosure url="(?P<url>https://www.buzzsprout.com/.+.mp3)" length="\d+"' | ||
|
||
- Processor: URLDownloaderPython | ||
Arguments: | ||
# url: https://www.buzzsprout.com/1248878/13899237-bigfix-insider-interview-michelle-mcgough-bigfix-technical-engagement.mp3 | ||
download_version: "" | ||
COMPUTE_HASHES: True | ||
User_Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0 | ||
|
||
- Processor: EndOfCheckPhase |