Amateur Voyeur Forum

Amateur Voyeur Forum (https://www.amateurvoyeurforum.com/index.php)
-   Amateur photos and videos found on the web (https://www.amateurvoyeurforum.com/forumdisplay.php?f=20)
-   -   rajce.idnes.cz - czech photoalbum (https://www.amateurvoyeurforum.com/showthread.php?t=89)

cypi 02-02-2019 12:22 PM

https://aisllin.rajce.idnes.cz/Tajch_08/#DSCN8636.JPG

https://tozuzato.rajce.idnes.cz/Skol.../#DSC06936.jpg

cmhJimmy 02-02-2019 01:54 PM

Quote:

Originally Posted by cypi (Post 2066516)
Album?

Time for the annual (semi-annual?, Monthly? Weekly?) how to turn an image URL into a Album URL.

Take the image URL:

img30.rajce.idnes.cz/d3002/15/15827/15827490_43f126788f559d8debf9b6df2f600fed/images/P1250035.jpg?ver=3

1. get rid of the "img" subdomain:

rajce.idnes.cz/d3002/15/15827/15827490_43f126788f559d8debf9b6df2f600fed/images/P1250035.jpg?ver=3

2. get rid of the first three directories:

rajce.idnes.cz/15827490_43f126788f559d8debf9b6df2f600fed/images/P1250035.jpg?ver=3

3. Insert an "a" in front of what is now the first directory:

rajce.idnes.cz/a15827490_43f126788f559d8debf9b6df2f600fed/images/P1250035.jpg?
ver=3

4. Get rid of everything from the underscore on:

rajce.idnes.cz/a15827490

You now have the album URL.

assam1234 02-03-2019 10:25 AM

https://paya420.rajce.idnes.cz/paya2...B6DA8ED85A.jpg

Patriko 02-03-2019 12:00 PM

Girl from Czechcasting
 
Quote:

Originally Posted by 10253 (Post 2065319)

9608- CzechCasting
You are welcome :cool:

cat55 02-03-2019 03:07 PM

Album
 
Quote:

Originally Posted by cypi (Post 2066516)
Album?

https://pafka16.rajce.idnes.cz/Podeb....1.-27.1.2019/

clairwill 02-03-2019 05:28 PM

Quote:

Originally Posted by cmhJimmy (Post 2066610)
Time for the annual (semi-annual?, Monthly? Weekly?) how to turn an image URL into a Album URL.

you can also install greasemonkey in firefox and create the following script:

Code:

// ==UserScript==
// @name        rajceimg2album
// @namespace  none
// @include    http://img*.rajce.idnes.cz/*
// @include    https://img*.rajce.idnes.cz/*
// @version    1
// @grant      none
// ==/UserScript==

img_url = document.URL;
parse_id = img_url.match(/https?\:\/\/img[^\.]+\.rajce\.idnes\.cz\/[^\/]+\/[^\/]+\/[^\/]+\/(\d+)_/);
if(parse_id.length>1) {
  id = parse_id[1];
  album = "http://rajce.idnes.cz/a"+id;
  if(confirm("Go to album of this pic?\n("+album+")")) {
      document.location = album;
  }
}

whenever you are on the image page you get a prompt to get to the album page. If you accept, you get transferred...

tza2k5 02-03-2019 06:31 PM

Quote:

Originally Posted by clairwill (Post 2067579)
you can also install greasemonkey in firefox and create the following script:

Code:

// ==UserScript==
// @name        rajceimg2album
// @namespace  none
// @include    http://img*.rajce.idnes.cz/*
// @include    https://img*.rajce.idnes.cz/*
// @version    1
// @grant      none
// ==/UserScript==

img_url = document.URL;
parse_id = img_url.match(/https?\:\/\/img[^\.]+\.rajce\.idnes\.cz\/[^\/]+\/[^\/]+\/[^\/]+\/(\d+)_/);
if(parse_id.length>1) {
  id = parse_id[1];
  album = "http://rajce.idnes.cz/a"+id;
  if(confirm("Go to album of this pic?\n("+album+")")) {
      document.location = album;
  }
}

whenever you are on the image page you get a prompt to get to the album page. If you accept, you get transferred...

can you make one for https://fotki.yandex.ru

:)

clairwill 02-03-2019 08:31 PM

Quote:

Originally Posted by tza2k5 (Post 2067621)
can you make one for https://fotki.yandex.ru

:)

sorry, I don't know how to do that.
this script was posted (I don't remember where) and I just copied it into greasemonkey and it worked...

saxa86 02-05-2019 05:53 AM

https://sbphotography.rajce.idnes.cz...e=0&order=desc

MarekT 02-05-2019 02:04 PM

https://raduszka.rajce.idnes.cz/Chat...1#P7160075.jpg


All times are GMT. The time now is 03:39 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.