You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance of updating the allowed extensions to the include .jpeg?
if itunes_image is not None:
if itunes_image.endswith('.jpg') or itunes_image.endswith('.png'):
self.__itunes_image = itunes_image
else:
raise ValueError('Image file must be png or jpg')
return self.__itunes_image
Any chance of updating the allowed extensions to the include .jpeg?
python-feedgen/feedgen/ext/podcast_entry.py
Line 149 in 97260ab
The text was updated successfully, but these errors were encountered: