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
Hi, maybe is late, but I can't figure it out how to make use of the wildcard.
Also, is not possible to filter redirect-logs by showUuid Or PodcastGuid, isn't it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, maybe is late, but I can't figure it out how to make use of the wildcard.
Also, is not possible to filter redirect-logs by
showUuid
OrPodcastGuid
, isn't it?This works:
curl 'https://op3.dev/api/1/redirect-logs?url=https://op3.dev/e,pg=a9a56b87-575a-5f6f-9636-cdf7b73e6230/archive.org/download/16-kde-express-kde-en-telegram/16-KDE_Express-KDE_en_Telegram.ogg&token=preview07ce'
curl 'https://op3.dev/api/1/redirect-logs?url=https://op3.dev/e,pg=a9a56b87-575a-5f6f-9636-cdf7b73e6230/archive.org/download/17-kde-express-akademy-es-2023/17-KDE_Express-AkademyES2023.mp3&token=preview07ce''
curl 'https://op3.dev/api/1/redirect-logs?url=https://op3.dev/e,pg=a9a56b87-575a-5f6f-9636-cdf7b73e6230/archive.org/download/17-kde-express-akademy-es-2023/17-KDE_Express-AkademyES2023.ogg&token=preview07ce'
This doesn't return any redirect:
curl 'https://op3.dev/api/1/redirect-logs?url=https://op3.dev/e,pg=a9a56b87-575a-5f6f-9636-cdf7b73e6230/archive.org/download/16-kde-express-kde-en-telegram/*&token=preview07ce'
curl 'https://op3.dev/api/1/redirect-logs?url=https://op3.dev/e,pg=a9a56b87-575a-5f6f-9636-cdf7b73e6230/archive.org/download/17-kde-express-akademy-es-2023/*&token=preview07ce'
curl 'https://op3.dev/api/1/redirect-logs?url=https://op3.dev/e,pg=a9a56b87-575a-5f6f-9636-cdf7b73e6230/archive.org/download/*&token=preview07ce'
But his works:
curl 'https://op3.dev/api/1/redirect-logs?url=https://op3.dev/e/podnews.net/audio/*&token=preview07ce'
I'm missing something?
PD: In the docs the link to podcastlistening.com seems dead.
Beta Was this translation helpful? Give feedback.
All reactions