html - What is the best approach to read a rss feed and extract the audio file link? -


if parse rss feed “http://allearsenglish.libsyn.com/rss” in rss parse website: http://www.feedbucket.com/, reads feeds instantly, never surprise.

what don’t understand feed doesn’t have .mp3 file link, it’s html link leads audio/mpeg file link. see https://www.feed-reader.net/index.php?feedurl=http%3a%2f%2fallearsenglish.libsyn.com%2frss&submit.x=10&submit.y=15

my question how feedbuck website possibly parses more 870 html links instantly , extract audio/mpeg file(with file size)?

well, tried out reading rss feed myself, , parsed every single htmls extract mp3 file links respectively using multi-threading, took more minute complete. feedbucket looks magic. can’t possibly understand how that.

is there i’m missing here? think better approach this?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -