URL Generator
This tool helps generate URL sequences. It provides a simple method for creating URLs with a sequential number or alphanumeric part from a single base URL, making it easier to manage and automate URL generation.
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 1, 3 you would use [1,3]. You may also pass a step value to create a sequence with specific intervals: [100-200,20] will generate the sequence 100, 120, 140, 160, 180, 200.
An alphanumeric range [aaa-aad] will create the sequence aaa, aab, aac, aad. This allows for flexible and customizable URL generation based on your specific needs.
Example Usage
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.