Comments by teridon on scripts
16 comments
|
Comment on: |
Update: Actually, it looks like only *some* videos (perhaps new ones?) cannot be downloaded with this. |
|
Comment on: |
It sure looks like youtube has disabled the download URL this script used (http://youtube.com/get_video?video_id=xxxx), so this script no longer works! :( |
|
Comment on: |
Heh.. I also updated this script! I wish you had commented in the original so I didn't duplicate work. Mine is different, though; no http request needed...
|
|
Comment on: |
Should add to the include list http://apod.gsfc.nasa.gov (DNS alias to antwrp) |
|
Comment on: |
I've updated this script so that it actually works:
|
|
Comment on: |
Nevermind.. seems they fixed it. |
|
Comment on: |
It seems with the latest digg update that they changed something. On subsequent pages (e.g. digg.com/all/page2), there is no "diggs0" div. Instead, it starts at "digg1". To fix this, replace lines 112-117 with: |
|
Comment on: |
Hi John_Za,
|
|
Comment on: |
I have updated this script to work with the latest (i.e. late August 2007) version of Digg. Also, I added the capability to filter by username! It's called "Digg Washer v2", Get it here |
|
Comment on: |
It doesn't seem to work for me :( |
|
Comment on: |
Digg seems to have updated their pages. The story text is now in the second paragraph of the enclosure. So you need to change line 71 to: |
|
Comment on: |
This worked for me for blocking non-TFers. The table class for TFers is different (ctableTF). So, to block TFers too, I just duplicated the existing code for ctable and substituted ctableTF. |
|
Comment on: |
This one didn't work for me.. but Fark Block did. |
|
Comment on: |
For Fark 2.0, you need to change the link_container_xpath: link_container_xpath: "//tr[@class='headlineRow']/td[position() = 1]/a", and the link_category_xpath:
link_category_xpath = "//tr[@class='headlineRow']/descendant::img[translate... |
|
Comment on: |
Ok, it looks like you just need to edit the script and change "location=" to "l=" (in fark_passthru_script_regex) |
|
Comment on: |
Is it just me, or did Fark change something? My links are now going back to go.fark.com... |
