14 lines
372 B
Python
14 lines
372 B
Python
![]() |
from catalog.common import *
|
||
|
|
||
|
|
||
|
class Podcast(Item):
|
||
|
feed_url = PrimaryLookupIdDescriptor(IdType.Feed)
|
||
|
apple_podcast = PrimaryLookupIdDescriptor(IdType.ApplePodcast)
|
||
|
# ximalaya = LookupIdDescriptor(IdType.Ximalaya)
|
||
|
# xiaoyuzhou = LookupIdDescriptor(IdType.Xiaoyuzhou)
|
||
|
hosts = jsondata.ArrayField(default=list)
|
||
|
|
||
|
|
||
|
# class PodcastEpisode(Item):
|
||
|
# pass
|