I would like to extract season number and episode number from websites links with PHP
Here the example that have the same format I want :
https://3sk.tube/video-watch-turkish-mosalsal-moases-othman-online-download-episode-38?Drivename=othamn.S02E04.mp4
This is the part that presents at all link : Drivename=othamn.S02E04.mp4
Where season number is : 2 and episode number is 4
I would like to extract those season number and episode number using PHP.