Loading...

URL Generator

This tools helps generate URL sequences. A simple method creating url with sequential number / alphanumeric part from single base url.

Ranges are defined by square brackets ([ & ]). For example to generate the range 1,2,3 you would use [1,3] and to generate the range 100,102,103,104,105 you would use [100,105]. You may also pass a step: [100,200,20] = 100,120,140,160,180,200.

Alphanumeric range [aaa, aad] will create aaa,aab,aac,aad sequences.

Example Usage

http://stream.server.com/channel/[10,20]/playlist.m3u8
http://stream.server.com/channel/10/playlist.m3u8
http://stream.server.com/channel/11/playlist.m3u8
http://stream.server.com/channel/12/playlist.m3u8
http://stream.server.com/channel/13/playlist.m3u8
http://stream.server.com/channel/14/playlist.m3u8
http://stream.server.com/channel/15/playlist.m3u8
http://stream.server.com/channel/16/playlist.m3u8
http://stream.server.com/channel/17/playlist.m3u8
http://stream.server.com/channel/18/playlist.m3u8
http://stream.server.com/channel/19/playlist.m3u8
http://stream.server.com/channel/20/playlist.m3u8

Link Checker

Runs through all of the urls generated, check for dead link. See the percentage complete, the number of good, blocked and dead links.