ArjixWasTaken / anime-rss

A simple rss feed for anime sites.
Other
22 stars 5 forks source link

Quick question #5

Closed ld3z closed 1 year ago

ld3z commented 1 year ago

I am trying to write an rss feed for comick.app based on your code and I can seem to figure out what this part of your code does:

return [
        [
            '{}/{}'.format(x['anime_session'], x['session']),
            x['episode'],
            x['anime_title']
        ] for x in response['data']
    ]