Hello everyone!
Since onemanga.com shut its comic service down I tried to acquire a similiar source for manga. manga.bleachexile.com presented itself as an good alternative. I tried to create a cbw file for this site. But my file doesn't functon like it should. The expressions are functional and tested with Espresso. For testing reasons I limited the expressions to the first chapter of Bleach.
<?xml version="1.0"?>
<WebComic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Info>
</Info>
<Variables>
<Variable Key="URL" Value="http://manga.bleachexile.com/bleach-chapter-1-page-1.html" />
</Variables>
<Images>
<Image Url="?{URL}">
<Parts>
<Part>src="(?<link>http://static\.bleachexile\.com/manga/bleach/001/.*?[spoiler][/spoiler].(png|jpg))" </Part>
<Part>href="(?<link>/bleach-chapter-1-page-\d{1,3}\.html"</Part>
</Parts>
</Image>
</Images>
</WebComic>
Please help me!