jeckman / mixcloud-rss-download

Enables download of Mixcloud Cloudcasts via traditional RSS clients
GNU General Public License v2.0
37 stars 16 forks source link

Get per-episode description #2

Closed jeckman closed 9 years ago

jeckman commented 9 years ago

Right now it just shoves the episode title into the description.

At the user page, which lists their casts, you don't get more than the title. (See http://www.mixcloud.com/TWR/). I could fetch and parse each individual episode while in the foreach loop, but we're talking ~24 more requests just to generate the feed.

atillay commented 9 years ago

I solved this issue (see other comment), i think the only remaining issue is Mixcloud download speed limit.

jeckman commented 9 years ago

Closed based on @alexandretillay pull request