This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import pyperclip | |
| import sys | |
| """ | |
| Example output for below configuration, pasted to your Clipboard: | |
| http://www.exampledomain.com/all-stories/?page=1 | |
| http://www.exampledomain.com/all-stories/?page=2 | |
| http://www.exampledomain.com/all-stories/?page=3 |
NewerOlder