Sergey M․
882c699296
[tunein] Fix stream data extraction ( Closes #8899 , closes #8924 )
9 years ago
Yen Chi Hsuan
efbed08dc2
[utils] Encode hostnames before passing to urllib
...
With IDN (Internationalized Domain Name) and a proxy, non-ascii URLs
are passed down to urllib/urllib2, causing UnicodeEncodeError
Fixes #8890
9 years ago
Jaime Marquínez Ferrándiz
7da2c87119
Add extractor for thescene.com ( closes #8929 )
9 years ago
Sergey M․
c6ca11f1b3
[once] Prevent ads from embedding into m3u8 playlists ( Closes #8893 )
9 years ago
Sergey M․
2beeb286e1
[laola1tv] Add support for livestreams ( Closes #8934 )
9 years ago
Sergey M․
cc7397b04d
[ceskatelevize] Make m3u8 formats extraction non fatal ( Closes #8933 )
9 years ago
Sergey M․
bc5d16b302
[animeondemand] Skip dash for now
9 years ago
Sergey M․
85c637b737
[animeondemand] Extract teaser when no full episode available ( #8923 )
9 years ago
Sergey M․
5c69f7a479
[animeondemand] Respect startvideo ( Closes #8923 )
9 years ago
Sergey M․
ff5873b72d
[motherless] Detect friends only videos
9 years ago
Sergey M․
065c4b27bf
[xhamster:embed] Extract vars ( Closes #8912 )
9 years ago
Sergey M․
1600ed1ff9
[rutv] Improve flash version pattern ( Closes #8911 )
9 years ago
Sergey M․
5886b38d73
Add support for https for all extractors as preventive and future-proof measure
9 years ago
Sergey M․
0cef27ad25
Add missing r prefix for _VALID_URLs
9 years ago
Sergey M․
12af4beb3e
[mailru] Add support for https ( Closes #8920 )
9 years ago
Sergey M․
9016d76f71
[YoutubeDL] Improve _format_note
9 years ago
Sergey M․
3c5d183c19
[animeondemand] Extract all formats ( Closes #8906 )
9 years ago
Sergey M․
3e8bb9a972
[animeondemand] Detect geo restriction
9 years ago
Yen Chi Hsuan
daef04a4e7
[kwuo] Fix KuwoChartIE and KuwoSingerIE and accept new URL forms
9 years ago
Yen Chi Hsuan
2648918c81
[vlive] Fix creator extraction ( closes #8814 )
9 years ago
Yen Chi Hsuan
9e3c2f1d74
[openload] Misc improvements
...
* Add thumbnail
* Detect errors (#6469 )
* Match more (#6469 , #8489 )
9 years ago
Yen Chi Hsuan
2bfeee69b9
[openload] Add new extractor ( closes #8489 )
9 years ago
Yen Chi Hsuan
664bcd80b9
[tudou] Use InAdvancePagedList ( closes #8884 )
9 years ago
Sergey M․
3c20208eff
[francetv] Improve formats extraction
9 years ago
Sergey M․
db264e3cc3
[francetvinfo] Add support for france3-regions and strip title ( Closes #7673 )
9 years ago
Sergey M․
96a9f22d98
[discovery] Relax _VALID_URL ( Closes #8903 )
9 years ago
Sergey M․
40025ee2a3
[postprocessort/ffmpeg] Allow embedding webvtt into webm ( Closes #8874 )
9 years ago
Sergey M․
298c04b464
[91porn] Use common messages' wording
9 years ago
Sergey M․
d95114dd83
[91porn] Unquote final URL ( Closes #8881 )
9 years ago
Sergey M․
fa023ccb2c
[biobiochiletv] Fix extraction, extract m3u8 formats and overall improve ( Closes #7314 )
9 years ago
jjatria
e36f4aa72b
[biobiotv] Add extractor
9 years ago
Sergey M․
f1ced6df51
[cda] Improve and simplify ( Closes #8805 )
9 years ago
Kacper Michajłow
8b0d7a66ef
[cda] Add new extractor for cda.pl
...
Fixes #8760
9 years ago
Sergey M․
3aec71766d
[safari:api] Separate extractor ( Closes #8871 )
9 years ago
Sergey M․
16a8b7986b
[downloader/fragment] Document fragment_retries
9 years ago
Sergey M․
617e58d850
[downloader/{common,fragment}] Fix total retries reporting on python 2.6
9 years ago
Sergey M․
e33baba0dd
[downloader/dash] Add fragment retry capability
...
YouTube may often return 404 HTTP error for a fragment causing the
whole download to fail. However if the same fragment is immediately
retried with the same request data this usually succeeds (1-2 attemps
is usually enough) thus allowing to download the whole file successfully.
So, we will retry all fragments that fail with 404 HTTP error for now.
9 years ago
Sergey M․
721f26b821
[downloader/fragment] Add report_retry_fragment
9 years ago
Sergey M․
52bb437e41
[options] Add --fragment-retries option
9 years ago
Jaime Marquínez Ferrándiz
782b1b5bd1
[utils] lookup_unit_table: Match word boundary instead of end of string
9 years ago
Sergey M․
0d769bcb78
[extractor/generic] Fix missing byte literal prefix
9 years ago
remitamine
4cd70099ea
[hbo] Add new extractor
9 years ago
Jaime Marquínez Ferrándiz
09fc33198a
utils: lookup_unit_table: Use a stricter regex
...
In parse_count multiple units start with the same letter, so it would match different units depending on the order they were sorted when iterating over them.
9 years ago
John Peel
d5aacf9a90
Added format_id to the filers on -f.
9 years ago
Sergey M․
19e2617a6f
[commonprotocols] Add generic support for rtmp URLs ( Closes #8488 )
9 years ago
Sergey M․
edd9b71c2c
[extractor/generic] Add a test for m3u playlist served without proper Content-Type
9 years ago
Sergey M․
5940862d5a
[extractor/generic] Detect m3u playlists served without proper Content-Type
9 years ago
Sergey M․
de6c51e88e
[extractor/generic] Fix direct link semantics
9 years ago
Sergey M․
303dcdb995
[extractor/generic] Simplify upload_date extraction
9 years ago
Sergey M․
20938f768b
[extractor/generic] Add another test for generic m3u8
9 years ago
Sergey M․
955737b2d4
[extractor/generic] Force Content-Type to lowecase
9 years ago
Sergey M․
263eff9537
[extractor/generic] Properly extract format id from Content-Type
...
Fixes extraction for cases like: audio/x-mpegURL; charset=utf-8
9 years ago
Sergey M․
cae21032ab
[theplatform] Improve geo restriction detection
9 years ago
remitamine
6187091532
[once] check http formats availability
9 years ago
Philipp Hagemeister
0d33166ec5
release 2016.03.18
9 years ago
remitamine
87c03c6bd2
[theplatform] remove unnecessary import
9 years ago
remitamine
4c92fd2e83
[theplatform] always force theplatform to return a smil for _extract_theplatform_smil
9 years ago
Sergey M․
e3d17b3c07
[noz] Fix extraction on python 2.6 by means of using compat_xpath
9 years ago
Sergey M․
810c10baa1
[utils] Use compat_xpath
9 years ago
Sergey M․
57f7e3c62d
[compat] Add compat_xpath
9 years ago
Sergey M․
0d0e282912
[animeondemand] Fix typo and improve
9 years ago
Sergey M․
85e8f26b82
[animeondemand] Improve extraction
9 years ago
Sergey M․
b57fecfddd
[animeondemand] Add test
9 years ago
Sergey M․
8c97e7efb6
[animeondemand] Expand episode title regex ( Closes #8875 )
9 years ago
Sergey M․
cc162f6a0a
[crunchyroll] Fix custom _download_webpage ( Closes #8883 )
9 years ago
remitamine
cf45ed786e
[wistia] extract more metadata
9 years ago
remitamine
574b2a7393
[nbc:nbcnews] improve extraction( fixes #6922 )
...
- extract more metadata and formats
- relax regex
9 years ago
remitamine
9f02ff537c
[theplatform] extract brightcove once formats
9 years ago
remitamine
0436ec0e7a
[once] Add new format extractor
9 years ago
Yen Chi Hsuan
11f12195af
[youtube] Added itag 91
...
Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk
9 years ago
remitamine
a646a8cf98
[sbs] improve extraction( fixes #3811 )
...
- extract error messages
- force the platform smil url(previously the manifest param
in the query is not respected which make theplatform return non working
mp4 files for some videos)
9 years ago
remitamine
63f41d3821
[bravotv] Add new extractor( #4657 )
9 years ago
Sergey M․
c5229f3926
[utils] PEP 8
9 years ago
Sergey M․
96f4f796fb
[brightcover] Remove unused import
9 years ago
Sergey M․
70cab344c4
[udemy] Improve course id v4 regex
9 years ago
Quan Hua
a7ba57dc17
[udemy] Update course id regex to cover v4 layout ( Closes #8753 , closes #8868 , closes #8870 )
9 years ago
remitamine
83548824c2
Merge pull request #8092 from bpfoley/twitter-thumbnail
...
[utils] Add extract_attributes for extracting html tag attributes
9 years ago
remitamine
354dbbd880
[brightcove:new] extract protocol-less embed URLs( closes #2914 )
9 years ago
remitamine
23edc49509
[tv3] Add new extractor( closes #8059 )
9 years ago
remitamine
48254c3f2c
[brightcove] some improvements and fixes
...
- use FFmpeg downloader to download m3u8 formats extracted
from BrightcoveNew(some of the m3u8 media playlists use AES-128)
- update comment and update_url_query to handle url query
9 years ago
remitamine
2cab48704c
[thestar] Add new extractor( closes #5955 )
9 years ago
remitamine
64d4f31d78
[brightcove:new] update embed_in_page embeds regex to match non numeric ref id
9 years ago
remitamine
0c9ff24041
[noz] fix extraction in python 2.6
9 years ago
Yen Chi Hsuan
3ff8279e80
[kuwo:mv] Fix the test and extraction of georestricted MVs
9 years ago
remitamine
cb6e477dfe
[aljazeera] update the extractor to use BrightcoveNewIE
9 years ago
remitamine
edfd93518e
[svt] extract dashhbbtv formats( #8867 )
9 years ago
remitamine
89807d6a82
[brightcove] extract dash formats and detect audio formats
9 years ago
remitamine
49dea4913b
Merge pull request #8513 from remitamine/dash-sort
...
[extractor/common] fix dash formats sorting
9 years ago
Sergey M․
dec2cae0a7
[twitch:playlistbase] Clarify pagination bug
...
Pagination bug has been fixed by twitch on 15.03.2016.
9 years ago
remitamine
cf6cd07396
[noz] extract f4m and m3u8 formats
9 years ago
remitamine
975b9c9ab0
[brightcove:new] detect m3u8 manifests by M2TS container
9 years ago
remitamine
8ac73bdbe4
[brightcove:new] Add support for non numeric ref: preffixed video ids
9 years ago
remitamine
877f440f7b
[rice] Add new extractor( closes #1736 )
9 years ago
remitamine
d13bdc3824
[brightcove] raise ExtractorError on 403 errors and fix regex to work with tenplay
9 years ago
remitamine
744daf9418
[gameinformer] remove unused imports
9 years ago
remitamine
bf475e1990
[tlc] fix extraction and update extractor to use BrightcoveNewIE
9 years ago
remitamine
203f3d779a
[gameinformer] update the extractor to use BrightcoveNewIE
9 years ago
remitamine
4230c4894d
[external/downloader] fix rtmp downloading using FFmpegFD
9 years ago
Philipp Hagemeister
6bb266693f
release 2016.03.14
9 years ago
remitamine
5d53c32701
[usatoday] Add new extractor( closes #8655 )
9 years ago
remitamine
2e7e561c1d
Merge pull request #8611 from remitamine/ffmpegfd
...
[downloader/external] Add FFmpegFD
9 years ago
remitamine
d8515fd41c
[downloader/external] pass configuration args to ffmpeg
9 years ago
remitamine
694c47b261
[external/downloader] don't pass -t and -ss to ffmpeg
9 years ago
remitamine
77dea16ac8
[downloader/external] check for ffmpeg availablity when it used for m3u8 download
9 years ago
remitamine
6ae27bed01
[download/external] move the check for multiple selected formats to get_suitable_downloader
9 years ago
remitamine
da1973a038
[extractor/__init__] disable time range downloading
9 years ago
remitamine
be24916a7f
[downloader/rtsp] Add rtsp and mms downloader
9 years ago
remitamine
2cb99ebbd0
[downloader/external] add can_download mathod for checking downloader availibilty and support
9 years ago
remitamine
91ee320bfa
[downloader/external] wrap available_opt in a list
9 years ago
remitamine
8fb754bcd0
Merge pull request #8821 from remitamine/list-thumbnails-order
...
[YoutubeDL] check for --list-thumbnails immediately after processing them
9 years ago
remitamine
b7b72db9ad
[YoutubeDL] check for --list-thumbnails immediately after processing them
9 years ago
remitamine
634415ca17
[downloader/external] skip FFmpegFD when requesting multiple formats
9 years ago
Sergey M․
2f7ae819ac
[utils] PEP 8
9 years ago
Sergey M․
0a477f8731
[vice:show] Add extractor ( Closes #8847 )
9 years ago
remitamine
a755f82549
[ffmpeg] convert format ext to ffmpeg output formats codes
9 years ago
Sergey M․
7f4173ae7c
[mixcloud] Fix view count extraction ( Closes #8831 , closes #8845 )
9 years ago
Sergey M․
fb47597b09
[bbc] Generalize unit table lookup and add parse_count
9 years ago
Sergey M․
450b233cc2
[bbc] Update test
9 years ago
Sergey M․
b7d7674f1e
[bbc] Update test
9 years ago
Sergey M․
0e832c2c97
[bbc] Improve title and description extraction ( Closes #8826 , closes #8822 )
9 years ago
Benjamin Congdon
8e4aa7bf18
[bbc] Fix BBC Extractor to work with 'School Report'
9 years ago
remitamine
a42dfa629e
[makerschannel] Add new extractor( closes #8839 )
9 years ago
remitamine
b970dfddaf
[minoto] Add new extractor
9 years ago
Sergey M․
46a4ea8276
[safari] Remove unused imports
9 years ago
Sergey M․
3f2f4a94aa
[extractor/generic] Extract f4m formats from final URLs
9 years ago
Sergey M․
f930e0c76e
[extractor/generic] Extract f4m formats and refactor common info
9 years ago
Sergey M․
0fdbb3322b
[extractor/common] Add _parse_f4m_formats routine
9 years ago
Sergey M․
e9c8999ede
[safari] Fix authentication
9 years ago
Sergey M․
73cbd709f9
[safari] Respect kaltura session ( Closes #7491 )
9 years ago
Sergey M․
9dce3c095b
[kaltura] Respect kaltura session
9 years ago
remitamine
e5a2e17a9c
[kaltura] optimize url info extraction
9 years ago
remitamine
0ec589fac3
Merge pull request #8827 from remitamine/safari
...
[safari] extract free and preview videos(#7491 )
9 years ago
remitamine
36bb63e084
[dw] add support for article pages( closes #8790 )
9 years ago
remitamine
91d6aafb48
[dw] add support for audio pages
9 years ago
remitamine
c8868a9d83
[dw] Add new extractor
9 years ago
remitamine
09f572fbc0
[extractor/common] add transform_source to _download_smil and _extract_smil_formats
9 years ago
Sergey M․
58e6d097d8
[googledrive] Relax _VALID_URL ( Closes #8829 )
9 years ago
remitamine
15bf934de5
Merge pull request #8819 from remitamine/simple-webpage-requests
...
[extractor/common] simplify using data, headers and query params with _download_* methods
9 years ago
remitamine
cdfee16818
[extractor/common] add data, headers and query params to _request_webpage
9 years ago
remitamine
bcb668de18
[safari] extract free and preview videos( #7491 )
9 years ago
remitamine
fac7e79277
[kaltura] add support for videos with reference id
9 years ago
Yen Chi Hsuan
a6c8b75904
[common] Use mimeType to determine file extensions ( #8766 )
9 years ago
Yen Chi Hsuan
25cb05bda9
[utils] Remove codec2ext
...
This function is orignally used for determining file extensions of DASH
formats. Now in DASH, ext is determined by mime_type. See #8766 for more
information.
9 years ago
Sergey M․
883c052378
[audioboom] Improve robustness and extract uploader ( Closes #8812 )
9 years ago
Benjamin Congdon
61f317c24c
Added extractor for AudioBoom.com
9 years ago
Yen Chi Hsuan
64f08d4ff2
Merge pull request #8766 from yan12125/dash-detect-ext
...
Detect file extensions of DASH formats from their codecs
9 years ago
Yen Chi Hsuan
e738e43358
[facebook] Support videos in groups
...
Viewing/Downloading videos in groups requires logging in, even for
those in public groups.
Fixes #6951 .
9 years ago
Jaime Marquínez Ferrándiz
f6f6217a98
[facebook] Don't override variable in list comprehension
9 years ago
Yen Chi Hsuan
31db8709bf
[iqiyi] Update enc_key
9 years ago
Yen Chi Hsuan
5080cbf9fd
[facebook] Handle escaped swf params
...
Fixes #8713
9 years ago
Yen Chi Hsuan
9880124196
[facebook] Fix for m.facebook.com URLs
9 years ago
Yen Chi Hsuan
9c7b509b2a
[facebook] Merge FacebookPostIE into FacebookIE
...
Fixes #8713
9 years ago
Sergey M․
5d583bdf6c
[YoutubeDL] Improve _format_note
9 years ago
Sergey M․
1e501364d5
[vimeo:ondemand] Clarify IE_NAME
9 years ago
Sergey M․
74278def2e
[vimeo:ondemand] Separate ondemand extractor ( Closes #8330 , closes #8801 )
9 years ago
Sergey M․
e375a149e1
[livestream] Properly build smil URLs ( #8794 )
9 years ago
Benjamin Congdon
ac45505528
Added flag for 'allow_audio_only' format in Twitch queries
9 years ago
Sergey M․
46c329d6f6
[arte] Improve extraction ( Closes #8768 )
9 years ago
Sergey M․
1818e4c2b4
[arte] Fix typo
9 years ago
Sergey M․
e7bd17373d
[sexu] Improve extraction ( Closes #8782 )
9 years ago
aystroganov@gmail.com
c58e74062f
[Sexu] fix extractor
9 years ago
Yen Chi Hsuan
6d210f2090
[utils] Add more codecs to codec2ext
...
BBC uses avc3. Here's an example (thanks to @remitamine for this example)
http://rdmedia.bbc.co.uk/dash/ondemand/bbb/2/client_manifest-common_init.mpd
See also https://trac.ffmpeg.org/ticket/5217
9 years ago
Yen Chi Hsuan
af7d5a63b2
[common] Document protocol http_dash_segments
9 years ago
Yen Chi Hsuan
e41acb6364
[safari] Don't pollute std_headers ( #8778 )
9 years ago
Philipp Hagemeister
bdf7f13954
release 2016.03.06
9 years ago
Yen Chi Hsuan
0f56a4b443
[vimeo] Don't pollute std_headers
...
Fixes #8778
9 years ago
Sergey M․
1b5284b13f
[downloader/fragment] Make speed more smooth
...
At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed.
Now last speed from the previous fragment is used.
9 years ago
Sergey M․
d1e4a464cd
[YoutubeDL] Carry long lines and improve readability
9 years ago
Sergey M․
ff059017c0
[YoutubeDL] Fix typo in m3u8_native fixup
9 years ago
remitamine
f22ba4bd60
update tests related to the change in youtube http format sorting
...
the change was done in 82156fdbf0
9 years ago
remitamine
1db772673e
[cinemassacre] update tests
9 years ago
remitamine
75313f2baa
[cnet] fix info extraction
9 years ago
remitamine
090eb8e25f
Merge pull request #8718 from remitamine/m3u8-fixup
...
Add fixup for media files produced by HlsNative downloader(fixes #4776 )
9 years ago
remitamine
a9793f58a1
Merge pull request #8754 from remitamine/5min
...
update 5min related web sites info extraction and add support for Aol features.
9 years ago
remitamine
7177fd24f8
[vgtv] support ap.vgtv.no and fix old videos extraction( fixes #8719 )
9 years ago
Sergey M․
1e501f6c40
[jeuxvideo] Fix config URL extraction ( Closes #8774 )
9 years ago
remitamine
2629a3802c
[revison3] fix video_id for --download-archive
9 years ago
Sergey M․
51ce91174b
[YoutubeDL] Fix resolution with missing height in output template dict
9 years ago
remitamine
107d0c421a
[revision3] add support for pages of type tag
9 years ago
remitamine
18b0b23992
[revision3] add support pages of type embed
9 years ago
Sergey M․
d1b29d1342
[elpais] Add support for alternative layout ( Closes #8744 )
9 years ago
Yen Chi Hsuan
2def60c5f3
[common] Use codec2ext for DASH formats ( #8764 )
9 years ago
Yen Chi Hsuan
19a17d4623
[utils] Add codec2ext
9 years ago
Yen Chi Hsuan
845817aadf
[twitter] Provide more metadata
9 years ago
Jaime Marquínez Ferrándiz
3233a68fbb
[utils] update_url_query: Encode the strings in the query dict
...
The test case with {'test': '第二行тест'} was failing on python 2 (the non-ascii characters were replaced with '?').
9 years ago
remitamine
cf074e5ddd
[foxnews] update test
9 years ago
Sergey M․
002c755248
[youporn] Fix sources regex
9 years ago
Sergey M․
d627cec608
[youporn] Fix quality extraction ( Closes #8758 )
9 years ago
remitamine
1315224cbb
[bleacherreport] update tests
9 years ago
remitamine
7760b9ff4d
[audimedia] update _VALID_URL and video_id regex and improve http format_id
9 years ago
Yen Chi Hsuan
28559564b2
[kusi] Correct test_KUSI
9 years ago
Yen Chi Hsuan
fa880d20ad
[kusi] Two fixes
...
Thanks @dstftw for pointing out those
9 years ago
Sergey M․
ae7d31af1c
[yandexmusic] Capture and output API errors
9 years ago
Yen Chi Hsuan
5f1688f271
[kusi] Simplify and improve
9 years ago
remitamine
1d4c9ed90c
[aol] imporve extraction
...
- add support for aol features
- remove support for legacy urls
9 years ago
remitamine
d48352fb5d
[engadget] remove support for legacy urls
9 years ago
remitamine
6d6536acb2
[fivemin] improve extraction
...
- skip m3u8 formats(404 error)
- skip unavailable test
- download embed page only when it's needed
- update _VALID_URL regex(joystiq.com redirect to engadget.com)
9 years ago
Yen Chi Hsuan
b6f94d81ea
[kusi] Add a test for the alternative form of URL
9 years ago
Yen Chi Hsuan
8477a69283
Merge branch 'kusi' of https://github.com/mutantmonkey/youtube-dl into mutantmonkey-kusi
9 years ago
Yen Chi Hsuan
d58cb3ec7e
[leeco] Skip an invalid test. test_LePlaylist_1 is sufficient
9 years ago
Yen Chi Hsuan
8a370aedac
[leeco] format_id should be strings
9 years ago
Yen Chi Hsuan
24ca0e9c0b
[douyutv] Fix tests
9 years ago
Sergey M․
e1dd521e49
[livestream] Fix FutureWarning ( Closes #8742 )
9 years ago
remitamine
1255733945
Merge pull request #8739 from remitamine/update_url_params
...
[utils] add update_url_query function to create or update query string params
9 years ago
Sergey M․
d0ff690d68
[indavideo:embed] Fix tags extraction ( Closes #8738 )
9 years ago
remitamine
38f9ef31dc
[utils] add update_url_query function
9 years ago
Sergey M․
a8276b2680
[twitch:playlistbase] Fix all at once fetch
9 years ago
Sergey M․
ececca6cde
[twitch:playlistbase] Restore original _PAGE_LIMIT
9 years ago
Sergey M․
8bbb4b56ee
[twitch:playlistsbase] Use orderedSet
9 years ago
Sergey M․
539a1641c6
[twitch] Workaround broken paging ( Closes #8740 )
9 years ago
Yen Chi Hsuan
e9c0cdd389
[jython] Introduce compat_os_name
...
os.name is always 'java' on Jython
9 years ago
Yen Chi Hsuan
0cae023b24
Merge branch 'jython-support'
...
Closes #8302
9 years ago
Yen Chi Hsuan
8ee239e921
[utils] Jython support - handle filenames correctly
...
Now test:youtube downloads
9 years ago
Brian Foley
8bb56eeeea
[utils] Add extract_attributes for extracting html tag attributes
...
This is much more robust than just using regexps, and handles all
the common scenarios, such as empty/no values, repeated attributes,
entity decoding, mixed case names, and the different possible value
quoting schemes.
9 years ago
remitamine
fa9e259fd9
[extractor/common] use compat_parse_qs in update_url_params
9 years ago
remitamine
f3bdae76de
[extractor/common] add update_url_params helper method to add or update query string params
9 years ago
Yen Chi Hsuan
03879ff054
[twitter] Media info is not always in the first entity
...
Fixes #8704
9 years ago
Yen Chi Hsuan
c8398a9b87
[twitter] Now Twitter serves the same file for Firefox and Chrome
9 years ago
Yen Chi Hsuan
b8972bd69d
[twitter] Fix extraction of test_Twitter and test_Twitter_1
9 years ago
Yen Chi Hsuan
0ae937a798
[twitter] Support twitter.com/i/videos/tweet/ URLS
...
Closes #8737
9 years ago
remitamine
4459bef203
[thepltform] detect other types of errors
9 years ago
remitamine
e07237f640
[utils] remove check for val from find_xpath_attr
9 years ago
Yen Chi Hsuan
8c5a994424
[leeco] Letv renamed to LeEco
...
LeEco is the company name and Le is the domain name.
For more information see the Chinese news post
http://www.techorz.com/company-news/letv-renamed-to-leeco-and-new-logo/
9 years ago
Yen Chi Hsuan
2eb25b256b
[letv] Merge LetvTvIE into LetvPlaylistIE
...
And
1. Add more URL examples
2. Improve the matching pattern
9 years ago
Yen Chi Hsuan
f3bc19a989
[letv] Correct regular expressions and fix a typo
9 years ago
Yen Chi Hsuan
7a8fef3173
[letv] Order imports alphabetically
9 years ago
Yen Chi Hsuan
7465e7e42d
[letv] Keep videos' order in playlists
9 years ago
Yen Chi Hsuan
5e73a67d44
[letv] Domain name changed
9 years ago
Sergey M․
2316dc2b9a
[twitch:playlistbase] Mark broken
...
Twitch paging mechanism is completely broken on twitch side serving all videos all the time and making our travis builds stall.
9 years ago
Sergey M․
a2d7797cee
[vimeo] Extract uploader_url ( Closes #8727 )
9 years ago
Sergey M․
fd050249af
[youtube] Extract uploader_url ( Closes #8724 )
9 years ago
Sergey M․
7bcd2830dd
[extractor/common] Document uploader_url
9 years ago
Sergey M․
7caf9830b0
[youtube] Extract license ( Closes #8725 )
9 years ago
Sergey M․
2bc0c46f98
[extractor/common] Document license metafield
9 years ago
remitamine
3318832e9d
[youtube] improve width and height extraction from fmt_list
9 years ago
remitamine
e7d2084568
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
remitamine
c2d3cb4c63
Revert "[youtube] add tbr to _formats extracted from watch_as3.swf"
...
This reverts commit 4a5ba28a87
.
9 years ago
remitamine
c48dd4400f
Revert "[youtube] add basic info for some unknown formats extracted from watch_as3.swf"
...
This reverts commit 85ca019d96
.
9 years ago
Sergey M․
e38cafe986
[YoutubeDL] Skip postprocessing and archive report when outputting to stdout ( Closes #8729 )
9 years ago
remitamine
85ca019d96
[youtube] add basic info for some unknown formats extracted from watch_as3.swf
9 years ago
remitamine
4a5ba28a87
[youtube] add tbr to _formats extracted from watch_as3.swf
9 years ago
remitamine
82156fdbf0
[youtube] extract width and height from fmt_list
9 years ago
Sergey M․
6114090418
[nrk:skole] Relax _VALID_URL
9 years ago
Sergey M․
3099b31276
[nrk:skole] Add extractor ( Closes #8728 )
9 years ago
remitamine
f17f86513e
Add fixup for media files produced by HlsNative downloader( fixes #4776 )
9 years ago
Sergey M․
90f794c6c3
[options] Add --no-mark-watched ( #5054 )
9 years ago
Sergey M․
66ca2cfddd
[wistia] Fix extraction ( Closes #8707 )
9 years ago
Sergey M
269dd2c6a7
Merge pull request #8703 from dstftw/mark-watched
...
Add --mark-watched feature (Closes #5054 )
9 years ago
Sergey M․
e7998f59aa
[lifenews] Fix extraction and improve ( Closes #2482 , closes #8714 )
9 years ago
Yen Chi Hsuan
9fb556eef0
[iqiyi] SWF URLs are not used anymore
...
Since automatic detection of enc_key failed
Closes #8705
9 years ago
Philipp Hagemeister
e781ab63db
release 2016.03.01
9 years ago
Jaime Marquínez Ferrándiz
3e76968220
[rtve.es:live] Fix extraction
...
* Update _VALID_URL to match the current URLs
* Use the m3u8 manifest since I haven't figured out how to use the rtmp stream
9 years ago
Sergey M․
2812c24c16
[mdr] Fix extraction ( Closes #8702 )
9 years ago
Sergey M․
d77ab8e255
Add --mark-watched feature ( Closes #5054 )
9 years ago
Sergey M․
4b3cd7316c
[tf1] Improve wat id regex ( Closes #8691 )
9 years ago
Sergey M․
6dae56384a
[screenwavemedia] Check formats' URLs
9 years ago
Sergey M․
2b2dfae83e
[screenwavemedia] Improve formats sorting
9 years ago
Sergey M․
6c10dbeae9
[screenwavemedia] Improve formats extraction
9 years ago
Jaime Marquínez Ferrándiz
9173202b84
[zdf] Ignore hls manifests that use https ( closes #8665 )
...
The certificates are misconfigured, you get the following error mesage:
ssl.CertificateError: hostname u'zdf-hdios-none-i.zdf.de' doesn't match either of 'a248.e.akamai.net', '*.akamaihd.net', '*.akamaihd-staging.net', '*.akamaized.net', '*.akamaized-staging.net'
9 years ago
Sergey M․
8870bb4653
[webofstories] Tolerate malforder og:title ( Closes #8417 )
9 years ago
Philipp Hagemeister
da665ddc25
release 2016.02.27
9 years ago
Sergey M․
5add979d91
[dplay] Add support for dplay.no
9 years ago
Sergey M․
940b606a07
[dplay] Improve, extract all formats and metadata ( Closes #8463 )
9 years ago
Aidan Rowe
9505053704
[dplay] add support for it.dplay.com and dplay.dk
9 years ago
Sergey M․
2c9ca78281
[extractor/generic] Add support for tnaflix network embeds ( Closes #7505 )
9 years ago
Sergey M․
63719a8ac3
[tnaflixnetwork:embed] Add _extract_urls
9 years ago
Sergey M․
8fab62482a
[tnaflixnetwork] Fallback age limit to 18
9 years ago
Sergey M․
d6e9c2706f
[tnaflixnetwork:embed] Add extractor
9 years ago
Sergey M․
f7f2e53a0a
[imdb] Recognize 1080p formats ( Closes #8677 )
9 years ago
Sergey M․
9cdffeeb3f
[extractor/common] Clarify rationale on media playlist detection
9 years ago
Sergey M․
fbb6edd298
[extractor/common] Properly extract audio only formats in master m3u8 playlists
9 years ago
Yen Chi Hsuan
5eb6bdced4
[utils] Multiple changes to base_n()
...
1. Renamed to encode_base_n()
2. Allow tables longer than 62 characters
3. Raise ValueError instead of AssertionError for invalid input data
4. Return the first character in the table instead of '0' for number 0
5. Add tests
9 years ago
Yen Chi Hsuan
5633b4d39d
[infoq] Use BokeCC extractor function
9 years ago
Yen Chi Hsuan
4435c6e98e
[bokecc] Add new extractor ( #2336 )
9 years ago
Yen Chi Hsuan
2ebd2eac88
[letv] Speedup M3U8 decryption
9 years ago
Sergey M․
b78b292f0c
[youtube] Add alternative automatic captions extraction approach ( Closes #8667 )
9 years ago
Yen Chi Hsuan
efbd6fb8bb
[vidzi] Use decode_packed_codes
...
Javascript codes found on Vidzi are slightly different from those found
in VideoMega and iQiyi. Nevertheless, the difference has no effects on
the final result.
9 years ago
Yen Chi Hsuan
680079be39
[utils] Relaxing regex in decode_packed_codes for vidzi
9 years ago
Yen Chi Hsuan
e4fc8d2ebe
[videomega] Fix extraction ( closes #7606 )
9 years ago
Yen Chi Hsuan
f52354a889
[utils] Move codes for handling eval() from iqiyi.py
9 years ago
Yen Chi Hsuan
59f898b7a7
[utils] Merge base_n functions
9 years ago
Yen Chi Hsuan
8f4a2124a9
[vidzi] Fix extraction
9 years ago
Yen Chi Hsuan
481888294d
[utils] Add base36 for use in Vidzi
9 years ago
Yen Chi Hsuan
d1e440a4a1
[jwplatform] Separate codes for for parsing jwplayer data
9 years ago
Yen Chi Hsuan
81bdc8fdf6
[utils] Move base62 to utils
9 years ago
Yen Chi Hsuan
e048d87fc9
[kuwo] Fix a test
9 years ago
Sergey M․
e26cde0927
[space] Remove extractor ( Closes #8662 )
...
Now uses ooyala embed
9 years ago
Sergey M․
20108c6b90
[ustudio] Improve ( Closes #8574 )
9 years ago
mutantmonkey
9195ef745a
[uStudio] Add new extractor
9 years ago
Sergey M․
d0459c530d
[motherless] Update tests
9 years ago
Sergey M․
f160785c5c
[utils] Remove AM/PM from unified_strdate patterns
9 years ago
Sergey M․
5c0a57185c
[motherless] Detect non-existing videos
9 years ago
Sergey M․
43479d9e9d
[motherless] Make categories optional ( Closes #8654 )
9 years ago
Yen Chi Hsuan
c24883a1c0
[facebook] Fix format sorting
...
'hd' formats should have higher priorities
9 years ago
Yen Chi Hsuan
1b77ee6248
[c56] Support videos hosted on Sohu ( closes #8073 )
9 years ago
Sergey M․
bf4b3b6bd9
[vk] Extract video URL from extra_data ( Closes #8646 )
9 years ago
Yen Chi Hsuan
efbeddead3
[facebook] Support mobile URLs ( closes #8638 )
9 years ago
Yen Chi Hsuan
3cfeb1624a
[nba] Support channels ( #5362 , #4167 )
9 years ago
Yen Chi Hsuan
b95dc034ca
[utils] Implement cache for OnDemandPagedList
9 years ago
Yen Chi Hsuan
86a7dbe66e
[nba] Support non-video/ pages
...
Fixes #8589
9 years ago
Sergey M․
1ad6143061
[xfileshare] Add support for powerwatch ( Closes #8628 )
9 years ago
Philipp Hagemeister
92da3cd848
release 2016.02.22
9 years ago
remitamine
6212bcb191
[tf1] fix info extraction( fixes #8599 )
9 years ago
Sergey M․
d69abbd3f0
[googledrive] Make thumbnail optional ( Closes #8629 )
9 years ago
Sergey M․
1d00a8823e
[arte] PEP 8
9 years ago
Sergey M․
5d6e1011df
[pbs] Extract all formats ( Closes #8538 )
9 years ago
Sergey M․
f5bdb44443
[extractor/common] Add _remove_duplicate_formats
9 years ago
Yen Chi Hsuan
7efc1c2b49
[twitter] Fix metadata extraction and test_Twitter_1
9 years ago
Yen Chi Hsuan
132e3b74bd
[twitter] Fix a typo
9 years ago
Yen Chi Hsuan
bdbf4ba40e
[twitter:amplify] Extract more metadata
9 years ago
Yen Chi Hsuan
acb6e97e6a
[twitter] Fix several failed tests
9 years ago
Yen Chi Hsuan
445d72b8b5
[twitter:amplify] Add TwitterAmplifyIE for handling Twitter smart URLs
...
Closes #8075
9 years ago
Sergey M․
92c5e11b40
[arte:future] Fix test
9 years ago
Sergey M․
0dd046c16c
[arte:magazine] Fix test
9 years ago
Sergey M․
305168ca3e
[arte:+7] Detect more embeds ( Closes #8613 )
9 years ago
Sergey M․
b72f6163dc
[arte:+7] Improve _VALID_URL
9 years ago
Sergey M․
33d4fdabfa
[extractor/generic] Add support for ok embeds ( #8619 )
9 years ago
remitamine
cafcf657a4
add more subtitles mime types to mimetype2ext and fix the platform subtitle extraction
9 years ago
Yen Chi Hsuan
7360db05b4
[postprocessor/embedthumbnail] Allow mkv to embed thumbnails
...
Fixes #6046
9 years ago
Yen Chi Hsuan
c1c05c67ea
[utils] Jython support - disable setproctitle() until ctypes is complete
9 years ago
Yen Chi Hsuan
399a76e67b
[utils] Jython support: tolerate missing fcntl module
9 years ago
Jaime Marquínez Ferrándiz
765ac263db
[utils] mimetype2ext: return 'm4a' for 'audio/mp4' ( fixes #8620 )
...
The youtube extractor was using 'mp4' for them, therefore filters like 'bestaudio[ext=m4a]' stopped working (94278f7202
broke it).
9 years ago
Yen Chi Hsuan
73f9c2867d
[iqiyi] Support playlists ( closes #8019 )
9 years ago
Philipp Hagemeister
9c86d50916
[faz] Future-proof XML element check
9 years ago
Yen Chi Hsuan
99709cc3f1
[iqiyi] Implement _login()
...
Currently only email login supported
9 years ago
Yen Chi Hsuan
5bc880b988
[utils] Add OHDave's RSA encryption function
9 years ago
Yen Chi Hsuan
958759f44b
[appletrailers] Extend _VALID_URL ( #8524 )
9 years ago
remitamine
f34294fa0c
[downloader/external:ffmpegfd] check for None value of start_time
9 years ago
remitamine
99cbe98ce8
[downloader/external] check for external downloaders availability
9 years ago
remitamine
04cbc4980d
[mtv] imporove duration extraction
9 years ago
RiCON
8765151c8a
[mtv] Extract duration from each playlist item
...
RSS used instead of manifest files because it's exact to the millisecond
with the video I tested while in manifest it's only exact to the second.
9 years ago
remitamine
12b84ac8c1
[downloader/external] Add FFmpegFD( fixes #622 )
...
- replace HlsFD and RtspFD
- add basic support for downloading part of the video or audio
9 years ago
Sergey M․
ed8648a322
[pornhub] Fix thumbnail and duration extraction ( Closes #8604 )
9 years ago
Sergey M․
88641243ab
[pornhub:playlistbase] Improve extract entries
9 years ago
Sergey M․
40e146aa1e
[pornhub:user:videos] Add extractor ( Closes #8548 )
9 years ago
Sergey M․
f3f9cd9234
[francetv] Improve video id regex ( Closes #8563 )
9 years ago
Sergey M․
ebf1b291d0
[youtube:watchlater] Respect --no-playlist
9 years ago
Sergey M․
bc7a9cd8fb
[youtube:watchlater] Improve _VALID_URL ( Closes #8594 )
9 years ago
Sergey M․
d48502b82a
[arte] Improve _VALID_URLs
9 years ago
Sergey M․
479ec54a8d
[arte:magazine] Improve ( Closes #8473 )
9 years ago
Thomas Jost
49625662a9
[arte:magazine] Add extractor
9 years ago
remitamine
8b809a079a
[cbsnews] use find_xpath_attr
9 years ago
remitamine
778433cb90
[cbsnews] extract subtitle url from theplatform SMIL manifest( fixes #8568 )
9 years ago
cazulu
411cb8f476
[dailymotion] Fix view count extraction
...
Fix view count parsing when the decimal marker is a whitespace, e.g. '101 101'
9 years ago
Sergey M․
63bf4f0dc0
[vrt] Detect geo restriction
9 years ago
Sergey M․
80e59a0d5d
[vrt] Make formats extraction non fatal ( Closes #8587 )
9 years ago
Sergey M․
8bbd3d1476
[arte] Fix upload date extraction ( Closes #8581 )
9 years ago
Sergey M․
e725e4bced
[arte] PEP 8
9 years ago
Sergey M․
08d65046f0
[arte] Make sorting aware of en/es formats
9 years ago
Sergey M․
44b9745000
[arte] Extend more _VALID_URLs for en and es support
9 years ago
Sergey M․
9654fc875b
[arte:+7] Fix extraction for react-based layout
9 years ago
Sergey M․
0f425e65ec
[arte:+7] Add support for en and es URLs
9 years ago
mutantmonkey
199e724291
[KUSI] Add new extractor
9 years ago
Sergey M․
e277f2a63b
[orf:tvthek] Check formats ( Closes #8580 )
9 years ago
Sergey M․
f4db09178a
[xtube:user] Remove duplicated video ids
9 years ago
Sergey M․
86be3cdc2a
[xtube] Fix extraction ( Closes #8565 )
9 years ago
Yen Chi Hsuan
cb64ccc715
[facebook] Improve error handling ( #8572 )
9 years ago
Sergey M․
f66a3c7bc2
[screenjunkies] Fix spelling
9 years ago
Yen Chi Hsuan
1932476c13
[iqiyi] Omit MD5 sums for the VIP-only video
9 years ago
Sergey M․
d2c1f79f20
[youtube:searchurl] Extend _VALID_URL
9 years ago
Sergey M․
c8a80fd818
[screenjunkies] Improve, extract more metadata and workaround subscription ( Closes #8505 )
9 years ago
Patrick Griffis
b9e8d7140a
[screenjunkies] Add new extractor
...
This doesn't handle the plus only videos yet
Closes #8492
9 years ago
Sergey M․
6eff2605d6
[canvas] Add subtitles test ( #8537 )
9 years ago
Sergey M․
fd7a3ea4a4
[canvas] Improve subtitles ( Closes #8537 )
9 years ago
Robin Houtevelts
8d3eeb36d7
[Canvas] Add subtitles
9 years ago
Yen Chi Hsuan
8e0548e180
[iqiyi] Partial support for VIP-only videos
...
See #8569 and #8019 . Currently only 6-min preview are supported
9 years ago
Philipp Hagemeister
a517bb4b1e
[noz] Add new extractor
9 years ago
Sergey M․
9dcefb23a1
[laola1tv] Improve ( Closes #8478 )
9 years ago
Jens Wille
5e19323ed9
[laola1tv] Fixes for changed site layout.
...
* Fixed valid URLs (w/ tests).
* Fixed iframe URL extraction.
* Fixed token URL extraction.
* Fixed variable extraction.
* Fixed uploader spelling.
* Added upload_date to result dictionary.
9 years ago
Sergey M․
611c1dd96e
[refactor] Single quotes consistency
9 years ago
Sergey M․
d800609c62
[refactor] Do not specify redundant None as second argument in dict.get()
9 years ago
Sergey M․
c78c9cd10d
[downloader/dash] PEP 8
9 years ago
Sergey M․
e76394f36c
[globo] Switch to new-style classes
9 years ago
Sergey M․
080e09557d
[aes] Switch to new-style classes
9 years ago
Sergey M․
fca2e6d5a6
[dailymotion:cloud] Use idiomatic name for classmethod's first argument
9 years ago
Sergey M․
b45f2b1d6e
[myvideo] Mark broken
9 years ago
remitamine
fc2e70ee90
Merge pull request #8479 from remitamine/dash_downloader
...
[downloader/dash] Implement dashsegments fd in terms of fragment fd
9 years ago
Sergey M․
b4561e857f
[animeondemand] Add .netrc
9 years ago
Jaime Marquínez Ferrándiz
7023251239
[comedycentral] Support /shows URLs ( fixes #8405 )
9 years ago
Sergey M․
e2bd68c901
[animeondemand][wip] Add extractor ( #8518 )
9 years ago
Philipp Hagemeister
35ced3985a
release 2016.02.13
9 years ago
Sergey M․
3e18700d45
[nbc] Correct test
9 years ago
Sergey M․
f9f49d87c2
[youtube] Add test for #8536
9 years ago
Sergey M․
6863631c26
[youtube] Improve multifeed videos extraction ( Closes #8536 )
9 years ago
Sergey M․
9d939cec48
[extractor/generic] Add direct mpd url test
9 years ago
Sergey M․
4c77d3f52a
[YoutubeDL] Allow bestvideo+bestaudio for any extractor
9 years ago
Sergey M․
7be747b921
[extractor/generic] Pass mpd base url to _parse_mpd_formats
9 years ago
Sergey M․
bb20526b64
[extractor/common] Improve base url construction
9 years ago
remitamine
bcbb1b08b2
Revert "[aenetworks] extract http formats"
...
This reverts commit 3d98f97c64
.
9 years ago
remitamine
3d98f97c64
[aenetworks] extract http formats
9 years ago
remitamine
c349456ef6
[extractor/common] strip http urls in smil manifest
9 years ago
Sergey M․
5a4905924d
[extractor/generic] Improve dailymotion embed detection ( Closes #8521 , closes #8325 )
9 years ago
Sergey M․
b826035dd5
[vimeo] Fix authentication ( Closes #8520 )
9 years ago
remitamine
a7cab4d039
[theplatform] remove unused import and change smil url for ThePlatformFeedIE
9 years ago
remitamine
fc3810f6d1
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
remitamine
3dc71d82ce
[theplatform] fix pid extraction in the platform feed
9 years ago
Sergey M․
9c7b38981c
[utils] Bump Firefox version in User-Agent
...
Old version number causes Youtube not to serve some formats in ytplayer.config
9 years ago
remitamine
8b85ac3fd9
[cbc] Add new extractor( closes #3803 )( closes #4731 )( closes #5309 )
9 years ago
remitamine
81e1c4e2fc
[extractor/common] remove duplicate rtmp formats in smil manifest
9 years ago
Sergey M․
388ae76b52
[YoutubeDL] Fix format resolution when height is missing
9 years ago
Sergey M․
b67d63149d
[youtube] Fix typos
9 years ago
Sergey M․
28280e8ded
[plays] PEP 8
9 years ago
Sergey M․
6b3fbd3425
[pbs] Fix multi part videos extraction
9 years ago
Sergey M․
a7ab46375b
[pbs] Update some tests
9 years ago
Sergey M․
b14d5e26f6
[pbs] Improve description extraction
9 years ago
Sergey M․
9a61dfba0c
[pbs] Revert prefer portalplayer
9 years ago
remitamine
dd86780596
[extractor/common] fix dash formats sorting
9 years ago
remitamine
154c209e2d
[extractor/common] improve dash format ids
9 years ago
remitamine
d1ea5e171f
[plays] Add new extractor( #8458 )
9 years ago
remitamine
a1188d0ed0
[crackle] add prefix to format ids
9 years ago
remitamine
47d205a646
[crackle] improve format sorting
9 years ago
remitamine
80f772c28a
[crackle] Add new extractor
9 years ago
Philipp Hagemeister
f817d9bec1
release 2016.02.10
9 years ago
Sergey M․
e2effb08a4
[YoutubeDL] Sanitize format_id ( Closes #8494 )
9 years ago
Sergey M․
7fcea295c5
[pbs] Switch to portal player by default ( Closes #8491 )
9 years ago
Sergey M․
cc799437ea
[youku] Report private videos ( Closes #8498 )
9 years ago
Sergey M․
89d23f37f2
[hotstar] Relax _VALID_URL ( Closes #8487 )
9 years ago
Philipp Hagemeister
b92071ef00
release 2016.02.09.1
9 years ago
Sergey M․
47246ae26c
[viddler] Update tests
9 years ago
Sergey M․
9c15869c28
[viddler] Add support for secret videos ( Closes #8481 )
9 years ago
remitamine
51e9094f4a
[extractor/common] extract youtube dash formats filesize( fixes #8480 )
9 years ago
remitamine
5e3a6fec33
[fox] update test
9 years ago
remitamine
c43fe0268c
[downloader/dash] Implement dashsegments fd in terms of fragment fd
9 years ago
remitamine
d413095f7e
[extractor/common] remove duplicated formats and subtiles in smil manifests
9 years ago
remitamine
1bedf4de06
[fox] extract http formats
9 years ago
Sergey M․
3967a761f4
[mailru] Fix tests
9 years ago
Sergey M․
b081350bd9
[mailru] Improve and modernize
9 years ago
Sergey M․
16f1430ba6
[mailru] Prefer metaUrl API ( Closes #8474 )
9 years ago
Philipp Hagemeister
085ad71157
release 2016.02.09
9 years ago
Sergey M․
35972ba172
[vk] Improve rutube embeds detection ( Closes #8461 )
9 years ago
Sergey M․
3834d3e35c
[youtube] Clarify itag 36 height and abr ( Closes #8457 )
9 years ago
Sergey M․
b6bfa6fb79
[konserthusetplay] Reorder code pieces
9 years ago
Sergey M․
f070197bd7
[konserthusetplay] Improve _VALID_URL
9 years ago
Sergey M․
5a7699bb2e
[konserthusetplay] Improve and extract all formats ( Closes #8381 )
9 years ago
ovitei
8628d26f38
[KonserthusetPlay] Add new extractor (partial support)
9 years ago
Sergey M․
8411229bd5
[utils] Allow dot in strip_jsonp
9 years ago
Sergey M․
86296ad2cd
[utils] Add ability to control skipping false values in dict_get
9 years ago
Sergey M․
52f5889f77
[vlive] Improve and extract more metadata ( Closes #8446 )
9 years ago
Sergey M․
cbecc9b903
[utils] Add dict_get convenience method
9 years ago
Erwin de Haan
b8b465af3e
[vlive] Updated to new V App/VLive api.
...
More robust with getting keys and ids from website.
9 years ago
pulpe
59b35c6745
[IPrima] Remove test video_id
9 years ago
Jaime Marquínez Ferrándiz
7032833011
[iprima] Follow pep8
9 years ago
pulpe
f406c78785
[IPrima] Fix extractor ( fixes #7617 )
9 years ago
Sergey M
f326b5837a
Merge pull request #8445 from bpfoley/rte-newurl
...
[rte:radio] Add support for RTMP downloads, alternate URL style
9 years ago
Brian Foley
5dd4b3468f
[rte:radio] Add support for RTMP downloads, alternate URL style
...
This is useful as
a) RTMP downloads are a good deal faster to download
b) Older items are available only as RTMP streams
9 years ago
Jaime Marquínez Ferrándiz
d4f8e83404
[FFmpegSubtitlesConvertorPP] remove unused variable
9 years ago
Jaime Marquínez Ferrándiz
7b8b007cd9
[FFmpegSubtitlesConvertorPP] remove intermediate srt files
9 years ago
Jaime Marquínez Ferrándiz
3547d26587
[FFmpegSubtitlesConvertorPP] correctly update the extension ( fixes #8444 )
9 years ago
Jaime Marquínez Ferrándiz
7e62c2eb6d
[FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermediate format between ttml/dfxp and other format
...
It was trying to use the ttml/dfxp file with ffmpeg, which doesn't have support for them.
I broke it in e04398e397
.
9 years ago
Sergey M․
56401e1e5f
[downloader/hls] Do not send 'q' to ffmpeg on Windows ( Closes #8300 )
9 years ago
Sergey M․
4340727e6c
[videomore] Fix typo
9 years ago
remitamine
28ad7df65d
[generic] detect MPD manfiest only from the content
9 years ago
Sergey M․
79a3508579
[extractor/generic] Detect DASH manifests in found URLs and extract mpd formats
9 years ago
Sergey M․
1b840245bd
[extractor/generic] Detect DASH manifests and extract mpd formats
9 years ago
remitamine
6a3828fddd
[common] use float conversion instead of using division from __future__
9 years ago
remitamine
91cb6b5065
rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespace
9 years ago
remitamine
0826a0b555
[common] sort dash formats
9 years ago
remitamine
bcbbb98bfe
[generic] extract dash formats detected using content type
9 years ago
remitamine
66159b38aa
Merge pull request #8408 from remitamine/dash
...
Add generic support for mpd manifests(dash formats)
9 years ago
Sergey M․
23d17e4beb
[youtube] Fix automatic captions
9 years ago
Sergey M․
d97b0e3241
[vidme] Clarify IE_NAMEs
9 years ago
Sergey M․
eb2533ec4c
[vidme:user:likes] Add extractor
9 years ago
Sergey M․
b7b365067f
[vidme:user] Add extractor ( Closes #8416 )
9 years ago
remitamine
86e284e028
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
Sergey M․
d9e543b680
[spankbang] Add test with single format ( #8398 )
9 years ago
Sergey M․
c773c232d8
[spankbang] Check formats ( #8398 )
9 years ago
Sergey M․
58ae24336a
[spankbang] Extend format id regex ( Closes #8398 )
9 years ago
remitamine
7d3a035ee0
[ffmpeg] check for m3u8 protocol in FFmpegMetadataPP
9 years ago
Philipp Hagemeister
e06e75c7e7
release 2016.02.05.1
9 years ago
remitamine
593e0f43b4
[ffmpeg] fix condition( fixes #8440 )
9 years ago
Philipp Hagemeister
008ab0f814
release 2016.02.05
9 years ago
Jaime Marquínez Ferrándiz
3f7e8750d4
[arte.tv:+7] Fix extraction ( fixes #8427 )
9 years ago
Philipp Hagemeister
f1ed3acae5
release 2016.02.04
9 years ago
remitamine
2fb35d1c28
[youtube] fix subtitle order
9 years ago
remitamine
09be85b8dd
[youtube] fix subtitle extraction( fixes #8415 )
9 years ago
remitamine
eadc3ccd50
[generic] extract m3u8 formats when mpegurl content type detected
9 years ago
remitamine
255732f0d3
[common] fix segment duration calculation
9 years ago
remitamine
53c269c6fd
[common] fix media_template string formating
9 years ago
remitamine
675d001633
[common] skip drm protected dash formats
9 years ago
Yen Chi Hsuan
58be922079
[kuwo] Check for georestriction
9 years ago
remitamine
d577c79632
[common] ignore ISO 639-2 generic codes
9 years ago
remitamine
6ad2b01e14
[srgssr] use flv as ext for rtmp formats
9 years ago
remitamine
fd3a1f3d60
[cbsnews] add support for live videos( fixes #7010 )
9 years ago
Jaime Marquínez Ferrándiz
87de7069b9
[utils] dfxp2srt: make TTMLPElementParser inherit from object
...
For consistency between python 2 and 3.
9 years ago
remitamine
6fba62c87a
[ffmpeg] fix adding metadata when using --hls-prefer-native( #8350 )
9 years ago
remitamine
f14be22816
[common] remove duplicate reference to namespace
9 years ago
remitamine
fae45ede08
Merge pull request #8354 from remitamine/m3u8_metadata
...
[ffmpeg] fix adding metadata when using m3u8_native(fixes #8350 )
9 years ago
remitamine
4e0cff2a50
Merge pull request #8348 from remitamine/dfxp2srt-text
...
[utils] fix dfxp2srt text extraction(fixes #8055 )
9 years ago
remitamine
9c74423510
[common] fix media template regex
9 years ago
remitamine
5976e7ab57
[vevo] add support for dash formats
9 years ago
remitamine
a1a22572fb
[downloader/dash] make initialization_url optional
9 years ago
remitamine
c11875b328
[facebook] use _parse_mpd
9 years ago
remitamine
8ff648e4f9
[youtube] use _extract_mpd_formats
9 years ago
remitamine
1bac34556f
[common] add a generic support for mpd manifests
9 years ago
Sergey M․
0436157b95
[vk:uservideos] Improve _VALID_URL ( Closes #8389 )
9 years ago
Philipp Hagemeister
ae0db349c1
release 2016.02.01
9 years ago
Yen Chi Hsuan
08411970d5
Merge pull request #8374 from yan12125/facebook-dash
...
Facebook DASH formats
9 years ago
Yen Chi Hsuan
dc724e0c8b
[daum.net:user] Match more URLs ( #1952 )
9 years ago
Yen Chi Hsuan
58250eff2b
[daum] Update test_daum_1
9 years ago
Yen Chi Hsuan
11a4efc505
[daum] Do not match a single URL with multiple info extractors
9 years ago
Yen Chi Hsuan
7537b35fb8
[daum] PEP8
9 years ago
Yen Chi Hsuan
33cc74eeeb
Merge branch 'daum-playlist-user' of https://github.com/ping/youtube-dl into ping-daum-playlist-user
9 years ago
Yen Chi Hsuan
f021acee49
[kickstarter] Fix title and test_kickstarter
...
It's the description page that contains a video. The original URL is now
the calendar.
9 years ago
Yen Chi Hsuan
abe694ca95
[kickstarter] Eliminate the warning message and add_ie
9 years ago
Yen Chi Hsuan
b286f201a8
[YoutubeDL] Do not override ie_key in url_transparent
9 years ago
Yen Chi Hsuan
bd93a12e85
[vidzi] Fix _TESTS
9 years ago
Yen Chi Hsuan
92769650fa
[vidzi] Fix extraction
...
Closes #8386 .
Vidzi.tv now uses jwplayer, which can be handled by GenericIE
9 years ago
Yen Chi Hsuan
dc4fe5c6d7
[allocine] Use xpath_element
9 years ago
Yen Chi Hsuan
566bda51f2
[bpb] Fix extraction and update tests
9 years ago
Yen Chi Hsuan
f63757ec35
[allocine] Fix for Python 2.6
...
Python 2.6 does not support .// syntax in find(). Fortunately, the
interested node is at the top level
9 years ago
Yen Chi Hsuan
7a0ed06909
[allocine] Fix extraction of test_allocine_1 and update tests
9 years ago
Yen Chi Hsuan
9934fe76be
[acast] Remove ACastBaseIE
...
No longer necessary as _API_BASE_URL is used by ACastChannelIE only
9 years ago
Yen Chi Hsuan
a8aad21001
[acast] Fix extraction
9 years ago
Yen Chi Hsuan
0e1b1a011d
[gamekings] Stricter checks
9 years ago
Yen Chi Hsuan
eab3c2895c
[gamekings] add_ie
9 years ago
Yen Chi Hsuan
163da6a484
[gamekings] Add MD5 back
...
The test is now a YouTube video, whose MD5 should be stable
9 years ago
Yen Chi Hsuan
324916d11a
Merge branch 'gamekings_fix' of https://github.com/rrooij/youtube-dl into rrooij-gamekings_fix
9 years ago
Jaime Marquínez Ferrándiz
3ccb0655c1
[youtube] Use 'orderedSet' instead of 'set' to preserve the order
9 years ago
Jaime Marquínez Ferrándiz
e04398e397
[FFmpegSubtitlesConvertorPP] delete old subtitle files ( fixes #8382 )
9 years ago
Yen Chi Hsuan
231ea2a3bb
[xuite] Replace the test case with my uploaded one
9 years ago
Yen Chi Hsuan
b99d88c6a1
[youporn] Fix uploader and description
9 years ago
Philipp Hagemeister
a69bee4762
release 2016.01.31
9 years ago
Sergey M․
9acd33094d
[youtube] Filter duplicates in playlists base extractor
9 years ago
Sergey M․
8e7aad2075
[youtube] Use authentication for entry list base extractor ( Closes #8380 )
9 years ago
rrooij
ce5879fa14
[Gamekings] Fix viewing of old videos
...
Some old videos that aren't on Vimeo are being uploaded to YouTube under the
'Gamekings Vault' channel. They use YouTube now for some videos as video
hosting instead of Vimeo or their own hosting. The first test failed to
succeed under the existing code, but works now by using the YouTube
extractor.
The Regex is changed to find the new gogoVideo JavaScript line with the
YouTube embed. Checking if there is a YouTube embed is done by a String
find, which is probably not the best method of checking this.
9 years ago
Yen Chi Hsuan
7b7507d6e1
[letv] Fix LetvCloud extraction
9 years ago
rrooij
14823decf3
[Gamekings] Fix url from .tv to .nl
...
Gamekings doesn't use the .tv top level domain anymore, but the regular
domain for Dutch sites.
9 years ago
Sergey M․
673fb82e65
[schooltv] Improve video id regex
9 years ago
Sergey M
181cf24bc0
Merge pull request #8376 from rrooij/schooltv
...
[schooltv] Add extractor for SchoolTV playlists
9 years ago
rrooij
89f2602880
[schooltv] Add extractor for SchoolTV playlists
...
This closes #8163
9 years ago
Yen Chi Hsuan
db9b1dbcd9
[nba] Add ext for hls formats and fix test_NBA
9 years ago
Yen Chi Hsuan
e881c4bcab
[nbc] Use NBC's id and fix _TESTS
...
ThePlatform URL gives the same ID for all _TESTS
9 years ago
Yen Chi Hsuan
670ad51ade
[nrktv] Fix _TESTS
9 years ago
Yen Chi Hsuan
eb6fc7d32a
[senateisvp] Fix test_SenateISVP and test_SenateISVP_1
9 years ago
Yen Chi Hsuan
ed1a390583
[tv2] Fix test_TV2
9 years ago
Yen Chi Hsuan
809e1857c5
[screenwavemedia] Fix HLS extension and test_TeamFour
9 years ago
Yen Chi Hsuan
7c38af48b9
[vgtv] Fix test_VGTV_2
9 years ago
Yen Chi Hsuan
60ad3eb970
[viidea] Skip download for the test case requiring ffmpeg
9 years ago
Sergey M․
a7685b3a6b
[npo] Add extension for m3u8
9 years ago
remitamine
8f1fddc816
[limelight] fix format sorting and make m3u8 and f4m extraction non fatal
9 years ago
remitamine
1bf996fa5c
[generic] Add support for Limelight API
9 years ago
Yen Chi Hsuan
248ae880b6
[facebook] Add md5 for the test case with DASH
9 years ago
Yen Chi Hsuan
2d2fa82d17
[common] Add _extract_dash_manifest_formats
9 years ago
Yen Chi Hsuan
c94678957f
[common] Remove unused arguments
9 years ago
Yen Chi Hsuan
16f38a699f
[common] Rename to namespace
...
For consistency with _parse_smil_*
9 years ago
Yen Chi Hsuan
a6c2c24479
[youtube] Remove '(v|a)codec': 'none' entries
...
Not used anymore
9 years ago
Sergey M․
b8c9926c0a
[downloader/f4m] Do not update fragment list while test
9 years ago
Yen Chi Hsuan
df374b5222
[common] Prefer the manifest than formats_dict in determining codecs
9 years ago
Yen Chi Hsuan
5ea1eb78f5
[common] Fix for youtube
9 years ago
Yen Chi Hsuan
5d2c0fd9ba
[youtube] Pass self._formats to _parse_dash_manifest
9 years ago
Yen Chi Hsuan
0803753fea
[facebook] Add support for DASH manifests
9 years ago
Sergey M․
2c2f1efdcd
[downloader/fragment] Remove superfluous whitespace
9 years ago
Yen Chi Hsuan
b323e1707d
[common] Modify _parse_dash_manifest for use in Facebook
9 years ago
Sergey M․
09104e9930
[downloader/f4m] Add live stream flag to context
...
Now download progress for f4m livestreams is reported correctly
9 years ago
Sergey M․
5fa1702ca6
[downloader/fragment] Do not report total bytes estimation and eta for live streams
9 years ago
Yen Chi Hsuan
17b598d30c
[common] _parse_dash_manifest() from youtube.py
9 years ago
Sergey M․
53be8894e4
[options] Add missing closing parenthesis
9 years ago
Sergey M․
c3deacd562
[matchtv] Add extractor ( Closes #8313 )
9 years ago
Sergey M․
8ab3fe81d8
[downloader/f4m] Prefer bootstrap url attribute over inline bootstrap info
9 years ago
ping
2f0a33d8a3
[daum.net] Support for playlists, user channels
9 years ago
Yen Chi Hsuan
05d0d131a7
[youtube] Move decrypt_sig out of _parse_dash_manifest
9 years ago
Yen Chi Hsuan
c140629995
[facebook] Support alternative webpage form
...
Fixes #8371
9 years ago
Jaime Marquínez Ferrándiz
7d106a65ca
Add --hls-use-mpegts option
...
When using the mpegts container hls vidoes can be played while being downloaded (useful if you are recording a live stream).
VLC and mpv play them file, but QuickTime doesn't.
9 years ago
Yen Chi Hsuan
0179f6a830
[daum] Add 'thumbnail' to all _TESTS
9 years ago
Yen Chi Hsuan
830afe85dc
[daum.net] Support VodPlayer.swf URLs ( closes #8173 )
9 years ago
Yen Chi Hsuan
8bf39420b4
Merge remote-tracking branch 'upstream/master'
9 years ago
Yen Chi Hsuan
06ffa33485
[daum.net] Move the request to ClipInfoXml.do
...
To reduce the number of wasted requests
9 years ago
Yen Chi Hsuan
874e05975b
Merge branch 'daum-fix-clip' of https://github.com/ping/youtube-dl into ping-daum-fix-clip
9 years ago
ping
f5d30d521c
[daum] Fix add view_count, comment_count to test
9 years ago
ping
e047922be0
[daum] Fix copy-paste mistake
9 years ago
Sergey M․
83ab8a79cc
[espn] Improve video id extraction ( Closes #8368 )
9 years ago
Sergey M․
350cf045d8
[extractor/common] Restrict checks when auto calculating tbr
9 years ago
Sergey M․
68a0ea15b4
[cspan] Unescape path ( Closes #8365 )
9 years ago
Jaime Marquínez Ferrándiz
2b4f5e68d1
[azubu] Add extractor for live streams ( closes #8343 )
9 years ago
Philipp Hagemeister
055f417278
release 2016.01.29
9 years ago
Jaime Marquínez Ferrándiz
70029bc348
[youtube:user] Require 'https?://' in the url ( fixes #8356 )
...
It was matching www.youtube.com/embed/WpfukLMe1TM.
The generic extractor automatically adds http:// if it's missing.
9 years ago
remitamine
cf57433bbd
[ffmpeg] fix adding metadata when using m3u8_native( fixes #8350 )
9 years ago
Sergey M․
1ac6e794cb
[bbc] Add test for #8147
9 years ago
Sergey M․
a853427427
[bbc] Add another description regex
9 years ago
Sergey M․
50e989e263
[bbc] Add another title regex ( Closes #8340 )
9 years ago
Sergey M․
10e6ed9341
[ok] Add support for mobile URLs ( Closes #8345 )
9 years ago
Sergey M․
38c84acae5
[ndr:embed:base] Add missing ext for m3u8
9 years ago
remitamine
2b14cb566f
[utils] fix dfxp2srt text extraction( fixes #8055 )
9 years ago
dyn888
b0df5223be
Update YoutubeDL.py
9 years ago
Sergey M․
ed7cd1e859
[cbsnews] Remove unused import
9 years ago
remitamine
f125d9115b
[cbsnews] extract all formats
9 years ago
remitamine
a9d5f12fec
Merge pull request #8328 from remitamine/hls-master-detect
...
[extractor/common] detect media playlist in _extract_m3u8_formats
9 years ago
remitamine
7f32e5dc35
[extractor/common] detect media playlist in _extract_m3u8_formats
9 years ago
Sergey M․
c3111ab34f
[spankbang] Fix title extraction ( Closes #8329 )
9 years ago
Sergey M․
9339774af2
[spankbang] Fix formats extraction
9 years ago
Sergey M․
b0d21deda9
[extractor/common] Auto calculate tbr when missing
9 years ago
Philipp Hagemeister
fab6f0e65b
release 2016.01.27
9 years ago
ping
b6c33fd544
[daum.net] Fixes #8331
9 years ago
Sergey M․
fb4b345800
[instagram] Make description optional ( Closes #8326 )
9 years ago
Sergey M․
af9c2a07ae
[cspan] Extract from path when no qualities ( Closes #8317 )
9 years ago
remitamine
ab180fc648
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
remitamine
682f8c43b5
[vevo] fallback to youtube video only if vevo video is geo restricted(fixes 8263)(fixes 2874)
9 years ago
Sergey M․
f693213567
[cspan] Fix clip/prog id extraction ( #8317 )
9 years ago
remitamine
9165d6bab9
[vevo] extract metadata and formats from api if videoinfo is empty
...
these was fixed by @yan12125 in ff51983e15
i only added some code to extract video metadata and more formats from
api
9 years ago
remitamine
2975fe1a7b
[vevo] extract all formats and bypass geo restriction
9 years ago
Sergey M․
de691a498d
[facebook:post] Add extractor ( Closes #8321 )
9 years ago
Sergey M․
2e6e742c3c
[facebook] Add shortcut and reformat _VALID_URL
9 years ago
Yen Chi Hsuan
e9bd0f772b
Merge pull request #8130 from dyn888/master
...
[youtube] added vcodec/acodec/abr for multiple itags
9 years ago
Yen Chi Hsuan
77f785076f
[common] Keep full codec name from m3u8 manifests
...
See #8293 . This is for consistency between YouTube and HLS formats.
9 years ago
Yen Chi Hsuan
94278f7202
[youtube] Prefer info from YouTube than _formats ( #8293 )
9 years ago
Yen Chi Hsuan
a0d8d704df
[utils] Reorder items in mimetype2ext alphabetically
9 years ago
Yen Chi Hsuan
f6861ec96f
[utils] Add more items to mimetype2ext ( #8293 )
...
These are used in Youtube formats
9 years ago
Philipp Hagemeister
f733b05302
release 2016.01.23
9 years ago
Sergey M․
6fa73386cb
[drtv] Use IETF language tag
9 years ago
Sergey M․
5ca01bb9e4
[kanalplay] Use IETF language tag
9 years ago
Sergey M․
1ca59daca9
[options] Clarify language tags
9 years ago
Sergey M․
594c4d79a5
[svt] Improve subtitles extraction and add test ( Closes #8265 )
9 years ago
Marian Sigler
1f16b958b1
[SVTPlay] Add subtitle support
9 years ago
Sergey M․
4c0d13df9b
[lovehomeporn] Add extractor
9 years ago
Sergey M․
b2c6528baf
[ruleporn] Rework in terms of nuevo ( Closes #8206 )
9 years ago
Sergey M․
ea17820432
[nuevo] Improve thumbnail extraction
9 years ago
Dankryn
1257b049bc
[ruleporn] Add new extractor
9 years ago
Sergey M․
10677ece81
[nuevo] Simplify nuevo extractors ( Closes #7728 )
9 years ago
Andrew "Akari" Alexeyew
d570746e45
[nuevo] Generalize nuevo extractor and add support for trollvids
...
Supports only the nuevo player for now (most common).
[trollvids] convert duration to an int
[trollvids] added a test
[trollvids] made flake8 shut up
Generalized the Nuevo extractor
Affects: anitube, trollvids, trutube
[nuevo] Complied with the code comments.
9 years ago
Sergey M․
4fcd9d147d
[arte:cinema] Add extractor
9 years ago
Sergey M․
9c54ae3387
[arte:future] Make duplicated test matching only
9 years ago
François Charlier
24114fee74
[arte:future] Fix extraction
...
[arte] Add support for more "Arte Future" uri
9 years ago
Sergey M․
220ee33f2b
[cbsnews] Simplify subtitles extraction and fix test ( Closes #8295 )
9 years ago
John Assael
4118cc02c1
[cbsnews] Extract subtitles
...
added test function for CBS News subtitles
9 years ago
Jaime Marquínez Ferrándiz
32d77eeb04
[downloader/common] report_retry: Don't crash when retries is infinite ( fixes #8299 )
9 years ago
Filippo Valsorda
4d318be195
[update] fix (unexploitable) BB'06 vulnerability in rsa_verify
...
The rsa_verify code was vulnerable to a BB'06 attack, allowing to forge
signatures for arbitrary messages if and only if the public key exponent is
3. Since the updates key is hardcoded to 65537, there is no risk for
youtube-dl, but I don't want vulnerable code in the wild.
The new function adopts a way safer approach of encoding-and-comparing to
replace the dangerous parsing code.
9 years ago
Yen Chi Hsuan
6b45f9aba2
[iqiyi] Update key ( closes #8292 )
9 years ago
Sergey M․
1e10d02fec
[hitbox] Skip subscribe only formats ( Closes #8217 )
9 years ago
Sergey M․
51290d8457
[youtube] Simplify automatic captions URL check ( Closes #8287 )
9 years ago
Dimitre Liotev
582f4f834e
Fix issue #8109 (error when downloading automatic captions)
9 years ago
Sergey M․
e87d98b0dd
[yahoo] Add improve content id regexes ( Closes #8290 )
9 years ago
igv
383496e65e
Additional regex for yahoo extractor
9 years ago
Jaime Marquínez Ferrándiz
4519c1f43c
[vimeo] 'ext' must be a string, not a tuple ( fixes #8288 )
...
There was an ',' at the end of the line.
9 years ago
Sergey M․
a616f65471
[tube8] PEP 8
9 years ago
CeruleanSky
1f78ed189a
[OraTV] update extractor
...
"current" is now "video"
"hls_stream" is now hls_stream without quotes
video_id is now id
duration for current video is not present(for other videos it is)
modified regex to find hls_stream variable to work reguardless of whether it is quoted or not.
[ora] Improve (Closes #8273 )
9 years ago
Sergey M․
7dde358adc
[tube8] Extract duration and modernize
9 years ago
Sergey M․
27b83249c9
[tube8] Fix extraction and extract all formats ( Closes #8281 )
9 years ago
Jaime Marquínez Ferrándiz
9d90e7de03
[downloader/hls] Ask ffmpeg to quit when interrupting youtube-dl with 'Ctrl+C' ( #8252 )
...
Otherwise the mp4 file can't be played.
9 years ago
Yen Chi Hsuan
fe6856b059
[neteasemusic] Use float_or_none
9 years ago
Yen Chi Hsuan
a54fbf2ca6
Merge branch 'patch-8239' of https://github.com/ping/youtube-dl into ping-patch-8239
9 years ago
Yen Chi Hsuan
d8024aebe5
Merge branch 'FounderSG-Weiqitv'
9 years ago
Yen Chi Hsuan
8652bd22f1
[weiqitv] Use single quotes
9 years ago
Yen Chi Hsuan
f15a9ca301
[weiqitv] Rename the extractor - capitilize 'TV'
9 years ago
Yen Chi Hsuan
65ced034b8
[weiqitv] Make codes shorter
9 years ago
Yen Chi Hsuan
bec30224ff
[letv] LetvCloud: Detect ext instead of the hardcoded one
9 years ago
Yen Chi Hsuan
0428106da3
[letv] LetvCloud: make title looks like a title
9 years ago
Yen Chi Hsuan
73e7442456
[letv] LetvCloud: simplify and improve _VALID_URL
9 years ago
Yen Chi Hsuan
26de1bba83
[letv] LetvCloud: check error messages from server
9 years ago
Yen Chi Hsuan
e0690782b8
[letv] LetvCloud: guard against invalid URLs
9 years ago
Yen Chi Hsuan
8fff4f61e5
[letv] Use single quotes
9 years ago
Yen Chi Hsuan
10defdd06a
[letv] Reduce duplicated codes
9 years ago
Sergey M․
485139c15c
[viewster] Tolerate missing synopsis ( Closes #8274 )
9 years ago
Sergey M․
b605ebb609
[lemonde] Add extractor
9 years ago
Sergey M․
aecfcd4e59
[ultimedia] Rename to digiteka
9 years ago
Sergey M․
942d46196f
[ultimedia] Extend _VALID_URL to support digiteka
9 years ago
Yen Chi Hsuan
78be2eca7c
Merge branch 'Weiqitv' of https://github.com/FounderSG/youtube-dl into FounderSG-Weiqitv
9 years ago
Sergey M․
1fa2b9841d
[extractor/generic] Extend dailymotion embed regex
9 years ago
Sergey M․
9fbd0822aa
[dailymotion] Extend _VALID_URL
9 years ago
Sergey M․
e323cf3ff3
[youtube] Skip test
9 years ago
Sergey M․
8ceabd4df3
[youtube] Capture and output unavailable message
9 years ago
Sergey M․
a8776b107b
[youtube] Clarify test_Youtube_18
9 years ago
Sergey M․
096b533982
[youtube] Fix URL expansion in video description
...
Fixes test_Youtube_18
9 years ago
Sergey M․
dae503afaa
[atresplayer] Skip HLS completely ( Closes #8261 )
9 years ago
Jakub Wilk
e5a66240c0
[ustream] Use HTTPS for GitHub URL
9 years ago
ping
e0ef13ddeb
[neteasemusic] Fallback to alt hosts if m5.music.126.net doesn't work
9 years ago
Sergey M․
855f90fa6f
[ae] Rename to aenetworks and clarify extractor name and description
9 years ago
Yen Chi Hsuan
614db89ae3
[compat] Clarify the versions requiring compat_kwargs
...
It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See
https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337
https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
9 years ago
Yen Chi Hsuan
1358b94163
[ae] Fix _TESTS
9 years ago
Yen Chi Hsuan
350e02d40d
[bbc] Use _search_json_ld
9 years ago
Yen Chi Hsuan
0b26ba3fc8
[extractor/common] Allow passing more parameters to _search_json_ld
9 years ago
ping
3a0a78731b
Fixes #8239
9 years ago
Sergey M․
b555942428
[YoutubeDL] Ensure protocol is always present
9 years ago
Yen Chi Hsuan
10d33b3473
[YoutubeDL] Introduce CSS3 like string operators
9 years ago
Sergey M
ac25992bc7
Merge pull request #8246 from dstftw/initial-json-ld-metadata-support
...
Initial JSON-LD metadata extraction support
9 years ago
Sergey M
30783c442d
Merge pull request #8245 from dstftw/auto-generate-title-fields
...
[YoutubeDL] Auto generate title fields corresponding to the *_number fields
9 years ago
Sergey M․
a50a8003a0
[cultureunplugged] Improve ( Closes #8060 )
9 years ago
Sergey M․
315bdae00a
[zippcast] Improve ( Closes #8198 )
9 years ago
ckuu
2ddfd26f1b
'[ZippCast] Add new extractor'
...
Closes rg3/youtube-dl#6591
9 years ago
Philipp Hagemeister
f3ed5df611
release 2016.01.15
9 years ago
Sergey M․
b4e44234bc
[ae] Use JSON-LD for TV series metadata
9 years ago
Sergey M․
4ca2a3cf3c
[extractor/common] Add initial support for JSON-LD metadata extraction into info_dict
9 years ago
Sergey M․
33d2fc2f64
[YoutubeDL] Auto generate title fields corresponding to the *_number fields
...
Auto generate title fields corresponding to the *_number fields when missing in order to always have clean titles. This is very common for TV series.
9 years ago
remitamine
27a95f51aa
[cwtv] Add new extractor
9 years ago
Sergey M․
a78d6a9bb1
[ae] Improve _VALID_URL
9 years ago
Sergey M․
567f9a5809
[ae] Add extractor import
9 years ago
Sergey M․
3a421c724f
[history] Remove import ( Closes #8243 )
9 years ago
Sergey M․
34dd81c03a
[xtube:user] Fix extraction ( Closes #8224 )
9 years ago
Sergey M․
b3f502cdb9
[xtube] Add shortcut
9 years ago
remitamine
587dfd44a4
[ae] Add support for fyi.tv, aetv.com and mylifetime.com( closes #3599 )
9 years ago
remitamine
52767c1ba0
[history] add support for episode pages( fixes #8240 )
9 years ago
remitamine
014b5c59d8
[theplatform] extend _VALID_URL regex
9 years ago
remitamine
fad7a336a1
Revert "[history] fix signature and media url extraction( fixes #8240 )"
...
This reverts commit ffbc0baf72
.
9 years ago
remitamine
ffbc0baf72
[history] fix signature and media url extraction( fixes #8240 )
9 years ago
Sergey M
345f12196c
Merge pull request #8228 from jaimeMF/disable-file-handler
...
[YoutubeDL] urlopen: disable the 'file:' protocol (#8227 )
9 years ago
Sergey M․
4e2743abd9
[canvas] Improve ( Closes #7145 )
9 years ago
Tom Gijselinck
be2d40a58a
[Canvas] Add new extractor
9 years ago
Sergey M․
81549898c0
[prosiebensat1] Fix some extraction and update tests
9 years ago
Lucas
0baedd1851
[prosiebensat1] add support for 7tv.de
9 years ago
Sergey M․
6b559c2fbc
[ntvde] Improve regex
9 years ago
Sergey M․
986986064e
[orf:fm4] Add test
9 years ago
Sergey M․
4654c1d016
[orf:fm4] Extend _VALID_URL ( Closes #8234 )
9 years ago
Sergey M․
163e8369b0
[ntvde] Fix extraction
9 years ago
Sergey M․
5cc9c5dfa8
[unistra] Fix extraction
9 years ago
Sergey M․
fbd90643cb
[vodlocker] Fix extraction ( Closes #8231 )
9 years ago
Jaime Marquínez Ferrándiz
30e2f2d76f
[YoutubeDL] use a more correct terminology in the error message for file:// URLs
9 years ago
Philipp Hagemeister
11c60089a8
release 2016.01.14
9 years ago
Sergey M․
abb893e6e4
[beeg] Update API URL
9 years ago
Sergey M․
4511c1976d
[beeg] Fix extraction ( Closes #8225 )
9 years ago
Jaime Marquínez Ferrándiz
4240d50496
[YoutubeDL] improve error message for file:/// URLs
9 years ago
Jaime Marquínez Ferrándiz
6240b0a278
[YoutubeDL] urlopen: use build_opener again
...
Otherwise we would need to manually add handlers like HTTPRedirectHandler, instead we add a customized FileHandler instance that raises an error.
9 years ago
Jaime Marquínez Ferrándiz
e37afbe0b8
[YoutubeDL] urlopen: disable the 'file:' protocol ( #8227 )
...
If someone is running youtube-dl on a server to deliver files, the user could input 'file:///some/important/file' and youtube-dl would save that file as a video giving access to sensitive information to the user.
'file:' urls can be filtered, but the user can use an URL to a crafted m3u8 manifest like:
#EXTM3U
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:10.0
file:///etc/passwd
#EXT-X-ENDLIST
With this patch 'file:' URLs raise URLError like for unknown protocols.
9 years ago
remitamine
40cf7fcbd2
[tudou] Add support for Albums and Playlists and extract more metadata
9 years ago
Yen Chi Hsuan
cc28492d31
[youtube] Fix acodec and vcodec order
...
In RFC6381, there's no rule stating that the first part of codecs should
be video and the second part should be audio, while it seems the case
for data reported by YouTube.
9 years ago
Sergey M․
bc0550c262
[pluralsight] Fix new player ( Closes #8215 )
9 years ago
Sergey M․
b83b782dc4
[downloader/fragment] Move helper data to context dict
9 years ago
Sergey M․
16a348475c
[dailymotion] Prefer direct links ( Closes #8156 )
9 years ago
Sergey M․
709185a264
[downloader/fragment] More smooth calculations
...
`downloaded_bytes` is now updated on each fragment progress hook invocation
9 years ago
Sergey M․
9cb1a06b6c
[downloader/fragment] Remove unused code and fix zero division error
9 years ago
Sergey M․
be27283ef6
[iprima] Mark broken
9 years ago
Sergey M․
b924bfad68
[videott] Mark broken
9 years ago
Sergey M․
192b9a571c
[videomega] Mark broken
9 years ago
remitamine
6ec6cb4e95
Revert "fix typos"
...
This reverts commit 36a0e46c39
.
9 years ago
remitamine
36a0e46c39
fix typos
9 years ago
Jakub Wilk
dfb1b1468c
Fix typos
...
Closes #8200 .
9 years ago
Jaime Marquínez Ferrándiz
3c91e41614
[downloader/fragment] Don't fail if the 'Content-Length' header is missing
...
In some dailymotion videos (like http://www.dailymotion.com/video/x3k0dtv from #8156 ) the segments URLs don't have the 'Content-Length' header and HttpFD sets the 'totat_bytes' field to None, so we also use '0' in that case (since we do different math operations with it).
9 years ago
Jaime Marquínez Ferrándiz
7e8a800f29
[bigflix] Use correct indentation to make flake8 happy
9 years ago
remitamine
2334762b03
[shahid] raise ExtractorError if the video is DRM protected
9 years ago
remitamine
3fc088f8c7
[dcn] extract video ids in season entries
9 years ago
Sergey M․
a9bbd26f1d
[bigflix] Improve formats extraction
9 years ago
Sergey M․
6e99d5762a
[bigflix] Extract all formats
9 years ago
Vignesh Venkat
0a899a1448
[Bigflix] Add new extractor for bigflix.com
...
Add an IE to support bigflix.com. It uses some sort of silverlight
plugin whose video url is being populated using base64 encoded
flashvars. So it is quite straightforward to extract.
9 years ago
Sergey M․
7a34302e95
[canalc2] Fix extraction ( Closes #8191 )
9 years ago
Jaime Marquínez Ferrándiz
27783821af
[xhamster] Remove unused import
9 years ago
Philipp Hagemeister
b374af6ebd
release 2016.01.09
9 years ago
Sergey M․
16f1131a4d
[vimeo] Add test for #8187
9 years ago
Sergey M․
d5f071afb5
[vimeo] Check source file URL ( Closes #8187 )
9 years ago
Sergey M․
14b4f038c0
[xhamster] Update tests
9 years ago
Sergey M․
bcac2a0710
[xhamster] Fix uploader extraction
9 years ago
Sergey M․
1a6d92847f
[xhamster] Change title regex precedence
9 years ago
Sergey M․
6a16fd4a1a
[xhamster] Fix view count extraction
9 years ago
Sergey M․
44731e308c
[xhamster] Fix duration extraction
9 years ago
Sergey M․
4763b624a6
[xhamster] Fix upload date extraction
9 years ago
Sergey M․
6609b3ce37
[xhamster] Improve title extraction
9 years ago
atomic83
5777f5d386
Extract xHamster title fix
9 years ago
Sergey M․
5dbe81a1d3
[vimeo] Automatically pickup full movie when rented ( Closes #8171 )
9 years ago
Sergey M․
4cf096a4a9
[ivideon] Add support for map bound URLs
9 years ago
Sergey M․
18e6c97c48
[adultswim] Skip georestricted hls ( Closes #8168 )
9 years ago
Sergey M․
97afd99a18
[soundcloud:likes] Adapt to API changes ( Closes #8166 )
9 years ago
Sergey M․
23f13e9754
[youtube] Support expanding alternative format of links in description ( Closes #8164 )
9 years ago
Sergey M․
2e02ecbccc
[ivideon] Add extractor
9 years ago
oittaa
e4f49a8753
check video_play_path and use xpath_text
...
"This check should take place earlier and should be more general if not video_url:. Same should be done for video_play_path. Also these fields better extracted with xpath_text."
Suggestions by @dstftw
9 years ago
Sergey M․
51d3045de2
[npr] Fix extractor ( Closes #7218 )
9 years ago
kaspi
76048b23e8
[npr] Add extractor
...
removed md5 from _TEST
moved from xml data to json
test
changed _TEST url to one that will not expire, so tests would not be failing
9 years ago
Sergey M․
f20756fb10
[udemy] Fix non free course message
9 years ago
Sergey M․
17b2d7ca77
[udemy] Detect non free courses ( Closes #8138 )
9 years ago
Sergey M․
2f546d0a3c
[vrt] Prefix format ids
9 years ago
Sergey M․
18c782ab26
[vrt] Extend _VALUD_URL
9 years ago
Sergey M․
33cee6c7f6
[dramafever] Add test for custom episode title
9 years ago
Sergey M․
a2e51e7b49
[dramafever] Fix episode fallback
9 years ago
Sergey M․
bd19aa0ed3
[dramafever] Extract episode
9 years ago
Sergey M․
8f4c56f334
[dramafever] Extract episode number
9 years ago
Sergey M․
1dcc38b233
[dramafever] Improve subtitles extraction ( Closes #8136 )
9 years ago
Sergey M․
fff79f1867
[amp] Add missing subtitles to info dict
9 years ago
Jaime Marquínez Ferrándiz
3f17c357d9
[downloader/hls] Don't let ffmpeg read from stdin ( #8139 )
...
If you run 'while read aurl ; do youtube-dl "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line that uses the hls downloader) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url
(This is the same problem that was fixed for the ffmpeg postprocessors in cffcbc02de
)
9 years ago
Sergey M․
9938a17f92
[rte:radio] Extract timestamp
9 years ago
Sergey M․
9746f4314a
[rte:radio] Simplify
9 years ago
Sergey M․
0238451fc0
[rte] PEP 8
9 years ago
Sergey M
2098aee7d6
Merge pull request #8063 from bpfoley/rteradio
...
[rte:radio] Add support for RTE radio player
9 years ago
bpfoley
896c7a23cd
[extractor/rte.py] Add support for RTE radio player
...
While here, stop RteIE changing filename extensions to .mp4. The files
saved are .flv containers with h264 video.
9 years ago
Sergey M․
1463c5b9ac
[ivi] Extract season info
9 years ago
Sergey M․
c6270b2ed5
[ivi:compilation] Fix extraction
9 years ago
Sergey M․
ab3176af34
[ivi] Fix extraction and modernize
9 years ago
Sergey M․
5aa535c329
[bbccouk] Update tests ( Closes #8090 )
9 years ago
Sergey M․
133b1886fc
[20min] Improve ( Closes #8110 )
9 years ago
pingtux
66295fa4a6
[20min.ch] Added support for videoportal
9 years ago
pingtux
e54c44eeab
[20min.ch] Add new extractor ( closes #5977 )
9 years ago
Sergey M․
a7aaa39863
[utils] Extract known extensions for reuse
9 years ago
Sergey M
ea6abd740f
[nowtv] Mark broken
9 years ago
dyn888
e1a0bfdffe
[youtube] added vcodec/acodec/abr for multiple itags
...
Should make downloading with filters more precise and easier, ie. bestvideo[vcodec=h264]. By default a lot of codecs are specified as avc1.xxxxxx and unique for each format, which makes them unusable for bestvideo selection.
9 years ago
Sergey M
3f3343cd3e
Merge pull request #8061 from dstftw/introduce-chapter-and-series-fields
...
Introduce chapter and series fields
9 years ago
remitamine
4059eabd58
[dreisat] use extract_from_xml_url from ZDFIE for info extraction( fixes #7680 )( fixes #8104 )( closes #8121 )
9 years ago
remitamine
6b46102661
[zdf] fix rtmpt format downloading handle errors
9 years ago
Yen Chi Hsuan
141a273a8b
[qqmusic] Update tests
9 years ago
Yen Chi Hsuan
2fffb1dcd0
[qqmusic:playlist] Capture errors and update tests
9 years ago
Yen Chi Hsuan
e698e4e533
Merge branch 'remitamine-baidu'
9 years ago
Yen Chi Hsuan
b7546397f0
[baidu] Use list comprehension
9 years ago
Yen Chi Hsuan
0311677258
[baidu] Add notes for API calls
9 years ago
Sergey M․
88fb59d91b
[bbccouk] Extend title extraction
9 years ago
Yen Chi Hsuan
a1d9f6c5dc
[baidu] Improve playlist description
9 years ago
Yen Chi Hsuan
c579c5e967
[baidu] Cleanups
9 years ago
Yen Chi Hsuan
c9c194053d
Merge branch 'baidu' of https://github.com/remitamine/youtube-dl into remitamine-baidu
9 years ago
Sergey M․
f20a11ed25
[bbccouk] Extend _VALID_URL ( Closes #8116 )
9 years ago
Sergey M․
76a353c9e5
[ruutu] Fix extraction ( Closes #8107 )
9 years ago
pingtux
94de6cf59c
Remove testtube import
...
Extractor got deleted in remitamine/youtube-dl@8af2804
9 years ago
remitamine
8af2804a5d
[testtube] Remove Extractor
9 years ago
remitamine
054479754c
[revision3] Add new extractor( closes #6388 )
...
- revision3.com
- testtube.com
- animalist.com
9 years ago
Sergey M․
5bafcf6525
[udemy] Use chapter_number
9 years ago
Sergey M․
306c51c669
[videomore] Use number fields for series
9 years ago
Sergey M․
27bfd4e526
[extractor/common] Introduce number fields for chapters and series
9 years ago
Jaime Marquínez Ferrándiz
ca227c8698
[yahoo] Support pages that use an alias ( fixes #8084 )
9 years ago
Philipp Hagemeister
32f9036447
[ccc] Add language information to formats
9 years ago
Philipp Hagemeister
190ef07981
release 2016.01.01
9 years ago
Sergey M․
82597f0ec0
[ccc] Extract duration
9 years ago
Sergey M․
8499d21158
[ccc] Fix description extraction and update test
9 years ago
Sergey M․
c9154514c4
[ccc] Fix upload date extraction
9 years ago
Sergey M․
0d5095fc65
[ccc] Update _VALID_URL ( Closes #8097 )
9 years ago
Yen Chi Hsuan
034caf70b2
[youku] Fix extraction ( #8068 )
9 years ago
remitamine
e565cf6048
[nextmovie] Add new extractor
9 years ago
remitamine
a0e5beb0fb
[nick] Add new extractor
9 years ago
remitamine
c1e90619bd
[mtv] extract mgid extraction and query building into separate methods
9 years ago
Sergey M․
b26afec81f
[einthusan] Improve extraction ( Closes #7877 )
9 years ago
Sergey M․
8f7c4f7d2e
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
j
0416006a30
Fix einthusan parser
9 years ago
remitamine
7f9134fb2d
[tvland] inherit from MTVServicesInfoExtractor
9 years ago
remitamine
91e274546c
[tvland] Add new extractor
9 years ago
Jaime Marquínez Ferrándiz
69f8595256
[espn] Extract better titles
9 years ago
Jaime Marquínez Ferrándiz
930087f2f6
[espn] Support 'intl' videos ( #7858 )
9 years ago
Jaime Marquínez Ferrándiz
9f9f7664b5
[espn] Update test
9 years ago
Sergey M․
72528252e3
[pandoratv] Add IE names
9 years ago
Sergey M․
e4bd63f9c0
[pandoratv] Improve extraction ( Closes #7921 )
9 years ago
j
9accfed4e7
[pandoratv] Add new extractor ( closes #6884 )
9 years ago
remitamine
f1e21efe63
[tlc] remove TlcIE
9 years ago
remitamine
b05641ce40
[discovery] improve _VALID_URL regex
9 years ago
remitamine
fec040e754
[discovery] add support for discovery related sites
...
- investigationdiscovery.com
- discoverylife.com
- animalplanet.com
- ahctv.com
- destinationamerica.com
- sciencechannel.com
- tlc.com
- velocity.com
9 years ago
Sergey M․
34a9da136f
[regiotv] Improve extraction ( Closes #7915 )
9 years ago
j
c43fda4c1a
[regiotv] Add new extractor ( closes #7797 )
9 years ago
Philipp Hagemeister
7de81fcc53
release 2015.12.31
9 years ago
remitamine
9d46608efa
[ora] Add new extractor( closes #7732 )
9 years ago
remitamine
80b8b72cb8
[animalplanet] Add new extractor( closes #5303 )
9 years ago
remitamine
9787c5f4c8
[fox] Add new extractor( closes #3063 )
9 years ago
remitamine
d5f6429de8
[canalplus] improve extraction( fixes #6301 )
...
- extract data from json instead of xml
- fix http format urls
- extract more metadata
- update tests
- make m3u8 and f4m format extraction non fatal
- use m3u8_native implementation
9 years ago
Sergey M․
df827a983a
[discovery] Allow https ( Closes #8065 )
9 years ago
Sergey M․
29f3683901
[espn] Remove broken flag
9 years ago
Jaime Marquínez Ferrándiz
c7932289e7
[cbsnews] Fix extraction of the URL for the 'RtmpDesktop' format ( fixes #8048 )
9 years ago
Sergey M․
7a0b07c719
[videomore] Extract series info
9 years ago
Sergey M․
4d402db521
[udemy] Extract chapter info
9 years ago
Sergey M․
7109903e61
[extractor/common] Document chapter and series fields
9 years ago
Sergey M․
3092fc4035
[udemy] Fix typo
9 years ago
Sergey M․
f5bc4b5f95
[options] Prefer --convert-subs spelling
9 years ago
Sergey M․
69759a5990
[videomore] Set IE_NAME
9 years ago
Sergey M․
453fe2a345
[dramafever] Fix subtitles extraction ( Closes #8049 )
9 years ago
Sergey M․
ff18735cb2
[extractor/generic] Add support for videomore embeds
9 years ago
Sergey M․
030dfb04e0
[videomore] Add extractor ( Closes #8040 )
9 years ago
remitamine
06e4874c99
Merge branch 'jukebox' of https://github.com/remitamine/youtube-dl into remitamine-jukebox
9 years ago
remitamine
0d8a0fdc30
[srgssr] use SRFIE format ids
9 years ago
remitamine
0368181998
[wdr] split long lines
9 years ago
remitamine
6101f45ef9
[ooyala] split long lines, fix test duration and add hdcode param to hds url
9 years ago
remitamine
bf96b45238
[rai] split long lines
9 years ago
remitamine
98d7c0f4f7
[tele13] split long lines
9 years ago
remitamine
f2017cb020
[srgssr] split long lines and use m3u8_native
9 years ago
remitamine
f889ac45b8
[ign] split long lines
9 years ago
remitamine
eccde5e9de
[audimedia] split long lines
9 years ago
remitamine
ce7d243c7e
[srgssr] fix IE_DESC
9 years ago
remitamine
6c4d6609ad
[phoenix] fix IE_NAME
9 years ago
remitamine
db710571fd
[daum] fix IE_NAME
9 years ago
remitamine
574dd17882
Merge branch 'remitamine-srgssr'
9 years ago
remitamine
422f7c112c
[srgssr] update tests
9 years ago
Philipp Hagemeister
e974356f32
release 2015.12.29
9 years ago
remitamine
b19ad2fb53
Merge branch 'srgssr' of https://github.com/remitamine/youtube-dl into remitamine-srgssr
9 years ago
remitamine
126d7701b0
Merge branch 'daum' of https://github.com/remitamine/youtube-dl into remitamine-daum
9 years ago
flatgreen
ecf17d1653
[franceculture] Add extractor for '/emission-*' urls ( closes #3777 , closes #8022 )
9 years ago
Jaime Marquínez Ferrándiz
7447661e9b
[franceculture] Fix test
9 years ago
Sergey M․
7e5edcfd33
Simplify formats accumulation for f4m/m3u8/smil formats
...
Now all _extract_*_formats routines return a list
9 years ago
remitamine
39d60b715a
Merge pull request #7769 from remitamine/sort
...
[common] lower (m3u8,rtmp,rtsp) format preference only if required program is not available
9 years ago
remitamine
d497a201ca
[common] use specific variable for protocol preference in _sort_formats
9 years ago
remitamine
54537cdfb3
Merge pull request #8023 from remitamine/extract-formats
...
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
9 years ago
remitamine
bc737bd61a
Merge branch 'zdf'( fixes #8024 )
9 years ago
remitamine
a5c1d95500
[zdf] fix formats extraction
9 years ago
Sergey M․
c1f49e1684
[facebook] Fix authentication
9 years ago
Sergey M․
9f66931e16
[facebook] Extract login error
9 years ago
Jaime Marquínez Ferrándiz
6c6b8bd5cc
[cspan] Fix extraction ( fixes #8032 )
9 years ago
Jaime Marquínez Ferrándiz
04e24906be
[cspan] Initialize 'video_type' to avoid 'UnboundLocalError' exceptions ( #8032 )
9 years ago
remitamine
974c1b2d42
Merge branch 'dcn' of github.com:remitamine/youtube-dl into remitamine-dcn
9 years ago
remitamine
bca9bea1c1
[dcn] make m3u8 formats extraction non fatal
9 years ago
remitamine
bd3f9ecabe
[tunein] add support for tunein topic,clip and program( fixes #7348 )
9 years ago
Yen Chi Hsuan
c047270c02
[utils] Remove Content-encoding from headers after decompression
...
With cn_verification_proxy, our http_response() is called twice, one from
PerRequestProxyHandler.proxy_open() and another from normal
YoutubeDL.urlopen(). As a result, for proxies honoring Accept-Encoding, the
following bug occurs:
$ youtube-dl -vs --cn-verification-proxy https://secure.uku.im:993 "test:letv"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-vs', '--cn-verification-proxy', 'https://secure.uku.im:993 ', 'test:letv']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.12.23
[debug] Git HEAD: 97f18fa
[debug] Python version 3.5.1 - Linux-4.3.3-1-ARCH-x86_64-with-arch-Arch-Linux
[debug] exe versions: ffmpeg 2.8.4, ffprobe 2.8.4, rtmpdump 2.4
[debug] Proxy map: {}
[TestURL] Test URL: http://www.letv.com/ptv/vplay/22005890.html
[Letv] 22005890: Downloading webpage
[Letv] 22005890: Downloading playJson data
ERROR: Unable to download JSON metadata: Not a gzipped file (b'{"') (caused by OSError('Not a gzipped file (b\'{"\')',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/extractor/common.py", line 330, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/YoutubeDL.py", line 1886, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python3.5/urllib/request.py", line 471, in open
response = meth(req, response)
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/utils.py", line 773, in http_response
raise original_ioerror
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/utils.py", line 761, in http_response
uncompressed = io.BytesIO(gz.read())
File "/usr/lib/python3.5/gzip.py", line 274, in read
return self._buffer.read(size)
File "/usr/lib/python3.5/gzip.py", line 461, in read
if not self._read_gzip_header():
File "/usr/lib/python3.5/gzip.py", line 409, in _read_gzip_header
raise OSError('Not a gzipped file (%r)' % magic)
9 years ago
remitamine
97f18fac3a
[vgtv] fix f4m downloading( fixes #7843 )
9 years ago
remitamine
c71d2e2087
[livestream] change test url
9 years ago
Yen Chi Hsuan
59185202c6
[iqiyi] Add tests for #7894
9 years ago
forDream
bee83e84f6
[iqiyi]fix valid url
...
eg:
http://yule.iqiyi.com/zbj.html
9 years ago
gam2046
82e02ea5fc
Update iqiyi.py
...
Fix part of the address can not be resolved.
eg:http://www.iqiyi.com/w_19rt6o8t9p.html
9 years ago
Sergey M․
a95c26a06a
[jwplatform] Carry long line
9 years ago
Sergey M․
0b0a17ae9d
[viki] Fix typo
9 years ago
Sergey M․
30f51acbc8
[rai] Fix typos
9 years ago
Sergey M․
e0898585a1
[jwplatform] Fix typo
9 years ago
Sergey M․
62bdc9fecc
[esri] Fix typo
9 years ago
Sergey M․
e73277c7e8
[abc7news] Remove redundant formats sorting
9 years ago
remitamine
8d29e47f54
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
9 years ago
remitamine
2db772b9ea
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
remitamine
7b81316508
[livestream] skip m3u8 manifest in progressive_urls
9 years ago
Philipp Hagemeister
05358deeca
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
Philipp Hagemeister
9f610f3a9e
[sportdeutschland] Do not abort if meta info is missing
...
This fixes http://sportdeutschland.tv/badminton/yonex-copenhagen-masters-2015 . No testcase though since the event will be over by 2016.
9 years ago
remitamine
dbfd06730c
Merge pull request #7892 from remitamine/livestream
...
[livestream] improve extraction(fixes #2133 )(fixes #2838 )(fixes #4152 )(fixes #6988 )
9 years ago
remitamine
5b025168c7
[livestream] improve extraction
...
- split long lines
- use m3u8 entry protocol for live streams
- extend _VALID_URL regex for livestream original
- extract livestream original live streams
9 years ago
remitamine
46124a49b2
Merge pull request #7851 from remitamine/kaltura
...
[kaltura] extract more formats
9 years ago
remitamine
608cc3b85c
[kaltura] add referrer to m3u8 url
9 years ago
remitamine
6afe044b51
[dcn] improve extraction
9 years ago
Sergey M․
15aad84dc5
[lrt] Extract counters
9 years ago
Sergey M․
f7e1d82d40
[lrt] Improve
9 years ago
Giedrius Statkevičius
339b1944e7
[lrt] fix the rest of extractor
...
Closes #7690 .
9 years ago
Giedrius Statkevičius
85367c3a47
[lrt] fix duration parsing
9 years ago
Sergey M․
607d65fbce
[ign] flake8
9 years ago
remitamine
9f0ee2a388
Merge pull request #7045 from remitamine/ign
...
[ign] add support for pcmag and extract all formats and more metadata(fixes #5335 )(fixes #7006 )
9 years ago
remitamine
1fc0b47fdf
[srmediathek] improve extraction
9 years ago
Sergey M․
6418b2439b
[rutv] Fix extraction ( Closes #8004 )
9 years ago
remitamine
06d5556dfa
[rai] improve extraction
9 years ago
remitamine
fb8e402ad2
[hotstar] Add new extractor
9 years ago
Sergey M․
c24044635b
[zdf:channel] Add more tests
9 years ago
Sergey M․
67ba388efb
[zdf:channel] Relax _VALID_URL
9 years ago
Boris Wachtmeister
e41604227c
[zdf] expand valid-url pattern for channels
...
The webpage also creates URLs which include additional text that defines
the sorting order on the page like "aktuellste" (most current) and
"meist-gesehen" (most seen), e.g.:
http://www.zdf.de/ZDFmediathek/kanaluebersicht/aktuellste/332
http://www.zdf.de/ZDFmediathek/kanaluebersicht/meist-gesehen/332
9 years ago
Sergey M․
8a609c32fd
[chaturbate] Improve error extraction ( Closes #7989 )
9 years ago
remitamine
96db61ffb8
[theintercept] improve extraction
9 years ago
remitamine
c153bd8b2f
Merge branch 'theintercept' of https://github.com/bit/youtube-dl into bit-theintercept
9 years ago
Sergey M․
2c566d02fe
[pbs] Extend PBS station regex ( Closes #7964 )
9 years ago
Jaime Marquínez Ferrándiz
a8f1d167f6
[arte] Prefer json URLs that contain the video id from the 'vid' parameter in the URL ( fixes #7920 )
9 years ago
remitamine
261b4c23c7
[appletrailers] skip clips with empty url
9 years ago
Sergey M․
dcdc352371
[instagram:user] Improve _VALID_URL ( Closes #7955 )
9 years ago
Sergey M․
be514c856c
[24video] Fix test
9 years ago
Sergey M․
128eb31d90
[24video] Fix extraction on python 2.6
9 years ago
Sergey M․
747b028412
[24video] Fix extraction ( Closes #7956 )
9 years ago
Jaime Marquínez Ferrándiz
7fe37d8a05
[appletrailers] Improve regex for fixing '<img>' tags ( #7953 )
9 years ago
Philipp Hagemeister
f10c27b8cb
release 2015.12.23
9 years ago
remitamine
60427f63d1
[appletrailers] Add support for AppleTrailers Section
9 years ago
Sergey M․
178b47e6af
[daum] Add test for #7949
9 years ago
Sergey M․
3a70ed9ebe
[daum] Fix extraction ( Closes #7949 )
9 years ago
Sergey M․
89abf7bf4d
[periscope] Fix token based extraction ( Closes #7943 )
9 years ago
Sergey M․
cfe9e5aa6c
[comcarcoff] Extract duration
9 years ago
Sergey M․
4c24ed9464
[comcarcoff] Improve json data regex and modernize
9 years ago
Sergey M
11208ebbf1
Merge pull request #7942 from ausbin/comcarcoff-json-fix
...
[comcarcoff] adjust for json updates
9 years ago
Sergey M․
774ce35571
[imgur] Improve ( Closes #7928 )
9 years ago
Abhishek Kedia
dbee18b552
Improve extraction ( Closes #7918 )
...
remove outer parentheses in if
Conflicts:
youtube_dl/extractor/imgur.py
checked code with flake8
not returning list in case of single images.
using the fact that id with length 5 are albums and more are single videos.
Also for single videos ie ImgurIE both urls - http://imgur.com/gallery/oWeAMW2 and http://imgur.com/oWeAMW2 are equally fine. Change regex to allow thuis.
For albums urls - http://imgur.com/gallery/Q95ko and http://imgur.com/Q95ko are ok. Change regex to allow this also.
update description in ImgurIE Tests.
Also move single video test 'https://imgur.com/gallery/YcAQlkx ' from ImgurAlbumIE to ImgurIE.
9 years ago
remitamine
31d9ea4a3e
Merge pull request #7322 from remitamine/vgtv
...
[vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIE
9 years ago
remitamine
3b68efdc6a
[vgtv] update tests and correct format sorting
9 years ago
j
2be689b7e2
[theintercept] Add new extractor
9 years ago
remitamine
2db5806991
[franceinter] use _match_id
9 years ago
remitamine
220bc3f0e3
[franceinter] fix title extraction
9 years ago
remitamine
48a6c984b8
[bleacherreport] update test
9 years ago
remitamine
dc016bf521
[viki] detect errors and fix formats extraction
9 years ago
remitamine
ff43d2365f
[soompi] remove extractor
...
http://tv.soompi.com now redirect to viki.com because Viki has acquired
Soompi
http://www.soompi.com/2015/08/19/we-got-married-soompi-joins-viki/
9 years ago
Austin Adams
ed63cbd6ee
[comcarcoff] adjust for json updates
9 years ago
Founder Fang
5f432ac8f5
[Weiqitv] Add new extractor
9 years ago
remitamine
c7224074d6
[audimedia] correct test case id
9 years ago
remitamine
eed30fea75
[flickr] fix format sorting
9 years ago
remitamine
5625bd0617
[br] add support for br-klassik.de and improve extraction
...
- extend _VALID_URL to match both br.de and br-klassik.de
- extract all formats(hls,hds and rtmp)
- use xpath_element and xpath_text for xml info extraction
9 years ago
Sergey M․
5ef5d25b15
[audiomack] Fix typo ( Closes #7936 )
9 years ago
remitamine
0f15ad7b9b
[adultswim] update test
9 years ago
remitamine
61ebb401b7
[atresplayer] improve extraction
...
- select hashlib.md5 constructor as digestmod(in python 3.4+ MD5 as
implicit default digest for digestmod is deprecated.)
- extract hls formats
- update tests
- extract errors
9 years ago
remitamine
5c5a3ecf1b
[abc] detect expired state and update tests
9 years ago
Philipp Hagemeister
0197004f78
release 2015.12.21
9 years ago
remitamine
2c28da8e05
Merge branch 'bleacherreport' of github.com:remitamine/youtube-dl into remitamine-bleacherreport
9 years ago
remitamine
c7fa5fa42c
[bleacherreport] fix style issues and simplify
9 years ago
remitamine
7ba71e30fb
Merge branch 'bliptv' of github.com:remitamine/youtube-dl into remitamine-bliptv
9 years ago
remitamine
7cb0952474
[makertv] improve extraction
9 years ago
remitamine
a8ae232fa9
Merge branch 'googledrive' of github.com:remitamine/youtube-dl into remitamine-googledrive
9 years ago
remitamine
5b251628e9
[googledrive] Modernize
9 years ago
remitamine
b9a324c0da
Merge branch 'flickr' of github.com:remitamine/youtube-dl into remitamine-flickr
9 years ago
remitamine
5b95419ca5
[flickr] extract views_count and tags
9 years ago
remitamine
ecbccea703
[faz] extract duration and bitrate and use xpath_element and xpath_text for extraction
9 years ago
remitamine
c240ab6ecf
Merge pull request #6790 from remitamine/tele13
...
[canal13cl] fix info extraction
9 years ago
remitamine
6882c0870e
[tele13] improve extraction
...
- improve jwplayer setup regex
- sort formats
- remove duplicate formats
- update youtube test
9 years ago
remitamine
b0eeaf4f40
Merge pull request #6928 from remitamine/cnet
...
[cnet] fix extraction and extract more formats and metadata(closes #7003 )
9 years ago
remitamine
c6ed6fadc2
[cnet] improve extraction
...
- relex data json regex
- extract the platform metadata once
- extract hds formats
- extract duration
- extract thumbnail
9 years ago
Sergey M․
e462474e1d
[youtube] Generalize playlists extractor
9 years ago
Sergey M․
9b9c5355e4
Rename error_to_str to error_to_compat_str
9 years ago
Sergey M․
d890b4cc0a
[nbc:news] Remove unnecessary compat_str
9 years ago
Sergey M․
2c74e6fa77
[YoutubeDL] Revert error_to_str for ExtractorError
9 years ago
Sergey M․
c0384f221e
Use proper encoding on compat_str construction when necessary
9 years ago
Sergey M․
8e60dc7526
[utils] Add encode_compat_str
9 years ago
Sergey M․
8900ab4d9b
[YoutubeDL] More error_to_str
9 years ago
Sergey M․
fb043a6e4e
[YoutubeDL] Use error_to_str
9 years ago
Sergey M․
7f8b271465
Properly convert errors to strings
9 years ago
Sergey M․
fdae235858
[utils] Add error_to_str
9 years ago
remitamine
1deb710f26
[gputechconf] improve extraction
9 years ago
remitamine
ec6504b39c
[gputechconf] Add new extractor( closes #5775 )
9 years ago
Sergey M․
dd85e4d707
[extractor/common] Properly decode error string on python 2 ( Closes #1354 , closes #3957 , closes #4037 , closes #6449 )
9 years ago
remitamine
fa64a84311
[faz] fix info extraction
9 years ago
remitamine
e0f06eae43
[fktv] fix info extraction
9 years ago
Sergey M․
0f206ee814
[toggle] Change IE_NAME
9 years ago
Sergey M․
cc0f378d54
[toggle] Rename to toggle
9 years ago
Sergey M․
e33c9cba7c
[toggle] Improve _VALID_URL
9 years ago
Sergey M․
989e9f8ead
[toggle] Improve formats extraction robustness
9 years ago
Sergey M․
8f097af4ec
[toggle] Extract counters
9 years ago
Sergey M․
c40dbb19ab
[toggle] Extract thumbnails
9 years ago
Sergey M․
ffaf6e66e3
[toggle] Improve
9 years ago
Sergey M․
74c730174f
[toggle] Style
9 years ago
Sergey M․
c82a8dd14c
[toggle] Remove unused imports
9 years ago
Sergey M․
f8253af561
[toggle] Use sanitized_Request
9 years ago
ping
ed370ff0e6
[togglesg] Fixes
9 years ago
ping
ee0f0393cf
[togglesg] New extractor for toggle.sg
9 years ago
Yen Chi Hsuan
db2fe38b55
[utils] Support alternative timestamp format in TTML
...
Fixes #7608
9 years ago
Yen Chi Hsuan
d631d5f9f2
[utils] Fix TTML conversion
...
Tolerate invalid timestamps (closes #7909 )
9 years ago
Sergey M․
4f29fa9906
[brightcove:new] Add test for ref: prefixed video id
9 years ago
Sergey M․
5b72fda140
[brightcove:new] Clarify ref: prefix
9 years ago
Sergey M․
f81ccbb3df
[brightcove:new] Fix typo
9 years ago
Sergey M․
9fd0f67678
[brightcove:new] Add support for ref: preffixed video ids ( Closes #7794 )
9 years ago
Sergey M․
15d50aca64
[nowness] Add support for brightcove:new videos ( Closes #7884 )
9 years ago
Sergey M․
7234d1d9c7
[brightcove:new] Add _extract_url
9 years ago
Sergey M․
9796a9b20c
[ndr] Fix description and upload date extraction ( Closes #7893 )
9 years ago
Philipp Hagemeister
016dd82050
release 2015.12.18
9 years ago
Sergey M․
b95779be21
[jsinterp] Extend function regex ( Closes #7900 , closes #7901 )
9 years ago
Yen Chi Hsuan
10171468d9
[iqiyi] Update key ( closes #7896 )
9 years ago
remitamine
64ccbf18c0
[livestream] improve extraction, add support for live streams and extract more info and formats
9 years ago
Sergey M․
9dc1d94a0c
[noco] Fix bitrates
9 years ago
Sergey M․
7824e1f6a6
[noco] Modernize
9 years ago
Sergey M․
2469a6aecb
[noco] Adjust timestamp according to server time ( Closes #7864 )
9 years ago
Sergey M․
8f0afda028
[pbs] Extend _VALID_URL ( Closes #7889 )
9 years ago
remitamine
35e22b6b32
[youku] check for the correct variable
9 years ago
remitamine
323f82a7e0
[vimeo] add test for original format
9 years ago
remitamine
8534bf1f00
[vimeo] prefer original format
9 years ago
remitamine
eb4f27405b
[vimeo] extract source file( closes #1072 )
9 years ago
Sergey M․
2d3b70271c
[rutube] Extend _VALID_URL
9 years ago
Sergey M․
ad1b6017cd
[tf1] Fix tests
9 years ago
Sergey M․
05467d5a52
[tf1] Relax _VALID_URL
9 years ago
Sergey M․
ae5e94808e
[tf1] Fix extraction (2)
9 years ago
Sergey M․
d7ffcfcf97
[tf1] Fix extraction ( Closes #7873 )
9 years ago
Sergey M․
0cb58b0259
[youtube] Extract alt_title and creator for music videos ( Closes #7862 )
9 years ago
Sergey M․
31b2051e21
[utils] Add remove_quotes
9 years ago
Yen Chi Hsuan
eb0bdc2c3e
[novamov] Fix again
9 years ago
Yen Chi Hsuan
6583c741cd
[novamov] Fix filekey extraction and reupload test video
9 years ago
Sergey M․
2d9295643e
[footyroom] Skip test
9 years ago
Sergey M․
ee86e2c6d7
[novamov] Add support for mobile URLs
9 years ago
Yen Chi Hsuan
02a63fadc3
[infoq] Refactor and support the Chinese version
...
Closes #7576
9 years ago
Philipp Hagemeister
f3711edcf1
release 2015.12.13
9 years ago
Yen Chi Hsuan
22d07ba4e4
[infoq] Fix extraction for HTTP URLs ( closes #7739 )
9 years ago
Yen Chi Hsuan
f6abca506e
[nowvideo] Skip deleted test case
9 years ago
Yen Chi Hsuan
b5424acdb9
[novamov] Improve existence checking
9 years ago
Yen Chi Hsuan
47c7f3d995
[novamov] Fix filekey extraction ( closes #7764 )
9 years ago
Sergey M․
0014ffa829
[funimation] Improve login
9 years ago
Yen Chi Hsuan
deb1e8d20e
[youku] Put the missing item to get_hd
9 years ago
Yen Chi Hsuan
dbb7d7e26c
[youku] Reorder format items
9 years ago
Yen Chi Hsuan
ade2340971
[youku] Simplify
9 years ago
Yen Chi Hsuan
4d77550cf0
[youku] Fix tests
9 years ago
Yen Chi Hsuan
c683454e7e
[youku] MD5 is unstable
9 years ago
Yen Chi Hsuan
f133fd326b
[youku] Cleanup and PEP8
9 years ago
Yen Chi Hsuan
1faa66f005
Merge branch 'youku_bugfix' of https://github.com/Celthi/youtube-dl into Celthi-youku_bugfix
9 years ago
Yen Chi Hsuan
8773f3158f
[safari] Use postdata_urlencode ( #7465 )
9 years ago
Celthi
7e37c39485
merge data1 and data2
9 years ago
Celthi
14c17cafa1
add support to video protected by password
9 years ago
Celthi
8696a7fd13
fix the keyerror(mp4hd), todo support download the video protected by password
9 years ago
remitamine
bb4b8c57b9
[kaltura] extract more formats
9 years ago
Sergey M․
d63cfc3f0f
[beeg] API v5 ( Closes #7846 )
9 years ago
Sergey M․
f377f44dae
[funimation] Improve extraction
9 years ago
Sergey M․
0b1bb1ac3a
[funimation] Add test for promotional video
9 years ago
Sergey M․
f208e52a76
[funimation] Fix promotional videos extraction
9 years ago
Sergey M․
b091529a3c
[funimation] Extend _VALID_URL to match promotional videos
9 years ago
Sergey M․
b323a3cbff
[funimation] Remove unused import
9 years ago
Sergey M․
b59623ef43
[funimation] Use mobile webpage for workaround hulu error
9 years ago
Sergey M․
9c163950da
[funimation] Improve _VALID_URL
9 years ago
Sergey M․
d357bbd375
[funimation] Update test
9 years ago
Sergey M?
f542a3d26b
[funimation] Improve extraction ( Closes #7775 )
9 years ago
Sergey M?
59a4ff482a
[funimation] Real UA is required for login
9 years ago
Sergey M?
40ca5b04f4
[funimation] Remove unnecessary login form field
9 years ago
Sergey M?
411e5b88c9
[funimation] Fix login message
9 years ago
Sergey M?
b4c299bad0
[funimation] PEP 8
9 years ago
Muratcan Simsek
ab4bdc913f
[funimation] Add new extractor
...
Update funimation.py
Update funimation.py
Removed unnecessary lines.
Update funimation.py
Added thumbnail and description.
Filename improvement.
fixed TEST.
9 years ago
remitamine
1fe248a51b
Merge pull request #7833 from remitamine/ooyala
...
[ooyala] improve extraction
9 years ago
remitamine
2559b9d017
[wdr] extract all formats( closes #7788 )
9 years ago
Sergey M․
4db43567e8
[downloader/f4m] Decode manifest before fixing
9 years ago
Celthi
5333842a1d
According the blog and you-get fixed the issues #7627 .
9 years ago
Celthi
98c3806b15
fix some not important codesnips
9 years ago
Yen Chi Hsuan
b6afc225c8
[vevo] Use _download_smil to provide informative error messages
9 years ago
Yen Chi Hsuan
ad30dc1e20
[vevo] Allow calling API without https
...
Not all proxies allow CONNECT
9 years ago
Yen Chi Hsuan
ff51983e15
[vevo] Handle videos without video_info ( #7802 )
9 years ago
Celthi
fdf01663d1
able to download first part of the video, but fail in the left part
9 years ago
Yen Chi Hsuan
4b94288301
[vevo] Use _match_id
9 years ago
Yen Chi Hsuan
4bf99ade15
[vevo] Catch the georestriction message ( #7802 )
9 years ago
remitamine
e3e166d8cf
[ign] improve extraction and extract uploader_id
9 years ago
remitamine
3da3999612
[ultimedia] keep direct support for ultimedia videos
9 years ago
remitamine
d50116b8ac
[vgtv] extract 5 digit length video ids using both xstream and vgtv
9 years ago
remitamine
75ed53320e
[ooyala] improve extraction
9 years ago
Sergey M․
17b786ae73
[downloader/f4m] Fix malformed manifests ( Closes #7823 )
9 years ago
Sergey M
dfd42a43c3
Merge pull request #7821 from joksnet/patch-1
...
[FFmpegPostProcessor] Default of prefer ffmpeg
9 years ago
Philipp Hagemeister
f7b8dd63f0
release 2015.12.10
9 years ago
Sergey M․
a8abf124c8
[dailymotion] Add subtitles test URL for reference
9 years ago
Sergey M․
176ccefcd8
[pbs] PEP 8
9 years ago
Sergey M․
cbd2ffd031
[dailymotion] Fix subtitles extraction
9 years ago
Sergey M․
0b534d2adc
[dailymotion] Restrict player v5 regex ( Closes #7826 )
9 years ago
Sergey M․
526a20bd16
[pbs] Clarify member stations' URLs
9 years ago
Celthi
51094b1b08
add cookie and referer in headers, change the video url
9 years ago
Juan M Martínez
374c761e77
[FFmpegPostProcessor] Default of prefer ffmpeg
...
When no `downloader` is passed to `FFmpegPostProcessor`
an exception was raised trying to get the prefer ffmpeg param.
AttributeError: 'NoneType' object has no attribute 'params'
This fixes and defaults to `False`.
9 years ago
Sergey M․
6c7b26e13f
[pbs] Make URLs lowercase
9 years ago
Sergey M․
b51b108045
[pbs] Clean up stations list from duplicates
9 years ago
Philipp Hagemeister
86e8c89488
release 2015.12.09
9 years ago
remitamine
41c3b34b1f
[vgtv] add sortcut expressions to use the extractor
9 years ago
Sergey M․
e15e2ef7a0
[pbs] Add support for all member stations ( #7674 )
9 years ago
Sergey M․
d0c8b279da
[pbs] Add another coveplayer pattern ( Closes #7674 )
9 years ago
Sergey M․
612d83b51d
[pbs] Extend _VALID_URL
9 years ago
Sergey M
9c30efeb7e
Merge pull request #7792 from jindaxia/fix_sohu_403forbidden
...
[sohu] Fix 403 forbidden
9 years ago
Sergey M․
39fa4cc107
[cliphunter] Fix extraction ( Closes #7796 )
9 years ago
Sergey M?
b09c122373
[nbc] Add another theplatform pattern
9 years ago
Sergey M․
b46b65ed37
[nbc] Smuggle referer ( Closes #7791 )
9 years ago
Sergey M․
18e4088fad
[theplatform] Add support for referer protected videos wuth explicit SMIL
9 years ago
虾哥哥
5fd6cd64f9
[sohu]fix 403 forbidden
9 years ago
Sergey M․
3d24bbfbe4
[YoutubeDL] Check formats for merge to be opposite ( #7786 )
9 years ago
Sergey M․
1775612512
[wimp] Improve video URL regex
9 years ago
Sergey M․
0d2d967cc7
[wimp] Fix extraction ( Closes #7784 )
9 years ago
Sergey M․
a5e52a1fd4
[vk] Add test for pladform embed
9 years ago
Sergey M․
291a93bafa
[vk] Remove unnecessary message
9 years ago
Sergey M․
c4737bea17
[vk] Add support for pladform embeds ( Closes #7780 )
9 years ago
Sergey M․
45dad7ba1b
[extractor/generic] Use _extract_url for pladform
9 years ago
Sergey M․
db7c9da871
[pladform] Add _extract_url routine
9 years ago
Philipp Hagemeister
bc92621ade
release 2015.12.06
9 years ago
Sergey M․
fd8e559c3a
[beeg] Switch to api v4 ( Closes #7774 )
9 years ago
Sergey M․
222e11d4ae
[bbc] Add another pattern for playlist.sxml ( Closes #7743 )
9 years ago
Sergey M․
7d682f0acb
[nowtv] Extend _VALID_URL to support jahr URLs ( Closes #7755 )
9 years ago
Yen Chi Hsuan
8364b6b0b1
[iqiyi] Update key
...
Closes #7772
9 years ago
remitamine
9f6b517671
[vgtv] extract all formats and improve extraction
9 years ago
Sergey M․
7ac40e5521
[nowvideo] Update test
9 years ago
Sergey M․
36066dd3ee
[movshare] Rename to wholecloud
9 years ago
Sergey M․
636aa83ed3
[cloudtime] Add extractor
9 years ago
Sergey M․
33d152b6cc
[novamov] Move all novamov based extractors to a single place
...
For easier navigation
9 years ago
remitamine
51c4fec0d5
[nba] use int_or_none for tbr
9 years ago
remitamine
0017486dca
[nba] use int instead of int_or_none
9 years ago
Sergey M․
edc70f4aaf
[pluralsight] Fix format code split while guessing quality
9 years ago
Sergey M․
756926ff00
[pluralsight] Add support for widescreen videos ( Closes #7766 )
9 years ago
remitamine
cb160dd531
[nba] handle format info properly
9 years ago
Jaime Marquínez Ferrándiz
77334ccb44
[metacafe] Fix age limit extraction
9 years ago
Jaime Marquínez Ferrándiz
796db21295
[metacafe] Fix video url extraction ( closes #7763 )
9 years ago
Philipp Hagemeister
535d7b681b
release 2015.12.05
9 years ago
remitamine
7db2897ded
[srgssr] handle all play urls only in SRGSSRIE and keep RTSIE for articles
9 years ago
Sergey M․
960e038886
[hypem] Modernize
9 years ago
Sergey M․
ea14422ff1
[hypem] Correctly handle cookies ( Closes #7762 )
9 years ago
Yen Chi Hsuan
38d05d17e5
[fc2] Fix test_FC2_1
9 years ago
Yen Chi Hsuan
db9bd5267f
[keezmovies] Fix extraction
...
Also fixes #7752
9 years ago
remitamine
ab3b773bbe
[acast] change tests into more stable casts and work with channel extractor only if it didn't match cast regex
9 years ago
Yen Chi Hsuan
0bc4ee60e0
[bbc] Fix test_BBC_6
9 years ago
Yen Chi Hsuan
a3ef0e1cdd
[bbc.co.uk] Skip removed test video
9 years ago
Yen Chi Hsuan
679bacf0b5
[bbc.co.uk] Fix test_BBCCoUk
...
This is similar to the one in #7756 , So also fixes #7756 .
9 years ago
remitamine
02e3952f3b
[trilulilu] handle errors
9 years ago
Yen Chi Hsuan
64b7e89c0c
[srf] Support audios ( closes #7760 )
9 years ago
remitamine
bee4c5571a
[clipfish] improve extraction
9 years ago
remitamine
96929dd1e8
[skynewsarabia] fix extractor name
9 years ago
remitamine
53e06b2507
[ooyala] fix duration scale
9 years ago
remitamine
b80d4bebf3
[nba] fix extraction errors
9 years ago
Jaime Marquínez Ferrándiz
55bec9b658
[clipfish] Remove unused import and style fix
9 years ago
Jaime Marquínez Ferrándiz
2a63b0f110
[mixcloud] Fix extraction of the audio url ( fixes #7751 )
9 years ago
remitamine
07b88cffce
Merge pull request #7686 from remitamine/acast
...
[acast] Add new extractor
9 years ago
remitamine
58c8451f36
Merge pull request #7660 from remitamine/gameinformer
...
[gameinformer] Add new extractor(closes #3376 )
9 years ago
remitamine
3047121c63
Merge pull request #7320 from remitamine/adobetv
...
[adobetv] improve extraction and add support specific language video,show and channel extraction
9 years ago
remitamine
7079f8ff1f
[adobetv] use compat_str
9 years ago
remitamine
2c3b9f3570
[adobetv] use a variable for api base url
9 years ago
remitamine
fad2428f47
[gameinformer] split long line
9 years ago
remitamine
c3d3110f6a
Merge pull request #7185 from remitamine/ooyala
...
[ooyala] extract more formats and metadata
9 years ago
remitamine
79ec00276c
Merge pull request #7326 from remitamine/clipfish
...
[clipfish] improve info extraction
9 years ago
remitamine
9c117d345f
[nba] improve( fixes #7068 )
...
* extract more formats
* extract videos from team mini sites
* extract more metadata
9 years ago
remitamine
46cc1c65a4
[nba] use xpath utils
9 years ago
remitamine
71d9fe7818
[trilulilu] improve extraction
9 years ago
remitamine
4ccabf93db
[trilulilu] fix info extraction
9 years ago
remitamine
6612a34939
[bilibili] flake8
9 years ago
remitamine
e5b4225f7c
[audimedia] flake8
9 years ago
remitamine
76ab842d9b
[bilibili] use xpath_text and catch errors in xml document
9 years ago
remitamine
78653a33aa
Merge remote-tracking branch 'upstream/master' into bliptv
9 years ago
remitamine
24dc1ed715
Merge pull request #7659 from remitamine/audimedia
...
[audimedia] Add new extractor(closes #7654 )
9 years ago
remitamine
640bb54e73
Merge branch 'master' of https://github.com/rg3/youtube-dl into bilibili
9 years ago
Sergey M․
e0977d7686
[beeg] Decrypt URL ( Closes #7736 )
9 years ago
remitamine
112ab398db
Merge pull request #7681 from remitamine/skynewarabia
...
[skynewsarabia] Add new extractor
9 years ago
Sergey M․
af93fcfa05
[beeg] Update API URL ( Closes #7736 )
9 years ago
Sergey M․
62d231c004
[extractor/common] Clarify duration can be float
9 years ago
Sergey M․
49358274d7
[bbc] Fix _VALID_URL
9 years ago
Jaime Marquínez Ferrándiz
7b1e379ca9
[gametrailers] Fix extraction ( fixes #7722 )
...
They have stopped using the MTV system.
9 years ago
Sergey M․
22d7368dfb
[bbc] Extract _ID_REGEX and ad one more video id pattern ( Closes #7724 )
9 years ago
Sergey M․
24121bc703
[udemy] Make lecture downloading fatal
9 years ago
Sergey M․
9fc87fa767
[udemy] Remove unused import
9 years ago
Sergey M․
328f82d59a
[udemy] Semi-switch to api 2.0 ( Closes #7704 )
...
* Use api 2.0 to get lectures since it provides more formats
* Fix authorization for api 2.0
* Autotry enrolling in the course for single lectures
* Extract additional metadata rom asset['data']['outputs']
9 years ago
Sergey M․
78717fc328
[udemy] Allow authentication via cookies
9 years ago
Sergey M․
3b35c3425e
[udemy] Extract formats from data.outputs ( #7704 )
9 years ago
Sergey M․
874ae0354e
[nrk] Extract f4m formats and impose geo restriction only when not media URL ( Closes #7715 )
9 years ago
Sergey M․
4c6b4764f0
[youtube] Clarify itag 272 possible resolutions ( #7699 )
9 years ago
Sergey M․
59ee8a8647
[facebook] Make alternative title optional ( Closes #7700 )
9 years ago
Sergey M․
af284305d5
[vodlocker] Capture file not found error ( Closes #7696 )
9 years ago
Sergey M․
d53a4af1a4
[pornhub:playlist] Allow alphanumeric viewkeys ( Closes #7695 )
9 years ago
Sergey M․
2e1b928540
[youtube:playlist] Extend _VALID_URL
9 years ago
Sergey M․
040ac68679
[youtube] Extend _VALID_URL ( Closes #7694 )
9 years ago
Yen Chi Hsuan
049d71d874
[youtube] Simplify and make sure header values are strings
9 years ago
Sergey M․
bf2c8c8f82
[spiegel] Fix extraction ( Closes #7693 )
9 years ago
Yen Chi Hsuan
992fc9d6e1
[utils] Refactor handle_youtubedl_headers for future extension
9 years ago
Yen Chi Hsuan
0424ec307b
[utils] Correct docstring of YoutubeDLHandler
9 years ago
Yen Chi Hsuan
ac5a69af45
[youtube] Disable compression for live streams
9 years ago
Yen Chi Hsuan
94e8c80473
[downloader/hls] Respect Youtubedl-* headers
9 years ago
Yen Chi Hsuan
87f0e62d94
[utils] Separate codes for handling Youtubedl-* headers
9 years ago
remitamine
46b4070f3f
Merge pull request #7057 from remitamine/cspan
...
[cspan] correct the clip info extraction (fixes #7335 )
9 years ago
remitamine
2a776f9788
[cspan] change into a function
9 years ago
remitamine
f4c7ef9862
[skynewsarabia] return empty categories array if there is no topic
9 years ago
remitamine
50e12e9df1
[acast] Add new extractor
9 years ago
Sergey M․
b7faebbac8
[bloomberg] Improve formats extraction
9 years ago
Sergey M․
4191fdf147
[bloomberg] Improve video id regex
9 years ago
Sergey M․
9a4f12be98
[bloomberg] Modernize
9 years ago
Sergey M․
7ad4258add
[bloomberg] Relax _VALID_URL even more ( Closes #7685 )
9 years ago
Sergey M․
5faf9fed7e
[youtube] Clarify rationale for yt:stretch validation
9 years ago
Sergey M
13a9b69b09
Merge pull request #7677 from lalinsky/yt-stretch-zero-height
...
[youtube] Ignore yt:stretch with zero width/height
9 years ago
remitamine
4975650e00
[skynewsarabia] fix IE_NAME
9 years ago
remitamine
0cc7178546
[skynewsarabia] Add new extractor
9 years ago
Lukáš Lalinský
41f24c321d
[youtube] Use the existing `w` and `h` variables
9 years ago
Yen Chi Hsuan
4b3fbafdd2
[options] Changed wording for --list-formats
...
As proposed by @dstftw at 9bff48a0e7
9 years ago
Sergey M․
7ac40086f5
[dbtv] Expand _VALID_URL ( Closes #7645 )
9 years ago
Lukáš Lalinský
313dfc45f5
[youtube] Ignore yt:stretch with zero width/height
9 years ago
Philipp Hagemeister
78a55d7a28
release 2015.11.27.1
9 years ago
Philipp Hagemeister
bb6ac83698
release 2015.11.27
9 years ago
Yen Chi Hsuan
9d0e366880
[downloader/hls] Remove Accept-encoding from headers passed to ffmpeg
...
Fails for Youtube Gaming live streams (#7671 )
9 years ago
Yen Chi Hsuan
9bff48a0e7
[options] Clarify --list-formats needs videos ( closes #7669 )
9 years ago
remitamine
60121eb514
[gameinformer] Add new extractor
9 years ago
remitamine
527ca1da4f
[audimedia] Add new extractor( closes #7654 )
9 years ago
Philipp Hagemeister
ba7a92b0ce
release 2015.11.24
9 years ago
Philipp Hagemeister
4c7d816dd7
[jsinterp] Adapt to updated YouTube code generation ( Fixes #7623 , fixes #7624 , fixes #7625 , fixes #7626 )
9 years ago
Philipp Hagemeister
20e98bf6c0
release 2015.11.23
9 years ago
Sergey M?
5c2266df4b
Switch codebase to use sanitized_Request instead of
...
compat_urllib_request.Request
[downloader/dash] Use sanitized_Request
[downloader/http] Use sanitized_Request
[atresplayer] Use sanitized_Request
[bambuser] Use sanitized_Request
[bliptv] Use sanitized_Request
[brightcove] Use sanitized_Request
[cbs] Use sanitized_Request
[ceskatelevize] Use sanitized_Request
[collegerama] Use sanitized_Request
[extractor/common] Use sanitized_Request
[crunchyroll] Use sanitized_Request
[dailymotion] Use sanitized_Request
[dcn] Use sanitized_Request
[dramafever] Use sanitized_Request
[dumpert] Use sanitized_Request
[eitb] Use sanitized_Request
[escapist] Use sanitized_Request
[everyonesmixtape] Use sanitized_Request
[extremetube] Use sanitized_Request
[facebook] Use sanitized_Request
[fc2] Use sanitized_Request
[flickr] Use sanitized_Request
[4tube] Use sanitized_Request
[gdcvault] Use sanitized_Request
[extractor/generic] Use sanitized_Request
[hearthisat] Use sanitized_Request
[hotnewhiphop] Use sanitized_Request
[hypem] Use sanitized_Request
[iprima] Use sanitized_Request
[ivi] Use sanitized_Request
[keezmovies] Use sanitized_Request
[letv] Use sanitized_Request
[lynda] Use sanitized_Request
[metacafe] Use sanitized_Request
[minhateca] Use sanitized_Request
[miomio] Use sanitized_Request
[meovideo] Use sanitized_Request
[mofosex] Use sanitized_Request
[moniker] Use sanitized_Request
[mooshare] Use sanitized_Request
[movieclips] Use sanitized_Request
[mtv] Use sanitized_Request
[myvideo] Use sanitized_Request
[neteasemusic] Use sanitized_Request
[nfb] Use sanitized_Request
[niconico] Use sanitized_Request
[noco] Use sanitized_Request
[nosvideo] Use sanitized_Request
[novamov] Use sanitized_Request
[nowness] Use sanitized_Request
[nuvid] Use sanitized_Request
[played] Use sanitized_Request
[pluralsight] Use sanitized_Request
[pornhub] Use sanitized_Request
[pornotube] Use sanitized_Request
[primesharetv] Use sanitized_Request
[promptfile] Use sanitized_Request
[qqmusic] Use sanitized_Request
[rtve] Use sanitized_Request
[safari] Use sanitized_Request
[sandia] Use sanitized_Request
[shared] Use sanitized_Request
[sharesix] Use sanitized_Request
[sina] Use sanitized_Request
[smotri] Use sanitized_Request
[sohu] Use sanitized_Request
[spankwire] Use sanitized_Request
[sportdeutschland] Use sanitized_Request
[streamcloud] Use sanitized_Request
[streamcz] Use sanitized_Request
[tapely] Use sanitized_Request
[tube8] Use sanitized_Request
[tubitv] Use sanitized_Request
[twitch] Use sanitized_Request
[twitter] Use sanitized_Request
[udemy] Use sanitized_Request
[vbox7] Use sanitized_Request
[veoh] Use sanitized_Request
[vessel] Use sanitized_Request
[vevo] Use sanitized_Request
[viddler] Use sanitized_Request
[videomega] Use sanitized_Request
[viewvster] Use sanitized_Request
[viki] Use sanitized_Request
[vk] Use sanitized_Request
[vodlocker] Use sanitized_Request
[voicerepublic] Use sanitized_Request
[wistia] Use sanitized_Request
[xfileshare] Use sanitized_Request
[xtube] Use sanitized_Request
[xvideos] Use sanitized_Request
[yandexmusic] Use sanitized_Request
[youku] Use sanitized_Request
[youporn] Use sanitized_Request
[youtube] Use sanitized_Request
[patreon] Use sanitized_Request
[extractor/common] Remove unused import
[nfb] PEP 8
9 years ago
Sergey M․
67dda51722
Rename compat_urllib_request_Request to sanitized_Request and move to utils
9 years ago
Sergey M․
e4c4bcf36f
[vimeo] Use compat_urllib_request_Request
9 years ago
Sergey M․
82d8a8b6e2
[YoutubeDL] Wrap plain-text URL requests in compat_urllib_request_Request
9 years ago
Sergey M․
13a10d5aa3
[compat] Add compat_urllib_request_Request
...
This is actually not a compatibility routine but rather a workaround for URLs without protocol specified.
The protocol-less URL is treated as HTTP one since it's most probable scenario and it will most likely to
redirect to HTTPS if HTTPS was actually expected. This routine could also be useful for any Request
preprocessing that may be added in future.
9 years ago
Sergey M․
9022726446
[youtube] Fix test
9 years ago
Sergey M․
94bfcd23b7
[youtube] Fix test
9 years ago
Sergey M․
526b3b0716
[youtube] Clarify ytplayer.config extraction rationale
9 years ago
Sergey M․
61f92af1cf
[youtube] Add test with '};' in tags
9 years ago
Sergey M․
a72778d364
[youtube] Improve ytplayer.config extraction
9 years ago
Sergey M
5ae17037a3
Merge pull request #7599 from lalinsky/fix-youtube
...
[youtube] More explicit player config JSON extraction (fixes #7468 )
9 years ago
Sergey M․
02f0da20b0
[pluralsight] Add support for alternative webpage layout ( Closes #7607 )
9 years ago
Lukáš Lalinský
b41631c4e6
[youtube] Send the list of patterns directly to _search_regex
9 years ago
Lukáš Lalinský
0e49d9a6b0
[youtube] Fall back to the original regex for ytplayer.config
9 years ago
Sergey M․
4a7d108ab3
[rutube] Remove unnecessary print
9 years ago
Lukáš Lalinský
3cfd000849
[youtube] More explicit player config JSON extraction ( fixes #7468 )
9 years ago
Sergey M․
1b38185361
[pornhd] Fix title extraction ( Closes #7596 )
9 years ago
Sergey M․
9cb9a5df77
[utils] Check ext with trailing slash against the list of known extensions
9 years ago
Sergey M․
3e12bc583a
[utils] Improve determine_ext ( Closes #7593 )
9 years ago
Sergey M․
e568c2233e
[youtube] Add test for multi page list of playlists
9 years ago
Sergey M․
061a75edd6
[youtube] Extract base for entry list extractors and support multi page lists of playlists
9 years ago
Philipp Hagemeister
82c4d7b0ce
release 2015.11.21
9 years ago
Sergey M․
136dadde95
[youtube:show] Rework in terms of playlists base extractor
9 years ago
Sergey M․
0c14841585
[youtube:user:playlists] Add extractor ( Closes #3817 )
9 years ago
Sergey M․
0eebf34d9d
[pluralsight] Rephrase
9 years ago
Sergey M․
cf186b77a7
[pluralsight] Clarify allowed qualities guessing rationale
9 years ago
Sergey M․
a3372437bf
[soundcloud] Remove unused variable
9 years ago
Sergey M․
4c57b4853d
[pluralsight] Until listing formats request only single format
9 years ago
Sergey M․
38eb2968ab
[pluralsight] Clarify and randomize ViewClip sleep interval
9 years ago
Andrzej Lichnerowicz
bea56c9569
[pluralsight] prevent error 429 when sensing video formats
9 years ago
Sergey M․
7e508ff2cf
[pluralsight] Improve login detection
9 years ago
Sergey M․
563772eda4
[pluralsight] Extract base class
9 years ago
Sergey M․
0533915aad
[pluralsight] Update some more URLs
9 years ago
Sergey M․
c3a227d1c4
[pluralsight] Update _LOGIN_URL
9 years ago
Sergey M․
f6c903e708
[soundcloud:search] Simplify ( Closes #7213 )
9 years ago
Sergey M․
7dc011c063
[soundcloud:search] Remove no track results message
9 years ago
Sergey M․
4e3b303016
[soundcloud:search] Fix non-ASCII searches
9 years ago
Sergey M․
7e1f5447e7
[utils] Improve encode_dict
9 years ago
Sergey M․
7e3472758b
[soundcloud:search] PEP 8
9 years ago
reiv
328a22e175
[soundcloud] Remove limit on search results
9 years ago
reiv
417b453699
[soundcloud] Use correct error message conventions
9 years ago
reiv
6ea7190a3e
Rewrite as list comprehension.
9 years ago
reiv
b54b08c91b
Simplify with itertools.islice().
9 years ago
reiv
c30943b1c0
Fix some compatibility issues, cleanup.
9 years ago
reiv
2abf7cab80
[soundcloud] Add Soundcloud search extractor
9 years ago
Sergey M․
4137196899
[rutube] Extract all formats
9 years ago
Sergey M․
019839faaa
[extractor/common] Use baseURL from f4m manifest for recursive manifest extraction
9 years ago
Sergey M․
f52183a878
[rutube:embed] Extend _VALID_URL ( Closes #7588 )
9 years ago
Yen Chi Hsuan
750b9ff032
[generic] Extract M3U8 formats ( closes #7582 )
9 years ago
Yen Chi Hsuan
28602e747c
[generic] Refactor
9 years ago
Yen Chi Hsuan
6cc37c69e2
[generic] Unescape URLs from JWPlayer ( #7582 )
9 years ago
Sergey M․
a5cd0eb8a4
[pluralsight:course] Improve _VALID_URL
9 years ago
Sergey M․
c23e266427
[pluralsight] Do not require pluralsight account
...
Looks like some courses are available without pluralsight account
9 years ago
Sergey M․
651acffbe5
[pluralsight] Update ViewClip URL
9 years ago
Sergey M․
71bd93b89c
[pluralsight] Do not rely on argument order in query ( Closes #7583 )
9 years ago
Sergey M․
6da620de58
[kaltura] Add test for referrer protected video ( #7409 )
9 years ago
Sergey M․
bdceea7afd
[kaltura] Clean description
9 years ago
Sergey M․
d80a39cec8
[kaltura] Improve
9 years ago
Sergey M․
5b5fae5f20
[generic] Use referrer from source kaltura embed URLs ( #7409 )
9 years ago
Sergey M․
01b06aedcf
[kaltura] Add support for referrer protected videos ( #7409 )
9 years ago
ashutosh-mishra
17cc153435
Typo fix, found while going through the code.
9 years ago
Sergey M․
67446fd49b
[instagram] Improve _VALID_URL ( Closes #7568 )
9 years ago
Sergey M․
325bb615a7
[theplatform] Style
9 years ago
Sergey M․
ee5cd8418e
[theplatform] Handle protocolless feed URLs ( Closes #7532 )
9 years ago
Sergey M․
342609a1b4
[bloomberg] Reax _VALID_URL ( Closes #7546 )
9 years ago
Sergey M
f270cf1a26
Merge pull request #7519 from barlik/master
...
Clarify that automatic subtitles are generated.
9 years ago
hedii
371c3b796c
[YoutubeDL] Add playlist finished downloading message ( Closes #7517 )
...
Conflicts:
youtube_dl/YoutubeDL.py
9 years ago
Sergey M․
6b7ceee1b9
[vimeo] Add test for #7552
9 years ago
Sergey M․
fdb20a27a3
[vimeo:group] Improve _VALID_URL ( Closes #7552 )
9 years ago
Sergey M․
2c94198eb6
[vimeo] Improve playlists extraction
9 years ago
Philipp Hagemeister
e8110b8125
release 2015.11.19
9 years ago
Yen Chi Hsuan
c39fd7b1ca
[UDNEmbed] Fix generic UDN pages
...
Closes #7547
9 years ago
Sergey M․
a9c09a7c62
[pbs] Update API URL ( Closes #7565 )
9 years ago
Philipp Hagemeister
82beaabb41
release 2015.11.18
9 years ago
Jaime Marquínez Ferrándiz
63b4295d20
[youtube:playlist] fix title extraction ( fixes #7544 and #7545 )
9 years ago
Sergey M․
312a3f389b
[pbs] Extend _VALID_URL
9 years ago
Jaime Marquínez Ferrándiz
609af1ae1c
[dplay] Add 'encoding: utf-8' line
9 years ago
Jaime Marquínez Ferrándiz
4cd759f73d
[dplay] Add extractor ( closes #7515 )
...
Since I haven't figured out how to download the hds stream, we use the hls one instead.
9 years ago
Jaime Marquínez Ferrándiz
e156e70281
[rtve] Remove unused import
9 years ago
Sergey M․
9b464929fe
[rtve.es:alacarta] Fix extraction
9 years ago
Sergey M
0c176d7bde
Merge pull request #7514 from ping/patch-7301
...
[neteasemusic] Fixes #7301
9 years ago
Sergey M․
7a3f0c00ad
[utils] Style
9 years ago
Sergey M․
7aefc49c40
[utils] Skip invalid/non HTML entities ( Closes #7518 )
9 years ago
Rastislav Barlik
741dd8ea65
Clarify that automatic subtitles are generated.
...
It wasn't clear what automatic word mean.
9 years ago
ping
76adc82068
[neteasemusic] Fixes #7301
9 years ago
Philipp Hagemeister
bd1512d196
release 2015.11.15
9 years ago
Sergey M․
9a4acbfaf5
[theplatform] Add test for #7385
9 years ago
Sergey M․
ad1f4e7902
[theplatform] Handle explicitly specified SMIL ( #7385 )
9 years ago
Sergey M
b328295910
Merge pull request #7436 from davidbz/add_proxy_to_update_procedure
...
Add proxy support for update_self
9 years ago
David Ben Zakai
828b2a5cd9
Removing an unnecessary import
9 years ago
Sergey M․
2ff7cbeaaa
[nowtv:list] Add extrator ( Closes #7147 )
9 years ago
Sergey M․
b2f7738830
[dumpert] Use original protocol
9 years ago
Sergey M․
dc0279532a
[dumpert] Disable SSL ( Closes #7504 )
9 years ago
Sergey M․
0c59d02bdc
[periscope] Relax _VALID_URL ( Closes #7503 )
9 years ago
Jaime Marquínez Ferrándiz
0f72beb515
[periscope] Remove unused imports
9 years ago
Sergey M․
d781e29316
[bbc] Allow selectionunavailable errors ( Closes #7502 )
9 years ago
Sergey M․
3b3e8ed332
[quickscope] Remove extractor (2)
9 years ago
Sergey M․
dcdfeb33d2
[quickscope] Remove extractor
9 years ago
Sergey M․
0d85c3a732
[lynda] Style
9 years ago
Sergey M․
903d136942
[lynda] Logout only when login info present ( Closes #7500 )
9 years ago
Yen Chi Hsuan
9d584da7d0
[xfileshare] Correct _VALID_URL
9 years ago
Yen Chi Hsuan
31752f76f7
[twitter:card] Add add_ie for the external test
9 years ago
Yen Chi Hsuan
5f1b2aea80
[twitter:card] Support vine.co embeds ( closes #7496 )
9 years ago
Sergey M․
4479600d57
[instagram] Add test for #7497
9 years ago
Sergey M․
a90189c3ad
[instagram] Relax _VALID_URL ( Closes #7497 )
9 years ago
Sergey M․
d8a1caf04f
[brightcove:new] Style
9 years ago
Sergey M․
cb33d389ed
[brightcove:new] Add test with rtmp streams
9 years ago
Sergey M․
e01b432ad3
[brightcove:new] Fix test
9 years ago
Sergey M․
fd91257c40
[brightcove] Order imports alphabetically
9 years ago
Sergey M․
c7b959ce38
[utils] Remove unused function
9 years ago
Sergey M․
75eac8961e
[brightcove] Remove unused import
9 years ago
Sergey M․
3b7d9aa487
Rename all references to legacy studio Brightcove extractor
9 years ago
Sergey M․
1f4b722b00
[generic] Clarify Brightcove Legacy Studio comment
9 years ago
Sergey M․
f6519f89b0
[generic] Extract Brightcove New Studio embeds
9 years ago
Sergey M․
24af85298e
[brightcove] Fix _extract_urls
9 years ago
Sergey M․
e721d857c2
[brightcove] Clarify IE_NAMEs
9 years ago
Sergey M․
5c17f0a67a
[brightcove:embedinpage] Rename extractor to brightcove new
...
It's not actually embed_in_page but "New Studio" and allows both iframe and embed_in_page embeds
9 years ago
Sergey M․
4fcaa4f4a5
[brightcove] Rename extractor to brightcove legacy
...
Old embedding approaches are now "Legacy Studio"
9 years ago
Sergey M․
536f819eda
[brightcove] Imrove extraction of new embeds
9 years ago
Sergey M․
a662489877
[brightcove:embedinpage] Make more robust and extract rtmp streams
9 years ago
Sergey M․
a2973eb597
Merge branch 'brightcove_in_page_embed' of https://github.com/remitamine/youtube-dl into remitamine-brightcove_in_page_embed
9 years ago
Sergey M․
4e21b3a94f
[cbs] Use android UA for higher quality streams ( Closes #7490 )
9 years ago
Jaime Marquínez Ferrándiz
b703ebeeaf
[twitter] Don't fail if the description doesn't contain an URL ( fixes #7489 )
9 years ago
Jaime Marquínez Ferrándiz
b84a5f0337
[twitter] Update tests checksums
9 years ago
Philipp Hagemeister
a1ec9a7553
release 2015.11.13
9 years ago
Sergey M․
91d644b5ba
[ruutu] Relax formats extraction
9 years ago
Sergey M․
5d6c3d6a66
[ruutu] Skip NOT-USED URLs( Closes #7478 )
9 years ago
Jaime Marquínez Ferrándiz
1ebb4717df
[cbsnews] Fix construction of 'play_path' in some videos ( fixes #7394 )
9 years ago
Yen Chi Hsuan
cf5881fc4d
Credit @ferama
...
For providing idea for vidto.me (#7167 ) and extending nowvideo support (#6760 )
9 years ago
Sergey M․
fcd817a326
[vimeo] Fix extraction ( Closes #7460 )
9 years ago
Sergey M․
031ec536f0
[gorillavid] Rename to xfileshare
9 years ago
Sergey M․
668db403f9
[gorillavid] Add test for vidto.me and strip title
9 years ago
Sergey M․
b9ad101926
[gorillavid] Add support for vidto.me
9 years ago
Sergey M․
435911029f
[vidto] Remove extractor
9 years ago
Sergey M․
699ed30cee
[novamov] Modernize
9 years ago
Sergey M․
9eab37dca0
[vimeo] Simplify set cookie
9 years ago
Sergey M․
9a8a12b7d8
[vimeo] Append cookies instead of overriding
9 years ago
Yen Chi Hsuan
a4c2ab35c1
Merge remote-tracking branch 'upstream/master'
9 years ago
Sergey M․
3d9c4bf09a
[vimeo] Fix password protected videos ( Closes #7451 )
9 years ago
Yen Chi Hsuan
8b8a39e279
[vidto] Several simplifications and improvements
...
1. Use InfoExtractor._hidden_inputs
2. Fetch title from <title> tag
3. Cookies are preserved automatically
4. Use single quotes everywhere
5. Do not declare variables for one-time use only
9 years ago
Sergey M․
82393e2bb2
[novamov] Follow continue-to-the-video button if any ( Closes #7330 )
9 years ago
Sergey M․
2eb99a4b98
[nowvideo] Replace main host to resolvable one
9 years ago
Yen Chi Hsuan
990e6e8fa3
[vidto] Minor fixes
...
1. import order
2. fatal is already True in helper functions
9 years ago
Rémy Léone
d8b7e80d29
Remove duplicate key
9 years ago
Yen Chi Hsuan
37120974dc
[vidto] PEP8
9 years ago
Marco Ferragina
42fc93c709
vidto extractor: code cleanup
9 years ago
Marco Ferragina
a625e56543
[vidto] Add extractor
9 years ago
Sergey M․
9b738b2caa
[funnyordie] Fix extraction and extract m3u8 formats
9 years ago
David Ben Zakai
90bb5667bf
Using internal opener
9 years ago
David Ben Zakai
d3d3e2e3aa
Adding proxy to update procedure
9 years ago
Philipp Hagemeister
37ca7b22b5
release 2015.11.10
9 years ago
Yen Chi Hsuan
50f84a9ae1
[youtube] Support new base.js html5 player
9 years ago
Yen Chi Hsuan
ff29bf81f8
[jsinterp] Support alternative function definition form
9 years ago
Sergey M․
b25f753397
[kaltura] Relax _VALID_URL
9 years ago
Sergey M․
6a5d6de1e3
[generic] Improve kaltura embed detection (2)
9 years ago
Sergey M․
1c31a5b0e0
[generic] Improve kaltura embed detection ( Closes #7409 )
9 years ago
Sergey M․
4f5cdf7c9b
[cmt] Extend _VALID_URL to support shows ( Closes #7407 )
9 years ago
Sergey M․
f09a767d31
[mit] Allow external embeds ( Closes #7406 )
9 years ago
Sergey M․
cc8034cc4c
[extremetube] Modernize
9 years ago
Sergey M․
50506cb607
[extremetube] Fix extraction ( Closes #7163 )
9 years ago
Sergey M․
aa8d2d5be6
[rtbf] Make www optional in _VALID_URL
9 years ago
Sergey M․
114e6025b0
[rtbf] Expand _VALID_URL ( Closes #7402 )
9 years ago
Sergey M․
fda2717ef9
[movieclips] Add coding cookie
9 years ago
Frans de Jonge
937511dfc0
Added support for the RTBF OUFtivi subpage
9 years ago
Jaime Marquínez Ferrándiz
d5c181a14e
[movieclips] Fix extraction ( fixes #7404 )
...
They use theplatform now.
Changed the test, because the old one seems to be georestricted.
9 years ago
Sergey M?
e8ce2375e0
[viidea] Improve and cleanup ( Closes #7390 )
...
* Optimize requests for multipart videos
* Fix cfg regex
* Improve titles and identifiers
9 years ago
remitamine
6fdb39ded1
[viidia] Cleaup
...
[viidea] extract playlist if lecture is an event
[viidia] use compat_str
9 years ago
remitamine
8e3a2bd620
[viidea] fix _VALID_URL regex and tests
9 years ago
remitamine
a06bf87a2c
[viidea] add support for sites using viidea service
9 years ago
remitamine
ee4337d100
[videolecture] add support for multi part videos
9 years ago
Jaime Marquínez Ferrándiz
cff551c0b0
[googleplus] Fix extraction of formats
9 years ago
remitamine
63b728f06f
[bleacherreport] Add new Extractor
9 years ago
remitamine
3793090b1b
[amp] Add generic extractor for Akamai AMP feeds and use it in dramafever and foxnews extractors
9 years ago
Sergey M․
6d02b9a392
[crunchyroll] Fix description extraction
9 years ago
Sergey M․
2c740cf28d
[crunchyroll] Simplify description extraction
9 years ago
Sergey M․
5214f1e31d
[crunchyroll] Fix title extraction ( Closes #7396 )
9 years ago
Sergey M․
5d0f84d32c
[beeg] Skip empty URLs ( Closes #7392 )
9 years ago
Mister Hat
ee223abb88
[vidzi] fixed. finds url from hash and host in script
...
Closes #7386 .
9 years ago
Sergey M․
21d0c33ecd
[pbs] Make flp embed lookup non fatal
9 years ago
Sergey M․
8b6d9406db
[pbs] Add test for flp frontline embeds
9 years ago
Sergey M․
686f98816e
[pbs] Add support for flp frontlines ( Closes #7369 )
9 years ago
Sergey M․
0fa6b17dcc
[pbs] Simplify and speed up player URL search
9 years ago
Sergey M․
472404953a
[miomio] PEP 8
9 years ago
Sergey M․
ae4ddf9efa
[lynda] PEP 8
9 years ago
Sergey M․
ea8ed40b2f
[lynda] Modernize and make more robust
9 years ago
Sergey M․
71bb016160
[lynda:course] Modernize and make more robust
9 years ago
Sergey M․
179ffab69c
[lynda:course] Force log out ( Closes #7361 )
9 years ago
Sergey M․
deb85c32bb
[postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places ( Closes #7371 )
9 years ago
Sergey M․
92366d189e
[njoy:embed] Relax _VALID_URL
9 years ago
Sergey M․
81413c0165
[ndr:embed] Relax _VALID_URL
9 years ago
Sergey M․
1e2eb4b40d
[njoy] Relax _VALID_URL
9 years ago
Sergey M․
01003d072c
[ndr] Add test for #7383
9 years ago
Sergey M․
5003e4283b
[ndr] Relax _VALID_URL ( Closes #7383 )
9 years ago
remitamine
a641b24592
[cnet] skip hls_phone if hls_tablet is present
9 years ago
remitamine
e68dd1921a
[miomio] use the formats urls headers for downloading xml
9 years ago
remitamine
6953d8e95a
[miomio] fix info extraction ( fixes #7366 )
9 years ago
remitamine
967c9076a3
raise ExtractorError if the page doesn't contain a video
9 years ago
Sergey M․
b3613d36da
[YoutubeDL] Sanitize path after output template substitution ( Closes #7367 )
9 years ago
Sergey M․
53472df857
[periscope] Add note on where to find alive example URLs
9 years ago
Sergey M․
2549e113b8
[periscope] Add test for broadcast_id based URL
9 years ago
Sergey M․
b15c44cd36
[periscope] Add support for videos with broadcast_id ( Closes #7359 )
9 years ago
Sergey M․
f93ded9852
[prosiebensat1] Add support for .ch domains ( Closes #7365 )
9 years ago
Sergey M․
89ea063eeb
[youtube] Clarify rationale for preferring a video info with token ( #7362 )
9 years ago
Sergey M․
44b2264fea
[youtube] Prefer video_info with token available
9 years ago
Jaime Marquínez Ferrándiz
cb5a470635
[vimeo] Remove unused import
9 years ago
Sergey M․
17d1900581
[vk] Fix view count extraction ( Closes #7353 )
9 years ago
Sergey M․
5d501a0901
[globo] Add more tests
9 years ago
Sergey M․
c13722480b
[globo:article] Fix test
9 years ago
Sergey M․
e7d34c03f2
[globo] Force uploader id to be string
9 years ago
Sergey M․
264cd00fff
[globo] Update tests
9 years ago
Sergey M․
a4a6b7b80f
[globo] Improve http formats
9 years ago
Sergey M․
aebb42d32b
[globo] Remove like count
...
It's no longer provided
9 years ago
Sergey M․
b4ef6a0038
[globo] Remove non available test
9 years ago
Sergey M․
5d235ca7f6
[globo] Prefer native m3u8
9 years ago
Sergey M․
c3459d24f1
[globo] Skip unsupported smooth streaming
9 years ago
Sergey M․
e3778cce0e
[globo] Improve m3u8 extraction
9 years ago
Sergey M․
ad607563a2
[globo] Separate article extractor
9 years ago
Yen Chi Hsuan
236cb2131b
Merge remote-tracking branch 'upstream/master'
9 years ago
Yen Chi Hsuan
f3cb54e6d9
Merge branch 'atomicdryad-pr-democracynow'
9 years ago
Yen Chi Hsuan
0aeb9a106e
[democracynow] Prevent required fields to be None
9 years ago
Yen Chi Hsuan
fd8102820c
[democracynow] Rename js to json_data
9 years ago
Sergey M․
bfdf891fd3
[vimeo] Fix non-ASCII album passwords
9 years ago
Sergey M․
3fa3ff1bc3
[vimeo] Fix non-ASCII login
9 years ago
Sergey M․
0a0110fc6b
[vimeo] Fix non-ASCII video passwords (2)
9 years ago
Sergey M․
852fad922f
[vimeo] Fix non-ASCII video passwords ( Closes #7352 )
9 years ago
Yen Chi Hsuan
fc68d52bb9
[democracynow] Add MD5 sums
9 years ago
Yen Chi Hsuan
dde9fe9788
[democracynow] Simplify
9 years ago
Philipp Hagemeister
a230068ff7
release 2015.11.02
9 years ago
Jaime Marquínez Ferrándiz
6a75040278
[utils] unified_strdate: Return None if the date format can't be recognized ( fixes #7340 )
...
This issue was introduced with ae12bc3ebb
, it returned 'None'.
9 years ago
remitamine
c514b0ec65
[videofy.me] fix info extraction
...
Closes #7339 .
9 years ago
Jaime Marquínez Ferrándiz
eb97f46e8b
[mitele] Fix extraction and update test checksum ( fixes #7343 )
9 years ago
Sergey M․
c90d16cf36
[utils:sanitize_path] Disallow trailing whitespace in path segment ( Closes #7332 )
9 years ago
Philipp Hagemeister
ab6ca04802
release 2015.11.01
9 years ago
remitamine
f3003531a5
[flickr] handle error message
9 years ago
remitamine
146672254e
[flickr] extract fresh api key and remove duplication in test
9 years ago
Sergey M․
999079b454
[eitb] Improve hds extraction
9 years ago
remitamine
02fb980451
[flickr] extract more info and formats
9 years ago
Sergey M․
8a06999ba0
[eitb] Improve, make more robust and extract f4m formats ( Closes #7328 )
9 years ago
remitamine
80dcee5cd5
[eitb] fix info extraction
9 years ago
remitamine
9550ca506f
[utils] change extract_attributes to work in python 2
9 years ago
Sergey M
30eecc6a04
Merge pull request #7296 from jaimeMF/xml_attrib_unicode
...
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (…
9 years ago
Sergey M․
dbd82a1d4f
[extractor/common] Fix m3u8 extraction on failure
9 years ago
Sergey M․
76f0c50d3d
[mdr] Fix failed formats processing
9 years ago
Sergey M․
dc519b5421
[extractor/common] Make ie_key and IE_NAME return unicode string
9 years ago
Sergey M․
ae12bc3ebb
[utils] Make unified_strdate always return unicode string
9 years ago
Sergey M․
e327b736ca
[generic] Update test
9 years ago
Sergey M․
82b69a5cbb
[mdr] PEP 8
9 years ago
Sergey M․
11465da702
[mdr] Simplify xpath
9 years ago
Sergey M․
578c074575
[utils] Support list of xpath in xpath_element
9 years ago
Sergey M․
8cdb5c8453
[mdr] Add audio test
9 years ago
Sergey M․
2b1b2d83ca
[mdr] Modernize and include kika.de
9 years ago
Jaime Marquínez Ferrándiz
c3040bd00a
[kika] Cleanup
...
Closes #6957 .
9 years ago
Jaime Marquínez Ferrándiz
8c1aa28c27
[kika] Replace non working tests and recognize 'einzelsendung' urls.
9 years ago
remitamine
50b9dd7344
[dcn] improve season info extraction
9 years ago
Yen Chi Hsuan
78d7ee19dc
[democracynow] Fix _TESTS
9 years ago
Lucas
892015b088
replaced inefficient code
9 years ago
Lucas
47f2d01a5a
Add new extractor
9 years ago
Yen Chi Hsuan
33a513faf7
Merge branch 'pr-democracynow' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-democracynow
9 years ago
remitamine
720334659a
[daum] improve info extraction
9 years ago
remitamine
240384afe6
[clipfish] improve info extraction
9 years ago
Sergey M․
6722ebd437
[anitube] Relax key regex ( Closes #7303 )
...
Another variant seen http://anitubebr.xpg.uol.com.br/embed/
9 years ago
remitamine
957e0db1d2
[baidu] improve info extraction
9 years ago
remitamine
804afc5871
[vgtv] improve _VALID_URL regex
9 years ago
remitamine
00d24327ef
[vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIE
9 years ago
remitamine
9a605c8859
[adobetv] add support for show and channel extraction
9 years ago
remitamine
402ca40c9d
[adobetv] extract AdobeTVVideo info from json directly
9 years ago
remitamine
30bd1c16c8
[adobetv] use api for extraction and add support specific language videos
9 years ago
Sergey M․
721f5a277c
[moniker] Add tests for #7244
9 years ago
Sergey M․
6fb8ace671
[moniker] Add support for builtin embedded videos ( Closes #7244 )
9 years ago
Jaime Marquínez Ferrándiz
ae37338e68
[compat] compat_etree_fromstring: clarify comment
9 years ago
Sergey M․
03c2c162f9
[clyp] Improve and cleanup ( Closes #7194 )
9 years ago
Sergey M․
52c3a6e49d
[utils] Improve parse_iso8601
9 years ago
Cian Ruane
4e16c1f80b
[clyp] Add extractor
...
Update __init__.py
[clyp.it] Extract ID idiomatically and make duration and description optional
9 years ago
Jaime Marquínez Ferrándiz
7ccb2b84dd
[francetv] fix style issues reported by flake8
...
* Don't redefine variable in list comprehension
* Line missing indentation
9 years ago
Sergey M․
0a192fbea7
[pluzz] Fix mobile support and modernize ( Closes #7305 )
9 years ago
Pierre Fenoll
a526167d40
[francetv] Accept mobile URLs
9 years ago
Jaime Marquínez Ferrándiz
f78546272c
[compat] compat_etree_fromstring: also decode the text attribute
...
Deletes parse_xml from utils, because it also does it.
9 years ago
Sergey M․
c137cc0d33
[francetv] Add subtitles test
9 years ago
Sergey M․
6e4b8b2891
[francetv] Make subtitles more robust ( Closes #7298 )
9 years ago
Frans de Jonge
5dadae079b
[francetv] Add subtitles support
9 years ago
Lukáš Lalinský
5f9f87c06f
[vidme] Check for deleted videos
9 years ago
Jaime Marquínez Ferrándiz
387db16a78
[compat] compat_etree_fromstring: only decode bytes objects
9 years ago
Jaime Marquínez Ferrándiz
36e6f62cd0
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x ( #7178 )
...
Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
9 years ago
Sergey M․
755ff8d22c
[youporn] Extract comment count
9 years ago
Sergey M․
7b3a19e533
[stitcher] Remove origEpisodeURL
...
It's always 404
9 years ago
Sergey M․
4f13f8f798
[youporn] Improve uploader extraction
9 years ago
Sergey M․
feb7711cf5
[youporn] Make description optional
...
Some videos does not contain any description
9 years ago
Sergey M․
589c33dade
[youporn] Improve and make more robust ( Closes #6888 , closes #7214 )
9 years ago
Erik
e572a1010b
[youporn] Fix extraction
...
[youporn] Added description and thumbnail
[youporn] Added uploader and date
[youporn] Removed Try and Except lines
[youporn] Fixed date, fatal, formats and /s*
[youporn] Undid removing comment about video url components & Undid and fixed removal of encrypted URL detection
[youporn] Fix: Add encrypted link to links array only if not already in it
[youporn] Fix: Add encrypted link to links array only if not already in it
[youporn] Fix: cleanup
9 years ago
Sergey M․
7e0dc61334
[njoy] Add support for URLs without display id
9 years ago
Sergey M․
8e82ecfe8f
[dailymotion] Extract f4m formats
9 years ago
Sergey M․
ec29539e06
[senateisvp] Pass extra param as query segment without `?`
9 years ago
Sergey M․
8cd9614abf
[downloader/f4m] More accurate fragment URL construction
9 years ago
remitamine
324ac0a243
[downloader/f4m] get the redirected f4m_url and handle url query string properly
9 years ago
remitamine
3711304510
[extractor/common] get the redirected m3u8_url in _extract_m3u8_formats
9 years ago
Jaime Marquínez Ferrándiz
50b936936d
[tutv] Fix test
9 years ago
Jaime Marquínez Ferrándiz
d97da29da2
[abc] Support more URL formats
9 years ago
remitamine
7687b354c5
[abc] add support for audio extraction
9 years ago
Jaime Marquínez Ferrándiz
36d7281037
[spiegeltv] Fix style issue
...
Use two spaces before comment.
9 years ago
Jaime Marquínez Ferrándiz
865d1fbafc
[extractor/common] Remove unused import
9 years ago
Sergey M․
ac21e71968
[spiegeltv] Check formats
9 years ago
Sergey M․
943a1e24b8
[extractor/common] Use more generic URLError in _is_valid_url
9 years ago
Sergey M․
50f01302d3
[spiegeltv] Do not extract m3u8 formats since it's already a format
9 years ago
Christoph Döpmann
0198807ef9
[spiegeltv] Fix Accept-Encoding issue (server chokes on gzip)
9 years ago
Jaime Marquínez Ferrándiz
6856139705
[mitele] Fix test checksum
9 years ago
Jaime Marquínez Ferrándiz
c93153852f
[mitele] Don't encode the URL query ( closes #7280 )
...
This seems to produce sporadic errors when trying to access the URL, because on python 3.x when you do '%s' % b'somedata' you get "b'somedata'".
9 years ago
Philipp Hagemeister
ab9c7214ee
release 2015.10.24
9 years ago
Jaime Marquínez Ferrándiz
5c43afd40f
[youtube:channel] Support age restricted channels ( fixes #7277 )
9 years ago
Jaime Marquínez Ferrándiz
9170ca5b16
[youtube:channel] Fix test
9 years ago
Philipp Hagemeister
ab03c0b47c
release 2015.10.23
9 years ago
Sergey M․
7690787553
[crunchyroll] Improve subtitle regex ( Closes #7262 )
9 years ago
Yen Chi Hsuan
a65402ef42
[bbc.co.uk:article] Add new extractor ( #7257 )
9 years ago
Yen Chi Hsuan
7033bc1a51
[bbc] Fix test_BBC_9
9 years ago
Yen Chi Hsuan
89d5fbf354
[iqiyi] Update key
9 years ago
Jaime Marquínez Ferrándiz
8c3533ba97
[adultswim] Don't default to the native m3u8 downloader ( closes #7243 )
...
Some of the streams are encrypted, which is not supported .
9 years ago
Sergey M․
44d6dd08b2
[facebook] Fix extraction ( Closes #7252 )
9 years ago
Sergey M․
cc449417c4
[vine] Use _search_regex for JSON data ( Closes #7254 , closes #7255 )
9 years ago
remitamine
497f5fd93f
[bilibili] extract multiple backup_urls
9 years ago
Sergey M․
7308b8cb3d
[stitcher] Improve ( Closes #7162 , closes #7228 )
9 years ago
mjdubell
4211c83aa4
[stitcher] Add extractor
...
Stitcher review updates
Removed re import
Stitcher review updates
9 years ago
Sergey M․
d01949dc89
[utils:js_to_json] Fix bad escape in double quoted strings
9 years ago
Sergey M.
63a6494834
Merge pull request #7242 from lalinsky/vimeo-seed-status
...
[vimeo] Fix error parsing
9 years ago
Lukáš Lalinský
8bea039b83
[vimeo] New test, fixed one older test
9 years ago
Sergey M․
d65889bbc0
[vidme] Update test
9 years ago
Sergey M․
4a8963770e
[vidme] Use original vid.me title template for untitled videos
9 years ago
Lukáš Lalinský
b6aa99aff8
[vimeo] Fix error parsing
9 years ago
remitamine
4bf5614195
[cspan] move get_text_attr to CSpanIE
9 years ago
Lukáš Lalinský
0be30bafa4
[vidme] Stream URL fallback, better error message for suspended videos
9 years ago
Sergey M․
7b091c370c
[zdf] Modernize and PEP 8
9 years ago
Sergey M.
334b5c3b72
Merge pull request #7225 from kennell/master
...
[zdf] Extract thumbnails
9 years ago
kennell
b7cedb1604
simplify thumbnail dict building
9 years ago
kennell
b243340f0c
check if key attrib matches resolution pattern
9 years ago
kennell
8cc83d301d
use int_or_none, check if attrib exists, remove thumbnail
9 years ago
Sergey M․
d762f86e94
[ok] Extend _VALID_URL
9 years ago
kennell
264b23e1a4
adds thumbnail support for ZDF Mediathek extractor
9 years ago
Philipp Hagemeister
a6e0afa2bb
release 2015.10.18
9 years ago
Yen Chi Hsuan
4285a47f40
Merge pull request #7208 from yan12125/letv-fix
...
[Letv] Fix extraction
9 years ago
Sergey M․
e36963e0eb
[eagleplatform] Identify hls formats
9 years ago
Sergey M․
dedd35c6bc
[viewster] Fix failing m3u8
9 years ago
Sergey M․
608945d44a
[canalc2] Fix test
9 years ago
Sergey M․
b1bf063503
[canalc2] Extract duration
9 years ago
Sergey M․
14bddf35fb
[canalc2] Add ext
9 years ago
Sergey M․
ef6c868f23
[canalc2] Improve some regexes
9 years ago
Sergey M․
6682049dee
[canalc2] Improve rtmp extraction
9 years ago
remitamine
b0f001a6cb
[canalc2] fix info extraction
9 years ago
Jaime Marquínez Ferrándiz
dd67702a3e
[imdb] Fix extraction ( fixes #7220 )
9 years ago
Yen Chi Hsuan
05a3879f1c
[letv] Update M3U8's MIME type
...
The new MIME type appears in the following places:
https://www.iana.org/assignments/media-types/media-types.xhtml#application
https://hg.python.org/cpython/file/tip/Lib/mimetypes.py
9 years ago
Yen Chi Hsuan
4a7b790384
[twitter:card] Support YouTube embeds
9 years ago
Yen Chi Hsuan
c88aec845a
[twitter] Fix short URL extraction
9 years ago
Yen Chi Hsuan
77a54b6a65
[twitter:card] Use _html_search_regex
9 years ago
Yen Chi Hsuan
575036b405
[twitter] Simplify and improve
9 years ago
Yen Chi Hsuan
f6dfd6603a
[twitter] Use _html_search_regex
9 years ago
Yen Chi Hsuan
e04edad621
[twitter] Inherit from InfoExtractor directly
9 years ago
Yen Chi Hsuan
f322bfb063
[twitter:card] Remove unneeded 'ext'
9 years ago
Yen Chi Hsuan
014e880372
[twitter] Add IE_NAMEs
9 years ago
Yen Chi Hsuan
01d22d4703
[twitter] Use _download_xml
9 years ago
Yen Chi Hsuan
48aae2d2cf
[twitter] Update tests
9 years ago
Yen Chi Hsuan
c571dea953
Merge branch 'pr-twitter' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-twitter
9 years ago
Yen Chi Hsuan
8b172c2e10
[YoutubeDL] Use DataHandler
9 years ago
Yen Chi Hsuan
0a67a3632b
[compat] Add compat_urllib_request_DataHandler
9 years ago
Yen Chi Hsuan
985e4fdc07
[downloader/hls] Add headers only for http(s) URLs
...
ffmpeg 2.8.1 raises an error with -headers and non-http input files.
9 years ago
Yen Chi Hsuan
1e399778ee
[letv] Fix extraction
...
Using data URIs for passing the decrypted M3U8 manifest, which is
supported by ffmpeg only.
9 years ago
Sergey M․
2e022397c4
[vine] Add counters to tests
9 years ago
Sergey M․
02835c6bf4
[extractor/common] Document repost_count
9 years ago
Sergey M․
91816e8f16
[vine] Remove duplicate metadata, make more robust and modernize ( Closes #7215 )
9 years ago
Lukáš Lalinský
10c38c7ca2
[vine] Fix download tests
9 years ago
Lukáš Lalinský
94a773feb9
[vine] Use JS data to get title/alt_title
9 years ago
Sergey M․
448ef1f31c
[extractor/common] Allow angle brackets in attributes in _og_regexes ( #7215 )
9 years ago
Sergey M․
49941c4e4f
[crunchyroll] Add maturity wall reference tests ( #7202 )
9 years ago
Sergey M․
80f48920c8
[crunchyroll] Bypass maturity wall ( Closes #7202 )
9 years ago
remitamine
520e753390
[bilibili] add support for specefic page extraction
9 years ago
remitamine
355c7ad361
[cspan] handle error massages and extract qualities
9 years ago
Sergey M․
5a11b793fe
[lynda] Extract all prioritized streams
9 years ago
Sergey M․
7593fbaa12
[dailymotion] Error spelling
9 years ago
Sergey M.
2eb0f72a0e
Merge pull request #7212 from lalinsky/dailymotion-error
...
[dailymotion] Report errors from player v5
9 years ago
Sergey M․
648e6a1ffe
[youtube] Generalize playlist entries extraction ( Closes #6699 , closes #6992 )
9 years ago
remitamine
55af2b26e0
[bilibili] extract backup url
9 years ago
Lukáš Lalinský
583882fdce
[dailymotion] Report errors from player v5
9 years ago
Sergey M․
9eb31b265f
[vidme] Add user-disabled test
9 years ago
Lukáš Lalinský
59fe4824f8
[vidme] Better error message for suspended vidme videos
9 years ago
Sergey M․
dd8417526b
[vimeo] Clarify new react+flux website fallback
9 years ago
Lukáš Lalinský
41a7b00f18
[vimeo] Extract config URL from (new?) React-based Vimeo's page
9 years ago
remitamine
d90e40305b
[bilibili] fix info extraction
9 years ago
Sergey M․
350c948133
[twitch:vod] Formatting
9 years ago
Sergey M․
e5e9966199
[twitch:vod] Improve extraction
9 years ago
Sergey M․
fbd9f6ea80
[twitch] Improve authentication
9 years ago
Jaime Marquínez Ferrándiz
6df7179e6c
[rte] Actually recognize https urls
...
There was a missing 's' before the '?'.
9 years ago
Jaime Marquínez Ferrándiz
36eb802baf
[rte] Replace expired test
...
According to their webpage it should be available until October 2035.
9 years ago
Philipp Hagemeister
2ccb37beb9
release 2015.10.16
9 years ago
Sergey M․
246ce10858
[rte] Update _VALID_URL ( Closes #7198 )
9 years ago
Sergey M․
ba717dca97
[bandcamp] Modernize
9 years ago
Sergey M․
1e52776ac3
[bandcamp] Prepend download URL with scheme when necessary (2) ( #7077 )
9 years ago
Sergey M․
8daeeedc06
[bbc] Fix FutureWarning
9 years ago
remitamine
cce9d15d01
[ooyala] extract domain,handle errors and change related tests
9 years ago
remitamine
dd414c970b
[ooyala] fix sorting and format id
9 years ago
Sergey M․
6744f36db7
[jeuxvideo] Fallback on og:title ( Closes #7186 , closes #7190 )
9 years ago
remitamine
77302fe5c9
[bliptv] remove extractor and add support for site replacement(makertv)
9 years ago
remitamine
497ca088a6
[ooyala] remove print statment
9 years ago
remitamine
90bddb6cdd
[ooyala] extract more formats and metadata
9 years ago
Sergey M․
fafc7950e2
[channel9] Update tests' thumbnails
9 years ago
Sergey M․
a13d06de42
[channel9] Add test for low quality mp4
9 years ago
Sergey M․
1db82381e3
[channel9] Add low quality formats and modernize
9 years ago
Sergey M.
cb8961eeed
Merge pull request #7176 from remitamine/megavideoz
...
[megavideoz] remove extractor
9 years ago
Sergey M․
af98f8ff37
[utils] Return default on fail in int_or_none
9 years ago
Sergey M․
caf80631f0
[utils] Do not fail in float_or_none on non-numeric data
9 years ago
Sergey M․
1812afb7b3
[utils] Do not fail in int_or_none on non-numeric data ( Closes #7175 )
9 years ago
remitamine
9fb66c780c
[megavideoz] remove extractor
9 years ago
Sergey M․
ab953c64a0
[yandexmusic:track] Extract original size thumbnail ( Closes #7160 )
9 years ago
Sergey M․
7a6d76a64d
[extractor/common] Require closing quote in _og_regexes ( Closes #7174 )
...
E.g. do not match `property='og:video:type'` when `og:video` is requested.
9 years ago
Sergey M․
4aa353673b
Merge branch 'master' of github.com:rg3/youtube-dl
9 years ago
remitamine
36bb63fad1
[criterion] fix description extraction
9 years ago
Jaime Marquínez Ferrándiz
1f36085df9
[vimeo] Fix extraction of password protected videos ( fixes #7169 )
9 years ago
remitamine
26669ea3cf
[5min] extract more video info and formats
...
Closes #7124 .
9 years ago
remitamine
db8e38b8cf
[ign] add tests for me.ign specific language urls
9 years ago
remitamine
e09f58b3bc
[srgssr] change the url chortcut, fix image extraction ,add a test and extract format id
9 years ago
kaspi
3dc582e5ea
[fczenit] Add extractor
...
Closes #7143 .
9 years ago
Jaime Marquínez Ferrándiz
506e261d20
[channel9] strip 'session_day'
9 years ago
Jaime Marquínez Ferrándiz
b30c4992a9
[channel9] Return a single dictionary for single videos ( closes #7086 )
...
Returning a list is deprecated.
9 years ago
DesweR
3eeff489e8
Extract thumbnail url
9 years ago
Sergey M․
5946cda7c6
[beeg] Fix extraction ( Closes #7155 )
9 years ago
Philipp Hagemeister
ee2edd838a
release 2015.10.13
9 years ago
Yen Chi Hsuan
73e732eb6b
[vimeo] Fix m3u8 formats
...
Reported at
https://github.com/rg3/youtube-dl/pull/7126#issuecomment-147327584
9 years ago
Philipp Hagemeister
cd7364a89c
release 2015.10.12
9 years ago
Jaime Marquínez Ferrándiz
57d1db8dd0
[rtbf] Fix extraction ( closes #7133 )
9 years ago
Sergey M․
964e7b2dd0
[downloader/common] Always skip "already downloaded" check when outputting to stdout
9 years ago
AndroKev
f101079ae0
[downloader/rtmp] Respect --no-continue option
...
now when downloading a "rtmp-file" the --no-continue option works!
9 years ago
Sergey M․
0f61db4469
[chaturbate] Improve and capture error message
9 years ago
PC
1bd3903582
chaturbate streams
9 years ago
Sergey M․
da4daed5ef
[vimeo] Do not fail when no hls formats
9 years ago
Sergey M․
7d49502ab0
[bild] Make more robust and improve hls extraction
9 years ago
remitamine
03e3b4e119
[expotv] parse m3u8 manifest
9 years ago
Sergey M․
d8348c351d
[bild] Strip title
9 years ago
remitamine
70cb4d51c9
[bild] extract info from json request
9 years ago
Sergey M․
7c84562945
[vimeo] Fix password protected videos
9 years ago
Sergey M․
68f3b61f0e
[vimeo] Update tests
9 years ago
Sergey M.
08fd433f3e
Merge pull request #7126 from remitamine/vimeo
...
[vimeo] extract m3u8 manifest and bitrate
9 years ago
remitamine
35a3ff1d33
[vimeo] always convert width, height and bitrate to int
9 years ago
remitamine
fff496c689
[vimeo] remove check for empty formats
9 years ago
remitamine
e5c209a1bc
[vimeo] add parameters to _extract_m3u8_formats and sort formats
9 years ago
Sergey M․
75f105d455
[adultswim] Clarify no media message
9 years ago
remitamine
00cde0b8dc
[adultswim] raise ExtractorError if no clips in video_info
9 years ago
remitamine
58cd7e173e
[adultswim] detect when video needs authentication
9 years ago
remitamine
f4076bb736
[vimeo] extract m3u8 manifest and bitrate
9 years ago
Sergey M․
6f7893653c
[bbc] PEP 8
9 years ago
Sergey M․
55ebae26f9
[bbc] Prefer iptv-all mediaset
9 years ago
Sergey M․
ae8bdfd1a1
[bbc] Extract article JSON and actualize tests
9 years ago
Sergey M․
6a74719060
[bbc] Update tests
9 years ago
Sergey M․
f6295bcb04
[bbc] Remove duration
9 years ago
Sergey M․
78f9d84318
[bbc] Support playlists of data-playable
9 years ago
Sergey M․
b1ec70e4a9
[bbc] Improve data-playable regex
9 years ago
Sergey M․
c936d8cc7b
[bbc] Add another test
9 years ago
Sergey M․
e6174ee975
[bbc] Extract legacy playlist embedded media
9 years ago
Sergey M․
f790c43f6e
[zingmp3:album] Skip broken items
9 years ago
Sergey M․
8119597d6f
[zingmp3] Add fatal flag
9 years ago
Sergey M․
43abd79950
[zingmp3:album] Style
9 years ago
Phạm Ngọc Quang Nam
97ae4d166c
[zingmp3:album] Add support for playlists
...
Update for work with playlist, it same album but different url
Ex:
http://mp3.zing.vn/playlist/Duong-Hong-Loan-apollobee/IWCAACCB.html
http://mp3.zing.vn/album/Duong-Hong-Loan-apollobee/IWCAACCB.html
9 years ago
Sergey M․
87cc0fbd18
[bbc] Make summary optional in legacy playlist
9 years ago
Sergey M․
baf39a1aa8
[bbc] Add one more scenario for data-playable embeds
9 years ago
Sergey M․
975977860d
[bbc] Make playlist title optional
9 years ago
Sergey M․
b5d48cb1ef
[bbc] Add test for atricle with multiple videos embedded with playlist.sxml
9 years ago
Sergey M․
de66571371
[bbc] Support multiple videos in articles embedded with playlist.sxml
9 years ago
Sergey M․
dab062fb6e
[bbc] Add support for videos in news articles embedded with data-playable
9 years ago
Yen Chi Hsuan
6a959f2e52
[iqiyi] Update enc_key
9 years ago
Sergey M․
47c165c3a9
[vimeo] Fix authentication ( Closes #7110 )
9 years ago
Sergey M․
4180a3d8b7
[extractor/common] Allow quoteless content attribute in og regexes ( Closes #7115 )
9 years ago
remitamine
05ad5409b4
[srgssr] fix regex for swissinfo.ch
9 years ago
remitamine
1ef1563649
[srgssr] Add generic extractor for SRGSSR Group sites
9 years ago
Philipp Hagemeister
ef47b2c15f
release 2015.10.09
9 years ago
Yen Chi Hsuan
57935b2564
[extractor/common] Allow HTML5 unquoted attribute values
...
Fixes #7108
HTML5 allows unquoted attribute values. See the "Unquoted attribute value
syntax" section [1] for more information
[1] http://www.w3.org/TR/html5/syntax.html
9 years ago
Sergey M․
54a5428518
[dailymotion] Update player v5 regex ( Closes #7107 )
9 years ago
Sergey M․
9d5fb3b58d
[pbs] Carry long line
9 years ago
remitamine
0553d0ee40
[pbs] place errors into a dict
9 years ago
remitamine
7faf7e7523
[pbs] detect errors from http error code
9 years ago
Sergey M․
4356d907c1
[4tube] Try extracting sources from the webpage before fetching player.js ( Closes #7103 )
9 years ago
Sergey M․
c677e49bd1
[4tube] Revert uploader regexes and make non fatal
9 years ago
Sergey M․
96c4855331
[4tube] Style and make more robust
9 years ago
kitty
b90b0c4ffa
Fixed 4tube.com extractor to pull metadata from associated Javascript and not the HTML of the desired page.
9 years ago
AndroKev
db7a28eccb
FIX: nowtv
...
now the download works for me
thx to http://board.gulli.com/thread/1251646-videos-von-webseiten-runterladen-sammelthread-alle-fragen-hier-rein-/?p=14980081#post14980081
9 years ago
remitamine
6a11bb77ba
[nba] add support for team subsites
9 years ago
remitamine
ecf6de5b02
[nba] extract width,height and bitrate from format key
9 years ago
remitamine
139f27827e
[nba] skip Legacy Video Files
9 years ago
Philipp Hagemeister
945e5c56e3
release 2015.10.06.2
9 years ago
Sergey M․
fc10824cb6
[canalplus] PEP 8
9 years ago
Sergey M․
83a5668694
[canalplus] Extend video id regex ( Closes #7076 )
9 years ago
Sergey M․
f648e682a7
[bandcamp] Prepend download URL with scheme when necessary ( Closes #7077 )
9 years ago
Sergey M․
f2dbc54066
[compat] Fix wrong lines/columns order
...
stty size is rows x columns
9 years ago
Philipp Hagemeister
86be82610c
release 2015.10.06.1
9 years ago
Philipp Hagemeister
4810c48d6d
[compat] Do not compare None <= 0
...
The result is meaningless (and it emits a warning in cpython2 when called with -3), so handle None before making integer comparisons.
9 years ago
Philipp Hagemeister
c4af7684d8
release 2015.10.06
9 years ago
Sergey M․
40fbb05e1c
[ustream] Fix tests
9 years ago
Sergey M․
dc5756fd77
[ustream] Fix typo
9 years ago
Sergey M․
41db733308
[ustream] Move filesize
9 years ago
Sergey M․
0bf219889e
[ustream] Remove unused import
9 years ago
Sergey M․
f2a7ed77ef
[tumblr] Remove redundant field
9 years ago
Sergey M․
4853eb63fe
[ustream] Modernize
9 years ago
Sergey M․
5820c4a29e
[ustream] Switch extraction to api
9 years ago
David Rabinowitz
7fd4ed9939
Fixed the ustream extractor to use the current ustream API
9 years ago
Sergey M․
88c86d211b
[tumblr] Add missing fields for vidme test
9 years ago
Sergey M․
5d84b79a30
[tumblr] Remove redundant test
9 years ago
Sergey M․
140ac73965
[tumblr] Simplify and extract duration
9 years ago
Oli Allen
2a27e66234
[tumblr] Added support for HD video where available ( #7036 )
...
[tumblr] Replaced test URL for HD video as old one lead to 404
[tumblr] Don't make assumptions about video resolution, cleaner handling of no HD version available
[tumblr] Removed extraneous resolution key in HD video tests
9 years ago
Sergey M․
e759a00119
[appletrailers] Quotes consistency
9 years ago
Sergey M.
9d5332518c
Merge pull request #6963 from remitamine/appledaily
...
[nextmedia] update AppleDailyIE tests
9 years ago
Sergey M․
90ab741e90
[pbs] Add test for #7059
9 years ago
Sergey M․
96229998c2
[pbs] Allow empty attribute in player regex
9 years ago
Sergey M․
0659dfccfe
[pbs] Improve player regex ( Closes #7059 )
9 years ago
Sergey M․
9c544e2537
[limelight] Add test video with subtitles
9 years ago
Sergey M․
d7fc56318b
[limelight] Fix python 2.6, simplify, make more robust ( Closes #6734 )
9 years ago
Sergey M․
4bba371644
[YoutubeDL] Autocalculate ext for subtitles when missing
9 years ago
remitamine
ef5acfe32d
[limelight] Add new extractor
9 years ago
remitamine
30787f7259
[cspan] correct the clip info extraction
9 years ago
Sergey M.
85557f635a
Merge pull request #7052 from remitamine/engadget
...
[engadget] accept short video urls
9 years ago
Naglis Jonaitis
60d23e5e59
[tapely] Improve _VALID_URL
9 years ago
remitamine
97d5bfcba6
[engadget] accept short video urls
9 years ago
remitamine
c233e6bcc3
[nba] extract video info from xml feed
9 years ago
remitamine
28809ab07a
[nba] extract more formats
9 years ago
Yen Chi Hsuan
13118a50b8
[compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_size
...
Now the semantic of this function is identical to
shutil.get_terminal_size() in Python 3.3+. The new behavior also
corresponds to the old get_term_width(), which is removed in
003c69a84b
9 years ago
Yen Chi Hsuan
5495937f46
[options] Cleanup double spaces in help texts
9 years ago
remitamine
adccf33632
[ign] add support for pcmag and extract all formats and more metadata
9 years ago
Jaime Marquínez Ferrándiz
b203095d4c
[europa] Style fix: add whitespace after comma
9 years ago
Sergey M․
f3b098fb90
[europa] Add support for audio URLs
9 years ago
Sergey M․
af17794c65
[europa] Improve extraction
9 years ago
remitamine
8fc226ef99
[nba] extract all video formats and extract more info
9 years ago
ngld
3bb3f04108
[europa] Add new extractor
9 years ago
Sergey M․
59a9efe85b
[ruutu] Limit resolution split to 2 pieces ( Closes #7037 , closes #7042 )
9 years ago
fluks
0facd2af3e
Fix ruutu extractor bug
...
If there's no resolution attribute in xml, only width gets a
value, height doesn't and ValueError is raised.
9 years ago
Jaime Marquínez Ferrándiz
44451f22d5
[naver] Remove unused import
9 years ago
Sergey M․
06c6efa970
[videolecturesnet] Add test video with broken direct format links
9 years ago
Sergey M․
e5851b963a
[extractor/common] Make f4m extraction for SMIL non fatal
9 years ago
Sergey M․
4de6131090
[extractor/common] Add fatal to _extract_f4m_formats
9 years ago
Sergey M․
3a1341a7bc
[extractor/common] Make m3u8 extraction for SMIL non fatal
9 years ago
Sergey M․
c78e48177c
[extractor/common] Check validity of direct URLs
9 years ago
Sergey M․
6edaa0e25b
[videolecturesnet] Add playlist test
9 years ago
Sergey M․
fb97809e64
[videolecturesnet] Improve playlist extraction
9 years ago
Sergey M․
0c996b9f48
[videolecturesnet] Add support for playlists ( Closes #7031 )
9 years ago
Sergey M․
acfb717a18
[videolecturesnet] Use generic SMIL extraction
9 years ago
Sergey M․
647eab4541
[extractor/common] Extract upload date from SMIL
9 years ago
Sergey M․
1e5bcdec02
[extractor/common] Extract images from SMIL
9 years ago
Sergey M․
e7d8e98a9f
[extractor/common] Allow float bitrates
9 years ago
Sergey M․
2b3f951a2e
[nrktv] Rework subtitles and eliminate downloading twice
9 years ago
Joakim Fremstad
b83831df1f
[nrk] Spelling
9 years ago
Sergey M․
f540b93706
[naver] Improve error regex
9 years ago
Sergey M․
8466336104
[vk] Detect vimeo embeds ( Closes #7021 )
9 years ago
Sergey M․
ee2d190253
[nfl] Add test for #7012
9 years ago
remitamine
aedb930cfc
[nfl] fix content id regex( fixes #7012 )
9 years ago
Philipp Hagemeister
c596ce91cd
[comedycentral] Fix youtube-dl :thedailyshow
...
We'll let the generic IE follow the redirect and call back to us with the episode URL
9 years ago
remitamine
c01e1a96aa
[brightcove] fix test and fields extraction
9 years ago
Sergey M․
8a64969404
[adultswim] Prefer stream ( Closes #7015 )
9 years ago
Philipp Hagemeister
c254f75bbb
release 2015.09.28
9 years ago
Sergey M․
86692c019c
[keek] Strip title
9 years ago
Sergey M․
1ab1c4ef57
[keek] Improve uploader fields regexes
9 years ago
Sergey M․
926fb62eec
[keek] Remove description
...
Since it equals title plus static suffix
9 years ago
Sergey M․
817690ff73
[keek] Make uploader fields non fatal
9 years ago
remitamine
98e1c935a1
[keek] extract uploader and uploader id with _search_regex
9 years ago
remitamine
f30e9976d6
[keek] add utf-8 coding cookie
9 years ago
remitamine
80e98aed69
[keek] fix test title
9 years ago
remitamine
6a24cb3d22
[keek] extract more info
9 years ago
remitamine
e13b9e7885
[keek] fix info extraction
9 years ago
Sergey M․
dd467d33d0
[extractor/generic] Add support for condenast script embeds ( Closes #6885 , closes #6991 )
9 years ago
Sergey M․
c6b8f4d0c9
[condenast] Add support for JS embeds
9 years ago
Yen Chi Hsuan
95240b8093
Use `insert` for all sys.path manipulations
...
Closes #6867 .
9 years ago
Sergey M․
2f962d0a91
[eagleplatform] Use http scheme for thumbnail
9 years ago
Sergey M․
3c63e1bb57
[eagleplatform] Make _handle_error staticmethod
9 years ago
Sergey M․
c471b34575
[eagleplatform] Simplify secure mp4 construction and clarify rationale
9 years ago
remitamine
d045f0bdb7
[eagleplatform] use http urls explicitly
9 years ago
remitamine
22becac4bd
[eagleplatform] return the code to handle errors in all _download_json requests
9 years ago
remitamine
9d632b1b27
[eagleplatform] extract mp4 url and fix thumbnail url
9 years ago
Sergey M․
95c5e10103
[qqmusic] Allow [mm:ss] timestamps
9 years ago
Sergey M․
a5d09d684e
[qqmusic] Use release_date
9 years ago
Sergey M․
8aab976bbd
[extractor/common] Document release_date field
9 years ago
Sergey M․
cd1bb54990
[qqmusic] Add test for a song with non .lrc lyrics
9 years ago
Sergey M․
d4cd06138c
[qqmusic] Do not capture braced text from the middle of the string
9 years ago
Sergey M․
961c5cbf17
[qqmusic] Eliminate _filter_lrc and use single quotes
9 years ago
Qijiang Fan
b65e5bb72f
[qqmusic] Add subtitles for QQMusic
...
Use .lrc lyrics as subtitles if lyrics in lrc format exist.
9 years ago
Sergey M․
54914380c0
[bbc] Add test for programme that fails with iptv-all mediaset
9 years ago
Sergey M․
26ccc68bed
[bbc] Clarify iptv-all mediaset rationale
9 years ago
Sergey M․
ee3d5a6d47
[bbc] Skip mediaselection on gelocation error ( Closes #6983 )
9 years ago
Sergey M․
46fde8a1a2
[extractor/generic] Use _extract_url for mtvservices
9 years ago
Sergey M․
fe1d858e35
[mtvservices:embedded] Add _extract_url
9 years ago
Sergey M․
fc42bc6ec9
[mtv] Look for sm4:video:embed ( Closes #6936 , closes #6970 )
9 years ago
Yen Chi Hsuan
fe6ad195ae
Merge pull request #6966 from remitamine/kuwo
...
[kuwo] fix title extraction and update test
9 years ago
remitamine
7193650641
[kuwo] treat the offline error as an expected ExtractorError
9 years ago
remitamine
5db34f680f
[kuwo] check for the offline error page
9 years ago
remitamine
3706fb5dc8
[fktv] get format_id from video file ext
9 years ago
Jaime Marquínez Ferrándiz
4866b72eb2
[fktv] Don't redefine 'url' in list comprehension
...
Detected with flake8.
9 years ago
remitamine
3d09aa4c82
[kuwo] extract title inside element with class title exactly
9 years ago
remitamine
c44c7895b8
[kuwo] fix title extraction and update test
9 years ago
Yen Chi Hsuan
8de28761c4
[fktv] Fix a regex
9 years ago
Yen Chi Hsuan
711762f0b7
[fktv] Coding style
9 years ago
Yen Chi Hsuan
5773803961
[fktv] Correct thumbnail extraction and add the test
9 years ago
remitamine
6aeba407db
[jukebox] remove extractor and handle it using generic extractor
9 years ago
Yen Chi Hsuan
140359fc2c
[fktv] Correct and improve some regexs
9 years ago
Yen Chi Hsuan
8ddf48d59f
[fktv] Raise an error is no videos found
9 years ago
Yen Chi Hsuan
2e40a12225
[fktv] Correct spellings
9 years ago
Yen Chi Hsuan
dade7245af
Merge branch 'fktv' of https://github.com/remitamine/youtube-dl into remitamine-fktv
9 years ago
remitamine
1f9fb20fcd
[nextmedia] update AppleDailyIE tests
9 years ago
Sergey M․
0940c5b4c6
[condenast] Do not capture unused group in _VALID_URL
9 years ago
Sergey M․
42ca72dff3
[condenast] Keep acute accent
9 years ago
remitamine
2949a6cda9
[condenast] fix video info regex
9 years ago
remitamine
882fc9052e
[condenast] fix extraction and add support for other sites
9 years ago
Sergey M․
9b166fc1f8
[iconosquare] Extract comments
9 years ago
Sergey M․
d4364f30bd
[iconosquare] Revert title ( Closes #6954 )
9 years ago
remitamine
857421024d
[iconosquare] fix info extraction
9 years ago
atomic83
545a23f11b
More title extraction fixing.
9 years ago
remitamine
47024eb564
[hostingbulk] remove extractor
9 years ago
Sergey M․
9c58885c70
[nhl:news] Add support for iframe embeds ( Closes #6941 )
9 years ago
Sergey M․
9fbd4b35a2
[nhl] Add support for embedded URLs
9 years ago
Sergey M․
05b476a270
[vidme] Prefer non clip ( Closes #6924 )
9 years ago
Sergey M․
4395ca2e04
[xhamster] Fix title extraction ( Closes #6944 )
9 years ago
Yen Chi Hsuan
19f93d906e
[iqiyi] Use md5_text for all MD5 calls
9 years ago
Yen Chi Hsuan
57565375c8
[iqiyi] Fix extraction ( fixes #6878 )
9 years ago
Sergey M․
eb11cbe867
[soundcloud] Update client id ( Closes #6930 )
9 years ago
remitamine
53407e3f38
[brightcove] fix streaming_src extraction
9 years ago
remitamine
b306c439d7
[cnet] fix extraction and extract more formats
9 years ago
Sergey M․
f102819463
[downloader/hls] Pass http headers to downloader
9 years ago
Philipp Hagemeister
b942db3dc3
release 2015.09.22
9 years ago
Sergey M․
78f9fb902b
[9gag] Support embed URLs
9 years ago
Sergey M․
d8fef8faac
[9gag] Quotes consistency
9 years ago
Sergey M․
8ea6bd2802
[9gag] Add vimeo test
9 years ago
Sergey M․
c659022b5c
[9gag] Modernize
9 years ago
Sergey M․
8ca2e93e1a
[9gag] Relax optional fields
9 years ago
Sergey M․
5600e214c3
[9gag] Make post view regex more robust
9 years ago
Sergey M․
6400f8ec0f
[9gag] Allow old .tv domain
...
There are still references to it in webpage's source
9 years ago
Sergey M․
c3a4e2ec40
[9gag] Remove redundant test
9 years ago
Sergey M․
e28c794699
[9gag] Make display_id optional
9 years ago
remitamine
da9f180835
[ninegag] remove unnecessary condition
9 years ago
remitamine
6b8ce312e3
[ninegag] extract source url
9 years ago
remitamine
de3fc356e1
[ninegag] fix _VALID_URL regex and handle the use of other external providers
9 years ago
Sergey M․
d0fed4ac02
[viewster] Use tuple
9 years ago
Sergey M․
7ce50a355c
[viewster] Add geo restricted tests
9 years ago
Sergey M․
9612f23399
[viewster] Detect video geo restriction
9 years ago
Sergey M․
cccedc1aa4
[voewster] Detect series geo restriction
9 years ago
Sergey M․
c430802e32
[extractor/common] Add raise_geo_restricted
9 years ago
Sergey M․
cb4e421901
[voewster] Update tests
9 years ago
Sergey M․
8e97596b7b
[viewster] Extract height from bitrate and prefer mp4 videos
9 years ago
remitamine
92085e7099
[viewster] accept https links and fix api_token extraction and extract mp4 video link( fixes #6787 )
9 years ago
Sergey M․
c6aa838b51
[youtube:history] Enable exractor
9 years ago
Sergey M․
9f5e8d16b3
[youtube:history] Disable exractor
9 years ago
Sergey M․
82c06a40ac
Fix typo
9 years ago
Sergey M․
4423eba49b
[nfl] Add support for URLs without id ( Closes #6907 )
9 years ago
Sergey M․
5b4c54631a
[nfl] Add team domains ( #6907 )
9 years ago
Sergey M․
5a1a2e9454
[utils] Fix kwargs on old python 2 ( Closes #6905 )
9 years ago
Jaime Marquínez Ferrándiz
f005f96ea5
[youtube:history] Explain why it has disabled and skip test
9 years ago
Sergey M․
5e39123b3b
[arte:+7] Fix typo
9 years ago
Sergey M․
393ca8c94d
[arte:+7] Look for json vp url in iframe ( Closes #6895 )
9 years ago
Sergey M․
f817adc468
[youtube:history] Disable extractor until #6893 is investigated
...
Wiped out part of my history as well
9 years ago
Sergey M․
6c91a5a7f5
[extractor/generic] Fix following redirect in Refresh HTTP header on python 2
9 years ago
remitamine
5de5ab89b4
[shahid] change test ext
9 years ago
remitamine
1d67c96640
[shahid] fix api request url
9 years ago
Sergey M․
d1c694ea4a
[bbc] Switch extraction to hq iptv hls ( Closes #2732 , closes #3023 , closes #4828 , closes #6803 , closes #6855 )
9 years ago
Sergey M․
06368a232a
[playwire] Fix test
9 years ago
Jaime Marquínez Ferrándiz
8a7bbd1606
[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames ( fixes #6874 )
...
If the filename contains ':' it is interpreted as a protocol.
It also handles filenames starting with '-'.
9 years ago
Sergey M․
131d05033b
[ok] Skip test
9 years ago
Sergey M․
1806a75415
[ok] Capture error message
9 years ago
Sergey M․
659ffe204c
[divxstage] Remove extractor
...
DivxStage is offline for quite some time already
9 years ago
Sergey M․
4647fd8910
[telecinco] Fix typo
9 years ago
Sergey M․
d492dad8f4
[telecinco] Add support for mediaset.es
9 years ago
Sergey M․
3368d70dce
[mitele] Clarify IE_DESC
9 years ago
Sergey M․
0e1b2566ff
[telecinco] Clarify IE_DESC
9 years ago
Sergey M․
369e60162e
[telecinco] Update test
9 years ago
Sergey M․
d5e7657fe2
[telecinco] Add support or cuatro.com
9 years ago
Sergey M․
f84ce1ebaf
[mitele] Fix extraction ( Closes #6414 )
9 years ago
Sergey M․
12bc242944
[telecinco] Incorporate mitele code
9 years ago
Sergey M․
88060cce10
[rai] Add support for videos embedded with drawMediaRaiTV ( Closes #6866 )
9 years ago
Sergey M․
272e4db5c7
[pornhub] Relax _VALID_URL ( Closes #6868 )
9 years ago
Philipp Hagemeister
2b3c254678
[youtube:channel] Correct 404 handling
...
Previously, when we encountered a 404 - such as youtube-dl https://www.youtube.com/ohJeiboh8oorehai - we crashed with a regexp error. Instead, make sure to go on and eventually report a 404.
9 years ago
Philipp Hagemeister
287be8c615
[youtube:truncated_url] Add ?t=
...
Sometimes found in links - ?t=123&v=ABCD starts the video at position 123.
9 years ago
Philipp Hagemeister
953fed280f
[compat] Do not use unicode
...
If the code ever runs on 3.x, it would fail. Even if it never does, the unicode name confuses Python 3 code analysis tools.
9 years ago
Sergey M․
e2ff3df314
[clubic] Relax _VALID_URL ( Closes #6854 )
9 years ago
Sergey M․
c246773599
[nowness] Add vimeo test
9 years ago
Sergey M․
82c18e2a53
[nowness] Simplify
9 years ago
Sergey M․
d5d38d16ae
Merge branch 'nowness' of https://github.com/remitamine/youtube-dl into remitamine-nowness
9 years ago
Sergey M․
2ffe3bc14b
[ndr] Rework and cover with tests
9 years ago
Sergey M․
d5867276a9
Merge branch 'master' of github.com:rg3/youtube-dl into remitamine-ndr
9 years ago
Yen Chi Hsuan
f665ef8fc5
Merge remote-tracking branch 'upstream/master'
9 years ago
Yen Chi Hsuan
b264c21302
[tudou] Use single quotes and compat_str
9 years ago
Yen Chi Hsuan
349b3a2ea0
[tudou] Improve regexs
9 years ago
Yen Chi Hsuan
87813a8570
[tudou] Use _download_xml
9 years ago
Yen Chi Hsuan
aab135516b
[tudou] Avoid shadowing builtin names
9 years ago
Yen Chi Hsuan
141ba36996
[tudou] Modernize
9 years ago
Yen Chi Hsuan
94e507aea7
[tudou] A more comprehensive _VALID_URL
9 years ago
Sergey M․
3ebc121293
Merge branch 'ndr' of https://github.com/remitamine/youtube-dl into remitamine-ndr
9 years ago
Yen Chi Hsuan
41ebd6530b
[tudou] Add the test case ( #6273 )
9 years ago
Yen Chi Hsuan
2ec7b7b79b
Merge branch 'master' of https://github.com/linhua55/youtube-dl into linhua55-master
9 years ago
Sergey M․
60ed60353b
[openfilm] Remove extractor
...
OpenFilm has been shut down
9 years ago
Sergey M․
586f1cc532
[extractor/common] Skip html comment tags ( Closes #6822 )
9 years ago
Sergey M․
73eb13dfc7
[extractor/common] Case insensitive inputs extraction
9 years ago
remitamine
ed1269000f
[brightcove] add support for brightcove in page embed( fixes #6824 )
9 years ago
remitamine
689fb748ee
[utlis] add extract_attributes for extracting html tags attributes
9 years ago
Sergey M․
1721fef28b
[yahoo] Fix test
9 years ago
Sergey M․
364ca0582e
[yahoo] Process query result embedded in webpage
9 years ago
Sergey M․
133a2b4ac2
[downloader/hls] Properly close stream
9 years ago
Philipp Hagemeister
d85187eb74
release 2015.09.09
9 years ago
Sergey M․
cc1ac11017
[vier:videos] Fix extraction with old approach ( Closes #6806 )
9 years ago
Sergey M․
482aa3fecc
[vidme] Simplify, make more robust, extract more metadata and capture errors ( Closes #6812 )
9 years ago
Lukáš Lalinský
d9c19db340
Extract all vid.me formats
9 years ago
Sergey M.
6c4d243de5
Merge pull request #6804 from remitamine/xuite-tests
...
[xuite] fix test md5
9 years ago
remitamine
7b4137c351
[fktv] fix info extraction
9 years ago
remitamine
1072336249
[washingtonpost] fix test info
9 years ago
remitamine
75bb5c7028
[xuite] fix test md5
9 years ago
remitamine
376e1ad081
[ndr] use utils.qualites
9 years ago
remitamine
b58a22b963
[ndr] make NDREmbed and NJoyEmbed _VALID_URL regex unique
9 years ago
Sergey M․
47004d9579
[crunchyroll] Fix uploader and upload date extraction
9 years ago
Sergey M․
12810c9cd3
[crunchyroll] Force Accept-Language to any for all requests ( Closes #6797 )
9 years ago
Sergey M․
7a459170fa
[__init__] Remove musicvault
9 years ago
Sergey M.
3cf0df568a
Merge pull request #6791 from remitamine/musicvault
...
[musicvault] remove extractor
9 years ago
remitamine
b88ebd472e
[musicvault] remove extractor
9 years ago
remitamine
436416afe2
[tele13] skip test
9 years ago
remitamine
64997815c4
[ndr] add support for embeds
9 years ago
remitamine
8b55cadc83
[canal13cl] fix info extraction
9 years ago
remitamine
b1b7d1ffba
[wimp] fix tests info
9 years ago
Jaime Marquínez Ferrándiz
4003bd82b0
[youtube:shows] Use https
9 years ago
remitamine
8801255d7d
[youtube] fix show extraction ( fixes #4841 )
...
Closes #6782 )
9 years ago
remitamine
3b18f539a7
[ndr] fix info extraction
9 years ago
Yen Chi Hsuan
bc973e06d0
Merge pull request #6783 from remitamine/yahoo-tests
...
[yahoo] change test md5 checksum
9 years ago
remitamine
cf33a47df0
[ajazzera] skip test
9 years ago
remitamine
daeb0f04cd
[yahoo] change test md5 checksum
9 years ago
Sergey M․
97243fe395
[ceskatelevize] Extract playlists ( Closes #6772 )
9 years ago
Sergey M․
9dbdb65abe
[techtvmit] Update test
9 years ago
Sergey M․
9af461de35
[techtvmit] Fix extraction
9 years ago
Sergey M.
4d71e200c6
Merge pull request #6774 from remitamine/academicearth
...
[academicearth] fix test info
9 years ago
Sergey M.
8e0bdabed2
Merge pull request #6773 from remitamine/airmozilla
...
[airmozilla] fix test info
9 years ago
Sergey M․
bca553caac
[eagleplatform] Fix extraction
9 years ago
remitamine
a2f42a3baf
[academicearth] fix test info
9 years ago
remitamine
7465222a9c
[airmozilla] fix test info
9 years ago
Sergey M․
e28034c5ac
[utils] Comment cookie processing until result from travis and some more testing
9 years ago
Sergey M․
12bbd32ad0
[kuwo:singer] Skip test
9 years ago
Sergey M․
266e466ee4
[utils] Simplify cookie processor
9 years ago
Sergey M․
cf83f532ae
[niconico] Use encode_dict
9 years ago
Sergey M․
cd019668dc
[niconico] Use encode_dict
9 years ago
Sergey M․
515fc8776f
[youtube] Use encode_dict
9 years ago
Sergey M․
c7c0996d8c
[gorillavid] Add test for filehoot.com ( Closes #6771 )
9 years ago
Sergey M․
b3e64671cc
[gorillavid] Improve title
9 years ago
Sergey M․
4abe214499
[gorillavid] Encode fields
9 years ago
Sergey M․
e94cb5ae7e
[gorillavid] Add support for filehoot.com
9 years ago
Sergey M․
e213c98df1
[gorillavid] Build correct URL
9 years ago
Sergey M․
1639282434
[utils] Add encode_dict
9 years ago
Sergey M․
be0e5dbd83
[extractor/common] Extract submit inputs
9 years ago
Sergey M․
ad72917274
[utils] Add issue URL in comment for #6457
9 years ago
Sergey M․
6a3f4c3f82
[YoutubeDL] Use custom cookie processor
9 years ago
Sergey M․
a6420bf50c
[utils] Add cookie processor for cookie correction ( Closes #6769 )
9 years ago
Sergey M․
eb387896e9
[adultswim] Fix extraction on python 2.6
9 years ago
remitamine
f43c163158
[nowness] pass cinematique
9 years ago
remitamine
673bf566fc
[nowness] more api abstraction
9 years ago
remitamine
f95c5e1218
[nowness] change id variable name
9 years ago