したがって、ここに同じドメインからのいくつかの URL があります。
http://example.com/video6757788/sometext
http://example.com/video24353/someothertext
http://example.com/video243537786/somedifferenttext
http://example.com/video759882
http://example.com/video64353415
http://example.com/video342432?session=somestring
すべてのタイプの URL でビデオの後に来る数字部分だけを取得する方法。ビデオIDを取得しようとしています。
最初に URL を取得しますが、次に ID を取得するにはどうすればよいですか?
var url = $('a[href*="example"]');
var id = ???