Skip to content

Instantly share code, notes, and snippets.

View Jaimies's full-sized avatar

Max Poliakov Jaimies

View GitHub Profile
@Jaimies
Jaimies / loveread-parser.php
Last active September 24, 2019 18:55 — forked from NewEXE/parser.php
LoveRead.ec parser (PHP)
<?php
/**
* Book ID on loveread.ec
* For example, for
* http://loveread.ec/read_book.php?id=2555&p=1
* ID is 2555.
*
* @param int $id
*/