Open
Description
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
python-feedgen/feedgen/ext/podcast_entry.py
Line 149 in 97260ab
Metadata
Metadata
Assignees
Labels
No labels