http://gitunderground.i2p/archive/youtube-dl/src/commit/499bfcbfd09e85f053d7e8943a8d47fed9349b0e/youtube_dl/extractor/crunchyroll.py
P<prefix>www|m)\.)?(?P<url>crunchyroll\.com/(?!(?:news|anime-news|library|forum|launchcalendar|lineup|store|comics|freetrial|login))(?P<id>[\w\-]+))/?$' _TESTS = [{ 'url' : 'http://www.crunchyroll.com/a-bridge-to-the-starry-skies-hoshizora-e-kakaru-hashi' , 'info_dict' : { 'id' : 'a-bridge-to-the-starry-skies-hoshizora-e-kakaru-hashi' , 'title' : 'A Bridge to the Starry Skies - Hoshizora e Kakaru Hashi' }, 'playlist_count' : 13 , }] def _real_extract ( self , url ): show_id = self .