themaLeecher
http://leecher.themasoftware.com/forum/

Replacements help topic.
http://leecher.themasoftware.com/forum/viewtopic.php?f=4&t=5860
Page 15 of 19

Author:  keepitcome25 [ July 27th, 2019, 8:37 pm ]
Post subject:  Re: Replacements help topic.

Before
https://gounlimited.to/b2w8csdqrp7p/BijBKQvq2VrQ.mp4
Affter
https://gounlimited.to/b2w8csdqrp7p.html

Author:  Freddy [ July 28th, 2019, 7:12 pm ]
Post subject:  Re: Replacements help topic.

Search for:
Code:
(https?://gounlimited.+?/.+?)/.+


Replace with:
Code:
$1.html


Enable regex search.

Author:  Baker2 [ October 14th, 2019, 9:26 am ]
Post subject:  Re: Replacements help topic.

Hello, How to change this ubiqfile line?

Example:

Code:

 [url=https://ubiqfile.com/w46u3pfuxoyn]bbw-creamy-carrot-creampie[/url]

or

[url=https://ubiqfile.com/z3n4w96bzsi8]bbw-pegging-your-tight-sissy-ass[/url]


 [url=https://ubiqfile.com/lb9fierst1le]natalie ryan nerdy pawg buttplug play[/url]




Author:  Freddy [ October 14th, 2019, 4:27 pm ]
Post subject:  Re: Replacements help topic.

I will need "Before" and "After" examples.

Author:  Baker2 [ October 15th, 2019, 9:21 am ]
Post subject:  Re: Replacements help topic.

before:

Code:
[url=https://ubiqfile.com/0yxm46lntc0a]natalie ryan modeling my bodystocking[/url]


after:

Code:
[url]http://nitroflare.com/view/31678663F7B546C/premium.rar[/url]

Author:  Freddy [ October 16th, 2019, 9:39 am ]
Post subject:  Re: Replacements help topic.

Search for:
Code:
\[url=https?://ubiqfile.+?\[/url\]


Replace with:
Code:
[url]http://nitroflare.com/view/31678663F7B546C/premium.rar[/url]


Enable regex search.

Author:  Freedom35 [ October 21st, 2019, 7:09 pm ]
Post subject:  Re: Replacements help topic.

Het Freddy
I've posts with multiple center tags... is it possible to add some text before the first opening <center> tag?

before

Code:
TEXT TEXT

<center>
qwerty1
</center>
<center>
qwerty2
</center>


after
Code:
TEXT TEXT

INSERTED TEXT
<center>
qwerty1
</center>
<center>
qwerty2
</center>

Author:  Freddy [ October 22nd, 2019, 7:15 am ]
Post subject:  Re: Replacements help topic.

Yes.

Search for:
Code:
(?s)<center>.+


Replace with:
Code:
INSERTED TEXT\n$0


Enable regex search.

Author:  Freedom35 [ October 22nd, 2019, 3:52 pm ]
Post subject:  Re: Replacements help topic.

Thank You :)

Author:  Shaki [ November 13th, 2019, 3:54 pm ]
Post subject:  Re: Replacements help topic.

Het Freddy
I want the Rapidgator links from the post

I know that I can export links in TL but there is no option to save to separate txt files
and I wanted to do this massively in posts

Input:
Code:
<center>TEXT TEXT
[spoiler]

TEXT TEXT

<a href="https://rapidgator.net/file/aad58e6856c186fa503d4993b34a6/Subs-The.Mr.Peabody.and.Sherman.Show.S01.rar">Subs-The.Mr.Peabody.and.Sherman.Show.S01.rar</a>
<a href="https://rapidgator.net/file/de5bc087de546b67547cb62fea8f5/The.Mr.Peabody.and.Sherman.Show.S01E01E02.WEBRip.x264-ION10.mp4">The.Mr.Peabody.and.Sherman.Show.S01E01E02.WEBRip.x264-ION10.mp4</a>

TEXT TEXT

<a href="https://1fichier.com/?10ayxxklbxhw2vus5&af=600/Subs-The.Mr.Peabody.and.Sherman.Show.S01.rar">Subs-The.Mr.Peabody.and.Sherman.Show.S01.rar</a>
<a href="https://1fichier.com/?5gjhs6i31n8k6s8ms&af=600/The.Mr.Peabody.and.Sherman.Show.S01E01E02.WEBRip.x264-ION10.mp4">The.Mr.Peabody.and.Sherman.Show.S01E01E02.WEBRip.x264-ION10.mp4</a>

[/spoiler]
</center>


output :
Code:
https://rapidgator.net/file/aad58e6856c186fa503d4993b34a6/Subs-The.Mr.Peabody.and.Sherman.Show.S01.rar
https://rapidgator.net/file/de5bc087de546b67547cb62fea8f5/The.Mr.Peabody.and.Sherman.Show.S01E01E02.WEBRip.x264-ION10.mp4

Author:  Freddy [ November 13th, 2019, 5:25 pm ]
Post subject:  Re: Replacements help topic.

Will add an option to save to separate .txt files.

Edit:

4.14:
* Added option to save links from extracted window to multiple files.

Author:  Xfactormaster [ November 24th, 2019, 8:06 pm ]
Post subject:  Re: Replacements help topic.

i need to remove line above 'WatchorDownloadVideo' or line below '[/quote]', since i have 2000 messages like this pattern.

Before
Code:
[url=https://img164.imagetwist.com/i/31488/ddqvrejas5t
[url=https://i.postimg.cc/2jVXsj3Y/a-chubby
Resolution: 364 x 364 pixels
[/quote]
[url=https://img164.imagetwist.com/i/31488/hm713936i1qn
[url=https://i.postimg.cc/RVvJ3hf5/a-chubby
WatchorDownloadVideo
[url=https://gounlimited.to/
[url=https://rapidgator.net/


After
Code:
[url=https://img164.imagetwist.com/i/31488/ddqvrejas5t
[url=https://i.postimg.cc/2jVXsj3Y/a-chubby
Resolution: 364 x 364 pixels
[/quote]
WatchorDownloadVideo
[url=https://gounlimited.to/
[url=https://rapidgator.net/

Author:  Freddy [ November 24th, 2019, 8:17 pm ]
Post subject:  Re: Replacements help topic.

Search for:
Code:
(?is)(\[/quote\]).+?(WatchorDownloadVideo)


Replace with:
Code:
$1\n$2


Enable regex search.

Author:  mitsumi [ February 20th, 2020, 3:21 pm ]
Post subject:  Re: Replacements help topic.

Code:
before
[url=https://pixhost.icu/avaxhome/d7/25/005125d7.jpg][img]https://pixhost.icu/avaxhome/d7/25/005125d7.jpg[/img][/url]

after
[img]https://pixhost.icu/avaxhome/d7/25/005125d7.jpg[/img]
or
[center][img]https://pixhost.icu/avaxhome/d7/25/005125d7.jpg[/img][/center]


Code:
before
[url=http://icecreamapps.com/Screen-Recorder/]http://icecreamapps.com/Screen-Recorder/[/url]

after
[quote]http://icecreamapps.com/Screen-Recorder/[/quote]

Author:  Freddy [ February 21st, 2020, 8:23 am ]
Post subject:  Re: Replacements help topic.

Search for:
Code:
\[url=https?://pixhost.+?\](\[img\].+?)\[/url\]


Replace with:
Code:
$1


Enable regex search.


Search for:
Code:
\[url=(https?://icecreamapps.+?)\].+?\[/url\]


Replace with:
Code:
[quote]$1[/quote]


Enable regex search.

Page 15 of 19 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/