JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > Deutscher Support > Probleme & Bugreports
Reply
 
Thread Tools Display Modes
  #1  
Old 21.10.2019, 08:35
sasou01
Guest
 
Posts: n/a
Question XML Download URL's von Sub-Sitemaps werden nicht erkannt

Ich versuche die Sub-Sitemaps einer XML Sitemap mit Hilfe von JDownloader herunterzuladen um einen Vergleich von verschiedenen Sitemaps durchzuführen.

Im Forum habe ich nach diversen Stichworten gesucht, finde aber keinen Hinweis darauf, womit dieses Problem zusammenhängen könnte.

Mehrere meiner Mitarbeiter verwenden dazu JDownloader schon seit geraumer Zeit. Sie kopieren den Inhalt von **External links are only visible to Support Staff****External links are only visible to Support Staff** in die Zwischenablage und JDownloader beginnt automatisch mit dem Download der Sub-Sitemaps als einzelne Dateien (z.B. **External links are only visible to Support Staff****External links are only visible to Support Staff**).

Weil ich diesen Task zuvor noch die durchgeführt habe, habe ich JDownloader frisch bei mir installiert und die Schritte analog meiner Mitarbeiter ausgeführt.

Leider erkennt mein JDownloader nur die Links zu den Sitemap Schemas (z.B.**External links are only visible to Support Staff****External links are only visible to Support Staff** ), welche nicht korret heruntergeladen werden können. (https://board.jdownloader.org/attach...1&d=1571639677)

Wenn ich versuche den Inhalt mit dem Linksammler zu analyisieren (Linksammler, Datei > Text mit Links analysieren), so werden zwar die Links der SubSitemaps in diesem Fenster erkannt, aber beim Download versucht JDownloader diese URL's nicht als Dateien herunterzuladen sondern sucht darin wiederum nach Inhalten.

Meine Kollegen haben in ihrer JDownloader-Version keine zustätzlichen Plugins installiert.

Ich habe versucht in den Einstellungen zusätzliche Regeln für den Linkfilter zu aktivieren, das Ergebnis bleibt jedoch dasselbe. (https://board.jdownloader.org/attach...1&d=1571639677)

Um sicherzustellen, dass mein JDownloader grundsätzlich funktioniert habe ich versucht Youtube Videos herunterzuladen, was prima geklappt hat.

System-Information:

JDownloader: Core 41439
Java: Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
OS: MacOS Mojave 10.14.6


Vielen Dank für eure Hilfe
Attached Images
File Type: jpg JDownloader_Result.jpg (110.3 KB, 1 views)
File Type: jpg JDownloader_Linkfilter_Settings.jpg (140.3 KB, 1 views)
Reply With Quote
  #2  
Old 23.10.2019, 17:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,571
Default

Ich verstehe deine Anfrage leider noch nicht ganz und daher ein paar Nachfragen meinerseits.
Was genau hast du vor? JDownloader unterstützt weder die XML noch die Seite selbst. Durch das manuelle hinzufügen von Links /zb AddLinks Dialog oder Copy/Paste, zwingst du den JDownloader in den DeepDecrypt Modus, bei der alles *gefressen* wird, was halbwegs nach Link/Datei aussieht.
Die Sitemap wird auch nicht unterstützt, sondern 0.9 sieht eben nach einem Archiv mit dem Namen 0 und dem Part 9 aus und daher *greift* das generische HTTP plugin diesen Link auf.

Mir würde es helfen du konkret beschreibst, was du erreichen willst und vor allem, was du herunterladen willst.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 23.10.2019, 20:13
sasou01
Guest
 
Posts: n/a
Default Gewünschtes Resultat - Sitemap Download

Hallo Jiaz,

vielen Dank für die schnelle Reaktion.

Als Resultat hätte ich gerne alle Sub-Sitemaps, welche in der Hauptsitemap angegeben sind als Dateien heruntergeladen.

Auszug aus der Hauptsitemap:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="**External links are only visible to Support Staff**>
	<sitemap>
			<loc>**External links are only visible to Support Staff**
		</sitemap>
	<sitemap>
			<loc>**External links are only visible to Support Staff**
		</sitemap>
	<sitemap>
			<loc>**External links are only visible to Support Staff**
		</sitemap>
	<sitemap>
			<loc>**External links are only visible to Support Staff**
		</sitemap>
	<sitemap>
			<loc>**External links are only visible to Support Staff**
		</sitemap>
Lädt mir folgende Dateien herunter:
**External links are only visible to Support Staff****External links are only visible to Support Staff** -> Homepage-de-CHF_1.xml
**External links are only visible to Support Staff****External links are only visible to Support Staff** -> Homepage-fr-CHF_1.xml
**External links are only visible to Support Staff****External links are only visible to Support Staff** -> Product-de-CHF_1.xml
**External links are only visible to Support Staff****External links are only visible to Support Staff** -> Product-fr-CHF_1.xml
**External links are only visible to Support Staff****External links are only visible to Support Staff** -> Product-de-CHF_2.xml
Reply With Quote
  #4  
Old 24.10.2019, 10:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,571
Default

Also den Link für sitemap.xml von der Seite einfügen und JDownloader soll alle darin enthaltenen XML als Datei laden, richtig?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 24.10.2019, 16:34
sasou01
Guest
 
Posts: n/a
Default

Ob ich denk Link auf die Sitemap oder den Inhalt der Haupt-Sitemap einfüge ist mir egal. Aber ja, das wäre der Wunsch.
Reply With Quote
  #6  
Old 24.10.2019, 17:02
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,571
Default

Quote:
[ {
"pattern" : "https?://(www\\.)?sfs\\.ch/sitemap/.*?\\.xml",
"rule" : "DIRECTHTTP"
} ]
In Einstellungen-Profieinstellungen-LinkCrawler.linkcrawlerrules
einfügen und dann den Link der sitemap.xml via Copy/Paste oder AddLinks Dialog hinzufügen
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 24.10.2019, 17:05
sasou01
Guest
 
Posts: n/a
Default Merci

Vielen Dank für die Hilfe.

Funktioniert wie am Schnürchen..
Reply With Quote
  #8  
Old 24.10.2019, 17:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,571
Default

Nichts zu danken Bei Fragen/Problemen, einfach wieder melden!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #9  
Old 29.03.2020, 16:37
juliakempin97 juliakempin97 is offline
Baby Loader
 
Join Date: Jan 2019
Posts: 7
Default

**External links are only visible to Support Staff****External links are only visible to Support Staff**

Hier wird mir immer unsuportet streaming type angezeigt. Kann man da was machen?
Reply With Quote
  #10  
Old 30.03.2020, 12:04
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,121
Default

Suche im Forum nach "tvnow" und der Fehlermeldung und du findest die Antwort ...

Kurzfassung:
Nein - die Umgehung von wirksamen Kopierschutzmechanismen ist (in Deutschland) verboten.

Grüße, psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 18:31.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.