This file contains 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
import argparse | |
import xml.etree.ElementTree as ET | |
from bs4 import BeautifulSoup | |
import urllib.request | |
from urllib.parse import urlparse | |
import os | |
import re | |
def get_downloads_from_img(img): | |
return_list = [] |
This file contains 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 | |
/* | |
Danke an Blumbeet für diese Action! | |
$objparams["actions"][] = "db"; // z.b. email, datenbank, als datei speichern etc. | |
$objparams["action_params"][] = array( | |
"table" => "REX_VALUE[8]", | |
"where" => "REX_VALUE[8]", |
This file contains 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 | |
error_reporting(0); | |
include 'redaxo/include/master.inc.php'; | |
error_reporting(E_ALL ^E_NOTICE); | |
ini_set('display_errors', 1); | |
$CLONE_THIS_ID = 184; | |
$DUPLICATE_MODULES = true; | |
This file contains 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 | |
/** | |
*============================================= | |
* REDAXO-Modul: do form! | |
* Bereich: Eingabe | |
* Version: 4.5 ajax | |
* Redaxo Version: 4.3 | |
* Module-id: 364 | |
* Thomas Skerbis / www.klxm.de | |
* Hinweise: |