Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entries submitted by iTunesID not with iTunesID #36

Closed
jamescridland opened this issue Oct 28, 2020 · 2 comments
Closed

Entries submitted by iTunesID not with iTunesID #36

jamescridland opened this issue Oct 28, 2020 · 2 comments

Comments

@jamescridland
Copy link
Contributor

"PODNEWS Mx" seems brand new in Apple iTunes, with an ID 1536114728.

My script successfully added it at :44 using https://api.podcastindex.org/api/1.0/add/byitunesid - here's my logfile entry

2020-10-28 03:44:15: PODCASTINDEX INSERT FROM SEARCH PODNEWS Mx {"status":"true","feedId":1319023,"existed":"false","description":"Feed added successfully. Please allow 15-20 minutes for it to be searchable in the index."}

It's now in PodcastIndex under 1319023 - but the response appears not to include the iTunesID. Here's the chunk I'm pulling out of the API

 "title":"PODNEWS Mx",
         "url":"https:\/\/anchor.fm\/s\/29f8d170\/podcast\/rss",
         "originalUrl":"https:\/\/anchor.fm\/s\/29f8d170\/podcast\/rss",
         "link":"https:\/\/anchor.fm\/marco-edivaldo",
         "description":"Como est\u00e1n mis queridos amantes de los podcast, les damos la bienvenida a PODNEWS , el mejor canal de la plataforma con las mejores noticias del planeta, en donde seg\u00fan Andr\u00e9s Carrera y yo Marco Edivaldo se deben contar.",
         "author":"Marco Edivaldo",
         "ownerName":"Marco Edivaldo",
         "image":"https:\/\/d3t3ozftmdmh3i.cloudfront.net\/production\/podcast_uploaded\/6941724\/6941724-1602803535283-b589817b185bc.jpg",
         "artwork":"https:\/\/d3t3ozftmdmh3i.cloudfront.net\/production\/podcast_uploaded\/6941724\/6941724-1602803535283-b589817b185bc.jpg",
         "lastUpdateTime":1603856680,
         "lastCrawlTime":1603856680,
         "lastParseTime":1603856681,
         "lastGoodHttpStatusTime":1603856680,
         "lastHttpStatus":200,
         "contentType":"application\/rss+xml; charset=utf-8",
         "itunesId":null,
         "generator":"Anchor Podcasts",
         "language":"es-mx",
         "type":0,

Given that I added this script using https://api.podcastindex.org/api/1.0/add/byitunesid it should include the iTunesID, yes?

Further attempts to submit it via https://api.podcastindex.org/api/1.0/add/byitunesid - since my script doesn't know it exists in the database - are now returning blank responses by the looks of things.

@jamescridland
Copy link
Contributor Author

I should also drearily say that I'll be submitting a DMCA takedown request for "PODNEWS Mx" using Anchor's DMCA form, since it is not an authorised use of the Podnews® trademark.

@daveajones
Copy link
Contributor

I think I have this fixed now. Resolving and linking the itunes id's to existing feeds, or creating if they don't exist is a complex dance on the back-end. More complex than it should have been. I've simplified it a lot. There is still a queue so it's not immediate. But it should be within the typical 20-30 minute window that a regular feed add is, after it goes through the checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants