https://site.ru/serien/4053-house-of-cards-staffel-5-episode-13.html
var str = 'https://site.ru/serien/4053-house-of-cards-staffel-5-episode-13.html', staffel = str.match(/(?<=staffel-)\d+/), episode = str.match(/(?<=episode-)\d+/);
var match = location.pathname.match(/staffel-(\d+)-episode-(\d+)/); if(match){ var staffel = match[1]; var episode = match[2]; }