Created
August 24, 2013 13:20
-
-
Save peerasak-u/6328108 to your computer and use it in GitHub Desktop.
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
| URL ที่ใช้ Search ในตัวอย่างใช้คำว่า "ลืมไปเลย" | |
| https://www.se-ed.com/product-search/ลืมไปเลย.aspx?keyword=ลืมไปเลย&search=name | |
| URL ของภาพปกหนังสือ | |
| https://se-edws.se-ed.com/Storage/Originals/978616/716/9786167164816L.jpg | |
| ให้ 9786167164816 = หมายเลข ISBN ของหนังสือ | |
| https://se-edws.se-ed.com/Storage/Originals/(ISBN[0->5])/(ISBN[6-8])/(ISBN)L.jpg | |
| pattern1 = https://se-edws.se-ed.com/Storage/Originals/\d{6}/\d{3}/\d{13}L.jpg | |
| pattern2 = https:\/\/se-edws.se-ed.com\/Storage\/Originals\/\d{6}\/\d{3}\/\d{13}L.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment