talklib 2.2.0__tar.gz → 2.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {talklib-2.2.0/src/talklib.egg-info → talklib-2.2.1}/PKG-INFO +1 -1
- {talklib-2.2.0 → talklib-2.2.1}/pyproject.toml +1 -1
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib/pod.py +1 -1
- {talklib-2.2.0 → talklib-2.2.1/src/talklib.egg-info}/PKG-INFO +1 -1
- {talklib-2.2.0 → talklib-2.2.1}/LICENSE.txt +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/README.md +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/requirements.txt +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/setup.cfg +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib/__init__.py +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib/ev.py +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib/ffmpeg.py +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib/notify.py +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib/show.py +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib/utils.py +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib.egg-info/SOURCES.txt +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib.egg-info/dependency_links.txt +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib.egg-info/requires.txt +0 -0
- {talklib-2.2.0 → talklib-2.2.1}/src/talklib.egg-info/top_level.txt +0 -0
|
@@ -161,7 +161,7 @@ class Episode(BaseModel):
|
|
|
161
161
|
return size_in_bytes
|
|
162
162
|
|
|
163
163
|
def enclosure(self) -> str:
|
|
164
|
-
enclosure = f"https://
|
|
164
|
+
enclosure = f"https://assets.library.nashville.org/talkinglibrary/shows/{self.bucket_folder}/{self.audio_filename}"
|
|
165
165
|
self.notifications.prep_syslog(message=f"enclosure will be {enclosure}")
|
|
166
166
|
return enclosure
|
|
167
167
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|