Last active
December 25, 2015 14:39
-
-
Save sasezaki/6992409 to your computer and use it in GitHub Desktop.
find slides includes keyword
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
php miffie.phar -x '//div[@id="talks"]//a[contains(text(), "Zend")]' -v @href http://joind.in/event/view/1493 | php miffie.phar -x '//p[@class="quicklink"]//parent::*[contains(normalize-space(text()), "Slides")]//a' -v @href -s -w 1 - | |
php miffie.phar -x '//div[@id="talks"]//a[contains(text(), "ZF2")]' -v @href http://joind.in/event/view/1493 | php miffie.phar -x '//p[@class="quicklink"]//parent::*[contains(normalize-space(text()), "Slides")]//a/parent::*' -v html -s -w 1 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment