#2126 Le 21/08/2012, à 11:53
- rvhm
Re : TVDownloader: télécharger les médias du net !
@ rvhm
pour corriger je ne sais pas, mais pour avoir une idée de ce qui se passe, lance tvdownloader en faisant dans un terminal
python -v /usr/share/tvdownloader/main.py
et poste les 50 dernières lignes affichées dans ce terminal
voila les 50 lignes
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
import site # precompiled from /usr/lib/python2.7/site.pyc
# /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
import os # precompiled from /usr/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
import posixpath # precompiled from /usr/lib/python2.7/posixpath.pyc
# /usr/lib/python2.7/stat.pyc matches /usr/lib/python2.7/stat.py
import stat # precompiled from /usr/lib/python2.7/stat.pyc
# /usr/lib/python2.7/genericpath.pyc matches /usr/lib/python2.7/genericpath.py
import genericpath # precompiled from /usr/lib/python2.7/genericpath.pyc
# /usr/lib/python2.7/warnings.pyc matches /usr/lib/python2.7/warnings.py
import warnings # precompiled from /usr/lib/python2.7/warnings.pyc
# /usr/lib/python2.7/linecache.pyc matches /usr/lib/python2.7/linecache.py
import linecache # precompiled from /usr/lib/python2.7/linecache.pyc
# /usr/lib/python2.7/types.pyc matches /usr/lib/python2.7/types.py
import types # precompiled from /usr/lib/python2.7/types.pyc
# /usr/lib/python2.7/UserDict.pyc matches /usr/lib/python2.7/UserDict.py
import UserDict # precompiled from /usr/lib/python2.7/UserDict.pyc
# /usr/lib/python2.7/_abcoll.pyc matches /usr/lib/python2.7/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.7/_abcoll.pyc
# /usr/lib/python2.7/abc.pyc matches /usr/lib/python2.7/abc.py
import abc # precompiled from /usr/lib/python2.7/abc.pyc
# /usr/lib/python2.7/_weakrefset.pyc matches /usr/lib/python2.7/_weakrefset.py
import _weakrefset # precompiled from /usr/lib/python2.7/_weakrefset.pyc
import _weakref # builtin
# /usr/lib/python2.7/copy_reg.pyc matches /usr/lib/python2.7/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.7/copy_reg.pyc
# /usr/lib/python2.7/traceback.pyc matches /usr/lib/python2.7/traceback.py
import traceback # precompiled from /usr/lib/python2.7/traceback.pyc
# /usr/lib/python2.7/sysconfig.pyc matches /usr/lib/python2.7/sysconfig.py
import sysconfig # precompiled from /usr/lib/python2.7/sysconfig.pyc
# /usr/lib/python2.7/re.pyc matches /usr/lib/python2.7/re.py
import re # precompiled from /usr/lib/python2.7/re.pyc
# /usr/lib/python2.7/sre_compile.pyc matches /usr/lib/python2.7/sre_compile.py
import sre_compile # precompiled from /usr/lib/python2.7/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.7/sre_parse.pyc matches /usr/lib/python2.7/sre_parse.py
import sre_parse # precompiled from /usr/lib/python2.7/sre_parse.pyc
# /usr/lib/python2.7/sre_constants.pyc matches /usr/lib/python2.7/sre_constants.py
import sre_constants # precompiled from /usr/lib/python2.7/sre_constants.pyc
# /usr/lib/python2.7/sitecustomize.pyc matches /usr/lib/python2.7/sitecustomize.py
import sitecustomize # precompiled from /usr/lib/python2.7/sitecustomize.pyc
# /usr/lib/python2.7/dist-packages/apport_python_hook.pyc matches /usr/lib/python2.7/dist-packages/apport_python_hook.py
import apport_python_hook # precompiled from /usr/lib/python2.7/dist-packages/apport_python_hook.pyc
import encodings # directory /usr/lib/python2.7/encodings
# /usr/lib/python2.7/encodings/__init__.pyc matches /usr/lib/python2.7/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.7/encodings/__init__.pyc
# /usr/lib/python2.7/codecs.pyc matches /usr/lib/python2.7/codecs.py
import codecs # precompiled from /usr/lib/python2.7/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.7/encodings/aliases.pyc matches /usr/lib/python2.7/encodings/aliases.py
import encodings.aliases # precompiled from /usr/lib/python2.7/encodings/aliases.pyc
# /usr/lib/python2.7/encodings/utf_8.pyc matches /usr/lib/python2.7/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/lib/python2.7/encodings/utf_8.pyc
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python2.7/encodings/utf_32_be.pyc matches /usr/lib/python2.7/encodings/utf_32_be.py
import encodings.utf_32_be # precompiled from /usr/lib/python2.7/encodings/utf_32_be.pyc
# /usr/lib/python2.7/optparse.pyc matches /usr/lib/python2.7/optparse.py
import optparse # precompiled from /usr/lib/python2.7/optparse.pyc
# /usr/lib/python2.7/textwrap.pyc matches /usr/lib/python2.7/textwrap.py
import textwrap # precompiled from /usr/lib/python2.7/textwrap.pyc
# /usr/lib/python2.7/string.pyc matches /usr/lib/python2.7/string.py
import string # precompiled from /usr/lib/python2.7/string.pyc
import strop # builtin
# /usr/lib/python2.7/gettext.pyc matches /usr/lib/python2.7/gettext.py
import gettext # precompiled from /usr/lib/python2.7/gettext.pyc
# /usr/lib/python2.7/locale.pyc matches /usr/lib/python2.7/locale.py
import locale # precompiled from /usr/lib/python2.7/locale.pyc
import operator # builtin
# /usr/lib/python2.7/functools.pyc matches /usr/lib/python2.7/functools.py
import functools # precompiled from /usr/lib/python2.7/functools.pyc
import _functools # builtin
import _locale # builtin
# /usr/lib/python2.7/copy.pyc matches /usr/lib/python2.7/copy.py
import copy # precompiled from /usr/lib/python2.7/copy.pyc
# /usr/lib/python2.7/weakref.pyc matches /usr/lib/python2.7/weakref.py
import weakref # precompiled from /usr/lib/python2.7/weakref.pyc
# /usr/lib/python2.7/struct.pyc matches /usr/lib/python2.7/struct.py
import struct # precompiled from /usr/lib/python2.7/struct.pyc
import _struct # builtin
import logging # directory /usr/lib/python2.7/logging
# /usr/lib/python2.7/logging/__init__.pyc matches /usr/lib/python2.7/logging/__init__.py
import logging # precompiled from /usr/lib/python2.7/logging/__init__.pyc
import time # builtin
import cStringIO # builtin
import thread # builtin
# /usr/lib/python2.7/threading.pyc matches /usr/lib/python2.7/threading.py
import threading # precompiled from /usr/lib/python2.7/threading.pyc
# /usr/lib/python2.7/atexit.pyc matches /usr/lib/python2.7/atexit.py
import atexit # precompiled from /usr/lib/python2.7/atexit.pyc
import PyQt4 # directory /usr/lib/python2.7/dist-packages/PyQt4
# /usr/lib/python2.7/dist-packages/PyQt4/__init__.pyc matches /usr/lib/python2.7/dist-packages/PyQt4/__init__.py
import PyQt4 # precompiled from /usr/lib/python2.7/dist-packages/PyQt4/__init__.pyc
dlopen("/usr/lib/python2.7/dist-packages/PyQt4/QtGui.so", 2);
dlopen("/usr/lib/python2.7/dist-packages/sip.so", 2);
import sip # dynamically loaded from /usr/lib/python2.7/dist-packages/sip.so
dlopen("/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so", 2);
import PyQt4.QtCore # dynamically loaded from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
import PyQt4.QtGui # dynamically loaded from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
import GUI # directory /usr/share/tvdownloader/GUI
# /usr/share/tvdownloader/GUI/__init__.pyc matches /usr/share/tvdownloader/GUI/__init__.py
import GUI # precompiled from /usr/share/tvdownloader/GUI/__init__.pyc
# /usr/share/tvdownloader/GUI/MainWindow.pyc matches /usr/share/tvdownloader/GUI/MainWindow.py
import GUI.MainWindow # precompiled from /usr/share/tvdownloader/GUI/MainWindow.pyc
import GUI.Qt # directory /usr/share/tvdownloader/GUI/Qt
# /usr/share/tvdownloader/GUI/Qt/__init__.pyc matches /usr/share/tvdownloader/GUI/Qt/__init__.py
import GUI.Qt # precompiled from /usr/share/tvdownloader/GUI/Qt/__init__.pyc
# /usr/share/tvdownloader/GUI/Qt/MyQTableWidget.pyc matches /usr/share/tvdownloader/GUI/Qt/MyQTableWidget.py
import GUI.Qt.MyQTableWidget # precompiled from /usr/share/tvdownloader/GUI/Qt/MyQTableWidget.pyc
# /usr/share/tvdownloader/GUI/ConvertQString.pyc matches /usr/share/tvdownloader/GUI/ConvertQString.py
import GUI.ConvertQString # precompiled from /usr/share/tvdownloader/GUI/ConvertQString.pyc
import unicodedata # builtin
# /usr/share/tvdownloader/GUI/Qt/MyQPushButton.pyc matches /usr/share/tvdownloader/GUI/Qt/MyQPushButton.py
import GUI.Qt.MyQPushButton # precompiled from /usr/share/tvdownloader/GUI/Qt/MyQPushButton.pyc
# /usr/share/tvdownloader/API.pyc matches /usr/share/tvdownloader/API.py
import API # precompiled from /usr/share/tvdownloader/API.pyc
# /usr/lib/python2.7/httplib.pyc matches /usr/lib/python2.7/httplib.py
import httplib # precompiled from /usr/lib/python2.7/httplib.pyc
import array # builtin
# /usr/lib/python2.7/socket.pyc matches /usr/lib/python2.7/socket.py
import socket # precompiled from /usr/lib/python2.7/socket.pyc
import _socket # builtin
import _ssl # builtin
# /usr/lib/python2.7/urlparse.pyc matches /usr/lib/python2.7/urlparse.py
import urlparse # precompiled from /usr/lib/python2.7/urlparse.pyc
# /usr/lib/python2.7/collections.pyc matches /usr/lib/python2.7/collections.py
import collections # precompiled from /usr/lib/python2.7/collections.pyc
import _collections # builtin
# /usr/lib/python2.7/keyword.pyc matches /usr/lib/python2.7/keyword.py
import keyword # precompiled from /usr/lib/python2.7/keyword.pyc
# /usr/lib/python2.7/heapq.pyc matches /usr/lib/python2.7/heapq.py
import heapq # precompiled from /usr/lib/python2.7/heapq.pyc
import itertools # builtin
# /usr/lib/python2.7/bisect.pyc matches /usr/lib/python2.7/bisect.py
import bisect # precompiled from /usr/lib/python2.7/bisect.pyc
import _bisect # builtin
dlopen("/usr/lib/python2.7/lib-dynload/_heapq.so", 2);
import _heapq # dynamically loaded from /usr/lib/python2.7/lib-dynload/_heapq.so
# /usr/lib/python2.7/mimetools.pyc matches /usr/lib/python2.7/mimetools.py
import mimetools # precompiled from /usr/lib/python2.7/mimetools.pyc
# /usr/lib/python2.7/tempfile.pyc matches /usr/lib/python2.7/tempfile.py
import tempfile # precompiled from /usr/lib/python2.7/tempfile.pyc
# /usr/lib/python2.7/random.pyc matches /usr/lib/python2.7/random.py
import random # precompiled from /usr/lib/python2.7/random.pyc
# /usr/lib/python2.7/__future__.pyc matches /usr/lib/python2.7/__future__.py
import __future__ # precompiled from /usr/lib/python2.7/__future__.pyc
import math # builtin
import binascii # builtin
# /usr/lib/python2.7/hashlib.pyc matches /usr/lib/python2.7/hashlib.py
import hashlib # precompiled from /usr/lib/python2.7/hashlib.pyc
import _hashlib # builtin
import _random # builtin
import fcntl # builtin
# /usr/lib/python2.7/rfc822.pyc matches /usr/lib/python2.7/rfc822.py
import rfc822 # precompiled from /usr/lib/python2.7/rfc822.pyc
# /usr/lib/python2.7/ssl.pyc matches /usr/lib/python2.7/ssl.py
import ssl # precompiled from /usr/lib/python2.7/ssl.pyc
# /usr/lib/python2.7/base64.pyc matches /usr/lib/python2.7/base64.py
import base64 # precompiled from /usr/lib/python2.7/base64.pyc
# /usr/share/tvdownloader/APIPrive.pyc matches /usr/share/tvdownloader/APIPrive.py
import APIPrive # precompiled from /usr/share/tvdownloader/APIPrive.pyc
import zlib # builtin
# /usr/lib/python2.7/pickle.pyc matches /usr/lib/python2.7/pickle.py
import pickle # precompiled from /usr/lib/python2.7/pickle.pyc
import marshal # builtin
# /usr/lib/python2.7/htmlentitydefs.pyc matches /usr/lib/python2.7/htmlentitydefs.py
import htmlentitydefs # precompiled from /usr/lib/python2.7/htmlentitydefs.pyc
# /usr/share/tvdownloader/Fichier.pyc matches /usr/share/tvdownloader/Fichier.py
import Fichier # precompiled from /usr/share/tvdownloader/Fichier.pyc
dlopen("/usr/lib/python2.7/lib-dynload/datetime.so", 2);
import datetime # dynamically loaded from /usr/lib/python2.7/lib-dynload/datetime.so
# /usr/share/tvdownloader/Option.pyc matches /usr/share/tvdownloader/Option.py
import Option # precompiled from /usr/share/tvdownloader/Option.pyc
# /usr/share/tvdownloader/Navigateur.pyc matches /usr/share/tvdownloader/Navigateur.py
import Navigateur # precompiled from /usr/share/tvdownloader/Navigateur.pyc
# /usr/lib/python2.7/urllib.pyc matches /usr/lib/python2.7/urllib.py
import urllib # precompiled from /usr/lib/python2.7/urllib.pyc
# /usr/lib/python2.7/urllib2.pyc matches /usr/lib/python2.7/urllib2.py
import urllib2 # precompiled from /usr/lib/python2.7/urllib2.pyc
import mechanize # directory /usr/lib/python2.7/dist-packages/mechanize
# /usr/lib/python2.7/dist-packages/mechanize/__init__.pyc matches /usr/lib/python2.7/dist-packages/mechanize/__init__.py
import mechanize # precompiled from /usr/lib/python2.7/dist-packages/mechanize/__init__.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_version.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_version.py
import mechanize._version # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_version.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_mechanize.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_mechanize.py
import mechanize._mechanize # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_mechanize.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_html.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_html.py
import mechanize._html # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_html.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_sgmllib_copy.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_sgmllib_copy.py
import mechanize._sgmllib_copy # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_sgmllib_copy.pyc
# /usr/lib/python2.7/markupbase.pyc matches /usr/lib/python2.7/markupbase.py
import markupbase # precompiled from /usr/lib/python2.7/markupbase.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_beautifulsoup.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_beautifulsoup.py
import mechanize._beautifulsoup # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_beautifulsoup.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_form.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_form.py
import mechanize._form # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_form.pyc
# /usr/lib/python2.7/HTMLParser.pyc matches /usr/lib/python2.7/HTMLParser.py
import HTMLParser # precompiled from /usr/lib/python2.7/HTMLParser.pyc
# /usr/lib/python2.7/inspect.pyc matches /usr/lib/python2.7/inspect.py
import inspect # precompiled from /usr/lib/python2.7/inspect.pyc
# /usr/lib/python2.7/dis.pyc matches /usr/lib/python2.7/dis.py
import dis # precompiled from /usr/lib/python2.7/dis.pyc
# /usr/lib/python2.7/opcode.pyc matches /usr/lib/python2.7/opcode.py
import opcode # precompiled from /usr/lib/python2.7/opcode.pyc
import imp # builtin
# /usr/lib/python2.7/tokenize.pyc matches /usr/lib/python2.7/tokenize.py
import tokenize # precompiled from /usr/lib/python2.7/tokenize.pyc
# /usr/lib/python2.7/token.pyc matches /usr/lib/python2.7/token.py
import token # precompiled from /usr/lib/python2.7/token.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_request.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_request.py
import mechanize._request # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_request.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_rfc3986.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_rfc3986.py
import mechanize._rfc3986 # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_rfc3986.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_sockettimeout.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_sockettimeout.py
import mechanize._sockettimeout # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_sockettimeout.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_urllib2_fork.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_urllib2_fork.py
import mechanize._urllib2_fork # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_urllib2_fork.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_clientcookie.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_clientcookie.py
import mechanize._clientcookie # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_clientcookie.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_headersutil.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_headersutil.py
import mechanize._headersutil # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_headersutil.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_util.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_util.py
import mechanize._util # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_util.pyc
# /usr/lib/python2.7/calendar.pyc matches /usr/lib/python2.7/calendar.py
import calendar # precompiled from /usr/lib/python2.7/calendar.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_response.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_response.py
import mechanize._response # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_response.pyc
# /usr/lib/python2.7/sgmllib.pyc matches /usr/lib/python2.7/sgmllib.py
import sgmllib # precompiled from /usr/lib/python2.7/sgmllib.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_useragent.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_useragent.py
import mechanize._useragent # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_useragent.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_auth.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_auth.py
import mechanize._auth # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_auth.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_gzip.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_gzip.py
import mechanize._gzip # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_gzip.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_opener.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_opener.py
import mechanize._opener # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_opener.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_urllib2.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_urllib2.py
import mechanize._urllib2 # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_urllib2.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_debug.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_debug.py
import mechanize._debug # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_debug.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_http.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_http.py
import mechanize._http # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_http.pyc
# /usr/lib/python2.7/robotparser.pyc matches /usr/lib/python2.7/robotparser.py
import robotparser # precompiled from /usr/lib/python2.7/robotparser.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_lwpcookiejar.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_lwpcookiejar.py
import mechanize._lwpcookiejar # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_lwpcookiejar.pyc
import sqlite3 # directory /usr/lib/python2.7/sqlite3
# /usr/lib/python2.7/sqlite3/__init__.pyc matches /usr/lib/python2.7/sqlite3/__init__.py
import sqlite3 # precompiled from /usr/lib/python2.7/sqlite3/__init__.pyc
# /usr/lib/python2.7/sqlite3/dbapi2.pyc matches /usr/lib/python2.7/sqlite3/dbapi2.py
import sqlite3.dbapi2 # precompiled from /usr/lib/python2.7/sqlite3/dbapi2.pyc
dlopen("/usr/lib/python2.7/lib-dynload/_sqlite3.so", 2);
import _sqlite3 # dynamically loaded from /usr/lib/python2.7/lib-dynload/_sqlite3.so
# /usr/lib/python2.7/dist-packages/mechanize/_firefox3cookiejar.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_firefox3cookiejar.py
import mechanize._firefox3cookiejar # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_firefox3cookiejar.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_mozillacookiejar.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_mozillacookiejar.py
import mechanize._mozillacookiejar # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_mozillacookiejar.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_msiecookiejar.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_msiecookiejar.py
import mechanize._msiecookiejar # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_msiecookiejar.pyc
# /usr/lib/python2.7/dist-packages/mechanize/_pullparser.pyc matches /usr/lib/python2.7/dist-packages/mechanize/_pullparser.py
import mechanize._pullparser # precompiled from /usr/lib/python2.7/dist-packages/mechanize/_pullparser.pyc
import xml # directory /usr/lib/python2.7/xml
# /usr/lib/python2.7/xml/__init__.pyc matches /usr/lib/python2.7/xml/__init__.py
import xml # precompiled from /usr/lib/python2.7/xml/__init__.pyc
import xml.sax # directory /usr/lib/python2.7/xml/sax
# /usr/lib/python2.7/xml/sax/__init__.pyc matches /usr/lib/python2.7/xml/sax/__init__.py
import xml.sax # precompiled from /usr/lib/python2.7/xml/sax/__init__.pyc
# /usr/lib/python2.7/xml/sax/xmlreader.pyc matches /usr/lib/python2.7/xml/sax/xmlreader.py
import xml.sax.xmlreader # precompiled from /usr/lib/python2.7/xml/sax/xmlreader.pyc
# /usr/lib/python2.7/xml/sax/handler.pyc matches /usr/lib/python2.7/xml/sax/handler.py
import xml.sax.handler # precompiled from /usr/lib/python2.7/xml/sax/handler.pyc
# /usr/lib/python2.7/xml/sax/_exceptions.pyc matches /usr/lib/python2.7/xml/sax/_exceptions.py
import xml.sax._exceptions # precompiled from /usr/lib/python2.7/xml/sax/_exceptions.pyc
# /usr/lib/python2.7/xml/sax/saxutils.pyc matches /usr/lib/python2.7/xml/sax/saxutils.py
import xml.sax.saxutils # precompiled from /usr/lib/python2.7/xml/sax/saxutils.pyc
# /usr/share/tvdownloader/GUI/Signaux.pyc matches /usr/share/tvdownloader/GUI/Signaux.py
import GUI.Signaux # precompiled from /usr/share/tvdownloader/GUI/Signaux.pyc
# /usr/share/tvdownloader/PluginManager.pyc matches /usr/share/tvdownloader/PluginManager.py
import PluginManager # precompiled from /usr/share/tvdownloader/PluginManager.pyc
# /usr/share/tvdownloader/Plugin.pyc matches /usr/share/tvdownloader/Plugin.py
import Plugin # precompiled from /usr/share/tvdownloader/Plugin.pyc
# /usr/share/tvdownloader/Preferences.pyc matches /usr/share/tvdownloader/Preferences.py
import Preferences # precompiled from /usr/share/tvdownloader/Preferences.pyc
# /usr/share/tvdownloader/GUI/PreferencesDialog.pyc matches /usr/share/tvdownloader/GUI/PreferencesDialog.py
import GUI.PreferencesDialog # precompiled from /usr/share/tvdownloader/GUI/PreferencesDialog.pyc
# /usr/share/tvdownloader/GUI/PreferencePluginDialog.pyc matches /usr/share/tvdownloader/GUI/PreferencePluginDialog.py
import GUI.PreferencePluginDialog # precompiled from /usr/share/tvdownloader/GUI/PreferencePluginDialog.pyc
# /usr/share/tvdownloader/Downloader.pyc matches /usr/share/tvdownloader/Downloader.py
import Downloader # precompiled from /usr/share/tvdownloader/Downloader.pyc
# /usr/lib/python2.7/subprocess.pyc matches /usr/lib/python2.7/subprocess.py
import subprocess # precompiled from /usr/lib/python2.7/subprocess.pyc
import gc # builtin
import select # builtin
# /usr/lib/python2.7/shlex.pyc matches /usr/lib/python2.7/shlex.py
import shlex # precompiled from /usr/lib/python2.7/shlex.pyc
import fonctions # directory /usr/share/tvdownloader/fonctions
# /usr/share/tvdownloader/fonctions/__init__.pyc matches /usr/share/tvdownloader/fonctions/__init__.py
import fonctions # precompiled from /usr/share/tvdownloader/fonctions/__init__.pyc
# /usr/share/tvdownloader/fonctions/urlToRtmpdump.pyc matches /usr/share/tvdownloader/fonctions/urlToRtmpdump.py
import fonctions.urlToRtmpdump # precompiled from /usr/share/tvdownloader/fonctions/urlToRtmpdump.pyc
# /usr/share/tvdownloader/GUI/AProposDialog.pyc matches /usr/share/tvdownloader/GUI/AProposDialog.py
import GUI.AProposDialog # precompiled from /usr/share/tvdownloader/GUI/AProposDialog.pyc
# /usr/share/tvdownloader/Historique.pyc matches /usr/share/tvdownloader/Historique.py
import Historique # precompiled from /usr/share/tvdownloader/Historique.pyc
# /usr/share/tvdownloader/GUI/FenetreAttenteProgressDialog.pyc matches /usr/share/tvdownloader/GUI/FenetreAttenteProgressDialog.py
import GUI.FenetreAttenteProgressDialog # precompiled from /usr/share/tvdownloader/GUI/FenetreAttenteProgressDialog.pyc
# /usr/share/tvdownloader/GUI/UpdateManagerDialog.pyc matches /usr/share/tvdownloader/GUI/UpdateManagerDialog.py
import GUI.UpdateManagerDialog # precompiled from /usr/share/tvdownloader/GUI/UpdateManagerDialog.pyc
# /usr/share/tvdownloader/UpdateManager.pyc matches /usr/share/tvdownloader/UpdateManager.py
import UpdateManager # precompiled from /usr/share/tvdownloader/UpdateManager.pyc
(python:18069): Gtk-WARNING **: Impossible de trouver le moteur de thème dans module_path : « oxygen-gtk »
# plugins/Arte.pyc matches plugins/Arte.py
import Arte # precompiled from plugins/Arte.pyc
# plugins/Pluzz.pyc matches plugins/Pluzz.py
import Pluzz # precompiled from plugins/Pluzz.pyc
# plugins/M6Replay.pyc matches plugins/M6Replay.py
import M6Replay # precompiled from plugins/M6Replay.pyc
import Crypto # directory /usr/lib/python2.7/dist-packages/Crypto
# /usr/lib/python2.7/dist-packages/Crypto/__init__.pyc matches /usr/lib/python2.7/dist-packages/Crypto/__init__.py
import Crypto # precompiled from /usr/lib/python2.7/dist-packages/Crypto/__init__.pyc
import Crypto.Cipher # directory /usr/lib/python2.7/dist-packages/Crypto/Cipher
# /usr/lib/python2.7/dist-packages/Crypto/Cipher/__init__.pyc matches /usr/lib/python2.7/dist-packages/Crypto/Cipher/__init__.py
import Crypto.Cipher # precompiled from /usr/lib/python2.7/dist-packages/Crypto/Cipher/__init__.pyc
dlopen("/usr/lib/python2.7/dist-packages/Crypto/Cipher/DES.so", 2);
import Crypto.Cipher.DES # dynamically loaded from /usr/lib/python2.7/dist-packages/Crypto/Cipher/DES.so
# plugins/FranceInter.pyc matches plugins/FranceInter.py
import FranceInter # precompiled from plugins/FranceInter.pyc
# plugins/Podcasts.pyc matches plugins/Podcasts.py
import Podcasts # precompiled from plugins/Podcasts.pyc
# plugins/RadioFrance.pyc matches plugins/RadioFrance.py
import RadioFrance # precompiled from plugins/RadioFrance.pyc
# plugins/Europe1.pyc matches plugins/Europe1.py
import Europe1 # precompiled from plugins/Europe1.pyc
# plugins/CanalPlus.pyc matches plugins/CanalPlus.py
import CanalPlus # precompiled from plugins/CanalPlus.pyc
# plugins/W9Replay.pyc matches plugins/W9Replay.py
import W9Replay # precompiled from plugins/W9Replay.pyc
# /usr/lib/python2.7/encodings/raw_unicode_escape.pyc matches /usr/lib/python2.7/encodings/raw_unicode_escape.py
import encodings.raw_unicode_escape # precompiled from /usr/lib/python2.7/encodings/raw_unicode_escape.pyc
# /usr/lib/python2.7/encodings/string_escape.pyc matches /usr/lib/python2.7/encodings/string_escape.py
import encodings.string_escape # precompiled from /usr/lib/python2.7/encodings/string_escape.pyc
Hors ligne
#2127 Le 21/08/2012, à 15:46
- k3c
Re : TVDownloader: télécharger les médias du net !
Dans mon cas, ça affiche
# /usr/lib/pymodules/python2.7/chardet/mbcharsetprober.pyc matches /usr/lib/pymodules/python2.7/chardet/mbcharsetprober.py
import chardet.mbcharsetprober # precompiled from /usr/lib/pymodules/python2.7/chardet/mbcharsetprober.pyc
# /usr/lib/pymodules/python2.7/chardet/chardistribution.pyc matches /usr/lib/pymodules/python2.7/chardet/chardistribution.py
import chardet.chardistribution # precompiled from /usr/lib/pymodules/python2.7/chardet/chardistribution.pyc
# /usr/lib/pymodules/python2.7/chardet/euctwfreq.pyc matches /usr/lib/pymodules/python2.7/chardet/euctwfreq.py
import chardet.euctwfreq # precompiled from /usr/lib/pymodules/python2.7/chardet/euctwfreq.pyc
# /usr/lib/pymodules/python2.7/chardet/euckrfreq.pyc matches /usr/lib/pymodules/python2.7/chardet/euckrfreq.py
import chardet.euckrfreq # precompiled from /usr/lib/pymodules/python2.7/chardet/euckrfreq.pyc
# /usr/lib/pymodules/python2.7/chardet/gb2312freq.pyc matches /usr/lib/pymodules/python2.7/chardet/gb2312freq.py
import chardet.gb2312freq # precompiled from /usr/lib/pymodules/python2.7/chardet/gb2312freq.pyc
# /usr/lib/pymodules/python2.7/chardet/big5freq.pyc matches /usr/lib/pymodules/python2.7/chardet/big5freq.py
import chardet.big5freq # precompiled from /usr/lib/pymodules/python2.7/chardet/big5freq.pyc
# /usr/lib/pymodules/python2.7/chardet/jisfreq.pyc matches /usr/lib/pymodules/python2.7/chardet/jisfreq.py
import chardet.jisfreq # precompiled from /usr/lib/pymodules/python2.7/chardet/jisfreq.pyc
# /usr/lib/pymodules/python2.7/chardet/jpcntx.pyc matches /usr/lib/pymodules/python2.7/chardet/jpcntx.py
import chardet.jpcntx # precompiled from /usr/lib/pymodules/python2.7/chardet/jpcntx.pyc
# /usr/lib/pymodules/python2.7/chardet/eucjpprober.pyc matches /usr/lib/pymodules/python2.7/chardet/eucjpprober.py
import chardet.eucjpprober # precompiled from /usr/lib/pymodules/python2.7/chardet/eucjpprober.pyc
# /usr/lib/pymodules/python2.7/chardet/gb2312prober.pyc matches /usr/lib/pymodules/python2.7/chardet/gb2312prober.py
import chardet.gb2312prober # precompiled from /usr/lib/pymodules/python2.7/chardet/gb2312prober.pyc
# /usr/lib/pymodules/python2.7/chardet/euckrprober.pyc matches /usr/lib/pymodules/python2.7/chardet/euckrprober.py
import chardet.euckrprober # precompiled from /usr/lib/pymodules/python2.7/chardet/euckrprober.pyc
# /usr/lib/pymodules/python2.7/chardet/big5prober.pyc matches /usr/lib/pymodules/python2.7/chardet/big5prober.py
import chardet.big5prober # precompiled from /usr/lib/pymodules/python2.7/chardet/big5prober.pyc
# /usr/lib/pymodules/python2.7/chardet/euctwprober.pyc matches /usr/lib/pymodules/python2.7/chardet/euctwprober.py
import chardet.euctwprober # precompiled from /usr/lib/pymodules/python2.7/chardet/euctwprober.pyc
# /usr/lib/pymodules/python2.7/chardet/sbcsgroupprober.pyc matches /usr/lib/pymodules/python2.7/chardet/sbcsgroupprober.py
import chardet.sbcsgroupprober # precompiled from /usr/lib/pymodules/python2.7/chardet/sbcsgroupprober.pyc
# /usr/lib/pymodules/python2.7/chardet/sbcharsetprober.pyc matches /usr/lib/pymodules/python2.7/chardet/sbcharsetprober.py
import chardet.sbcharsetprober # precompiled from /usr/lib/pymodules/python2.7/chardet/sbcharsetprober.pyc
# /usr/lib/pymodules/python2.7/chardet/langcyrillicmodel.pyc matches /usr/lib/pymodules/python2.7/chardet/langcyrillicmodel.py
import chardet.langcyrillicmodel # precompiled from /usr/lib/pymodules/python2.7/chardet/langcyrillicmodel.pyc
# /usr/lib/pymodules/python2.7/chardet/langgreekmodel.pyc matches /usr/lib/pymodules/python2.7/chardet/langgreekmodel.py
import chardet.langgreekmodel # precompiled from /usr/lib/pymodules/python2.7/chardet/langgreekmodel.pyc
# /usr/lib/pymodules/python2.7/chardet/langbulgarianmodel.pyc matches /usr/lib/pymodules/python2.7/chardet/langbulgarianmodel.py
import chardet.langbulgarianmodel # precompiled from /usr/lib/pymodules/python2.7/chardet/langbulgarianmodel.pyc
# /usr/lib/pymodules/python2.7/chardet/langhungarianmodel.pyc matches /usr/lib/pymodules/python2.7/chardet/langhungarianmodel.py
import chardet.langhungarianmodel # precompiled from /usr/lib/pymodules/python2.7/chardet/langhungarianmodel.pyc
# /usr/lib/pymodules/python2.7/chardet/langthaimodel.pyc matches /usr/lib/pymodules/python2.7/chardet/langthaimodel.py
import chardet.langthaimodel # precompiled from /usr/lib/pymodules/python2.7/chardet/langthaimodel.pyc
# /usr/lib/pymodules/python2.7/chardet/langhebrewmodel.pyc matches /usr/lib/pymodules/python2.7/chardet/langhebrewmodel.py
import chardet.langhebrewmodel # precompiled from /usr/lib/pymodules/python2.7/chardet/langhebrewmodel.pyc
# /usr/lib/pymodules/python2.7/chardet/hebrewprober.pyc matches /usr/lib/pymodules/python2.7/chardet/hebrewprober.py
import chardet.hebrewprober # precompiled from /usr/lib/pymodules/python2.7/chardet/hebrewprober.pyc
# /usr/lib/pymodules/python2.7/chardet/escprober.pyc matches /usr/lib/pymodules/python2.7/chardet/escprober.py
import chardet.escprober # precompiled from /usr/lib/pymodules/python2.7/chardet/escprober.pyc
# /usr/lib/pymodules/python2.7/chardet/escsm.pyc matches /usr/lib/pymodules/python2.7/chardet/escsm.py
import chardet.escsm # precompiled from /usr/lib/pymodules/python2.7/chardet/escsm.pyc
# /usr/lib/python2.7/encodings/iso8859_2.pyc matches /usr/lib/python2.7/encodings/iso8859_2.py
import encodings.iso8859_2 # precompiled from /usr/lib/python2.7/encodings/iso8859_2.pyc
# /usr/lib/python2.7/xml/sax/expatreader.pyc matches /usr/lib/python2.7/xml/sax/expatreader.py
import xml.sax.expatreader # precompiled from /usr/lib/python2.7/xml/sax/expatreader.pyc
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 842, in emit
msg = self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 719, in format
return fmt.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file APIPrive.py, line 253
Traceback (most recent call last):
File "/usr/share/tvdownloader/APIPrive.py", line 251, in pluginRafraichir
self.listePluginActif[nomPlugin].rafraichir()
File "plugins/W9Replay.py", line 51, in rafraichir
page = urllib.urlopen( self.urlFichierXML )
File "/usr/lib/python2.7/urllib.py", line 84, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 205, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 342, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 951, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 811, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 773, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 754, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 553, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Nom ou service inconnu
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2128 Le 21/08/2012, à 20:57
- rvhm
Re : TVDownloader: télécharger les médias du net !
à ton avis, ça vient de quoi que ça ne fonctionne pas ?
Hors ligne
#2129 Le 22/08/2012, à 08:46
- k3c
Re : TVDownloader: télécharger les médias du net !
tu n'as pas un certain nombre des modules que j'ai.
Si tu fais (en haut à gauche de ta fenêtre TVDownloader, tu as
Fichier Edition Aide)
Edition
Mise à jour des plugins
et que tu cliques sur le symbole vert, est-ce que tu as des mises à jour ?
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2130 Le 22/08/2012, à 11:53
- rvhm
Re : TVDownloader: télécharger les médias du net !
ça marche maintenant merci
mais par contre je ne peux télécharger que le les émissions de canal+
comment avoir les autres chaines ?
Hors ligne
#2131 Le 22/08/2012, à 11:56
- k3c
Re : TVDownloader: télécharger les médias du net !
@ rvhm
Dans
Editions
préférences
Plugins actifs
tu as quoi de coché ?
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2132 Le 22/08/2012, à 12:17
- rvhm
Re : TVDownloader: télécharger les médias du net !
ils sont tous cochés
et canal+ est le seul que je puisse télécharger
Hors ligne
#2133 Le 22/08/2012, à 12:37
- k3c
Re : TVDownloader: télécharger les médias du net !
M6/W9 sont en re-construction
Pluzz est géré en dehors de TVDownloader, dans PluzzDL
Arte permet de télécharger certains trucs, mais pas tout
la Chaine Parlementaire fonctionne normalement, ainsi que Public Sénat.
Allociné permet bien de télécharger des bandes-annonces
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2134 Le 22/08/2012, à 12:53
- rvhm
Re : TVDownloader: télécharger les médias du net !
je n'ai pas la chaine parlementaire et public sénat non plus
Hors ligne
#2135 Le 22/08/2012, à 13:01
- k3c
Re : TVDownloader: télécharger les médias du net !
Tu peux récupérer PublicSénat à
https://code.google.com/p/tvdownloader/ … 9bd55c4fe4
tu le sauves en PublicSenat.py
tu fais
chmod +x PublicSenat.py
puis
sudo cp PulicSenat.py /usr/share/tvdownloader/Plugins/
Pour La Chaine Parlementaire, il te faudra les 2 fichiers à
https://code.google.com/p/tvdownloader/ … b67569f00b
Tu fais pour LCP comme pour PublicSenat.py
et tu mets Navigateur.py dans /usr/share/tvdownloader
Tu relances TVDownloader, et dans les préférences tu coches les nouveaux plugins.
Bon courage
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2136 Le 22/08/2012, à 14:11
- rvhm
Re : TVDownloader: télécharger les médias du net !
j'ai fait comme tu me la dit j'ai eu
impossible d'évaluer «PulicSenat.py»: Aucun fichier ou dossier de ce type
comment faire exactement ? stp
Hors ligne
#2137 Le 22/08/2012, à 14:49
- k3c
Re : TVDownloader: télécharger les médias du net !
Tu as tous les plugins là
http://code.google.com/p/tvdownloader/s … 9bd55c4fe4
Si tu vas sur PublicSenat
http://code.google.com/p/tvdownloader/s … 9bd55c4fe4
tu peux faire un copier du code
tu copies en commençant par
#!/usr/bin/env python
et tu vas jusqu'en bas, tu colles ça dans un bete
kate
ou geany
et tu sauves en tant que PublicSenat.py
puis chmod +x et le cp que j'indiquais
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2138 Le 22/08/2012, à 15:51
- rvhm
Re : TVDownloader: télécharger les médias du net !
ça me fait toujours la même chose
Hors ligne
#2139 Le 22/08/2012, à 15:51
- rvhm
Re : TVDownloader: télécharger les médias du net !
je suis sur lubuntu c'est peut etre pour ça que ça ne marche pas
Hors ligne
#2140 Le 22/08/2012, à 16:34
- k3c
Re : TVDownloader: télécharger les médias du net !
Non, aucun rapport.
Faut que je retrouve, il y a une méthode plus simple.
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2141 Le 22/08/2012, à 17:53
- rvhm
Re : TVDownloader: télécharger les médias du net !
je te remercie d'avance
Hors ligne
#2142 Le 22/08/2012, à 20:37
- tamplan
Re : TVDownloader: télécharger les médias du net !
Bonsoir/jour,
Je viens juste de tester cet addon pour XBMC dispo sur http://passion-xbmc.org/addons/?Page=Vi … o.M6Replay
Vous y récupérerez une archive zippée contenant un ensemble de fichiers en python.
Dans le fichier debug d'XBMC, après avoir visionné uniquement (et pas téléchargé, ce que ne permet pas ce plugin pour XBMC) le premier épisode de la série The Defenders, j'obitiens les informations suivantes :
rtmpe://groupemsix.fcod.llnwd.net/a2883/e1 app=a2883/e1?s=1345159755&e=1345160055&h=f7e9932cb1cb0625b6d71bd4fbd715d4 swfUrl=http://l3.player.m6.fr/swf/ReplayPlayerV2Hds.swf playpath=mp4:production/regienum/m6_the-defenders_s1e1_392228_150820120035.mp4?s=1345159755&e=1345160055&h=f7e9932cb1cb0625b6d71bd4fbd715d4 swfvfy=true timeout=10 flashVer=LNX 11,1,102,62
Testé sur Lucid en 64bits.
En espérant que ça vous aide...
Cordialement
Bonsoir,
A noter que le téléchargement est possible et fonctionnel suite à la lecture de ce code https://code.google.com/p/passion-xbmc/ … .py?r=1156
Cordialement
Dernière modification par tamplan (Le 22/08/2012, à 20:38)
#2143 Le 23/08/2012, à 15:02
- 11gjm
Re : TVDownloader: télécharger les médias du net !
Bonjour ,
@chaoswizard : Merci pour "pluzzdl_0.9.1.orig.tar.gz" (version installable) .
Est-il possible de configurer "pluzzdl" et d'y incorporer , par exemple :
---
[Config]
proxy=http://12.34.56.78:90
---
afin que les expatriés puissent avoir accès aux streams ?
Merci , pour la réponse .
Cordialement .
Hors ligne
#2144 Le 23/08/2012, à 17:16
- k3c
Re : TVDownloader: télécharger les médias du net !
@ 11gjm
c'est déjà fait
pluzzdl -h
usage: pluzzdl [options] urlEmission
Télécharge les émissions de Pluzz
positional arguments:
urlEmission URL de l'émission Pluzz a charger
optional arguments:
-h, --help show this help message and exit
-f, --fragments télécharge la vidéo via ses fragments même si un
lien direct existe
-r, --resume essaye de reprendre un téléchargement interrompu
-b, --progressbar affiche la progression du téléchargement
-p PROXY, --proxy PROXY
utilise un proxy HTTP au format suivant
http://URL:PORT
-v, --verbose affiche les informations de debugage
--nocolor désactive la couleur dans le terminal
--version show program's version number and exit
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2145 Le 23/08/2012, à 17:28
- chaoswizard
Re : TVDownloader: télécharger les médias du net !
@ 11gjm
c'est déjà fait
Pas mieux !
(au passage, c'est bizarre qu'il y ait encore l'option resume)
Ubuntu ==> Debian ==> Archlinux
Hors ligne
#2146 Le 23/08/2012, à 17:42
- 11gjm
Re : TVDownloader: télécharger les médias du net !
Bonjour ,
@k3c et chaoswizard : Merci pour vos réponses (réactives) .
Cordialement .
Hors ligne
#2147 Le 23/08/2012, à 21:57
- 11gjm
Re : TVDownloader: télécharger les médias du net !
Bonjour ,
"pluzzdl_0.9.1.orig.tar.gz" (version installable) , pour win .
Après dézippage , j'obtiens un "mainGui.exe" , que je lance pour les flux en provenance de pluzz.fr . OK .
Si j'écris , dans un fichier batch , la commande : mainGui -h .
J'ai la même page , que précédement lancée avec "mainGui.exe" (???) .
Et non , celle indiquée par k3c .
Où se situe l'erreur ( si erreur il y a ) ?
Merci pour votre réponse .
Cordialement .
Hors ligne
#2148 Le 25/08/2012, à 09:10
- chaoswizard
Re : TVDownloader: télécharger les médias du net !
La GUI n'a pas d'option, il faut passer par la version console.
Ubuntu ==> Debian ==> Archlinux
Hors ligne
#2149 Le 26/08/2012, à 20:44
- k3c
Re : TVDownloader: télécharger les médias du net !
Qarte a une fonction que j'aimerais bien voir dans TVDownloader : le téléchargement différé
Extrait de
http://forum.ubuntu-fr.org/viewtopic.php?id=861411&p=1y
Les mots clés
Pratique dans certains cas, ex:
Cochez Mots clés, entrez dans la fenêtre de saisie texte le mot "winter", choisissez Toutes les diffusions, cochez Par semaine, choisissez "Vendredi" et sélectionnez 01:00 heure.
Ainsi, chaque semaine, le vendredi à 01.00h, seront téléchargés les deux épisodes du "commissaire Winter" de la veille.
Est-ce que c'est prévu, ou très compliqué ?
Dernière modification par k3c (Le 27/08/2012, à 08:28)
Debian 12 sur Thinkpad reconditionné
Hors ligne
#2150 Le 27/08/2012, à 14:46
- ynad
Re : TVDownloader: télécharger les médias du net !
Bonjour,
y a t'il un truc pour enregistrer les sous titres sur pluzz ?
j'ai vu que "gcap" le fait pour youtube ( j'ai pas essayé), je cherche... si vous avez une idée je prend
merci
Hors ligne