Déstin Reed
dcdb292fdd
Unify coding cookie
2016-10-03 23:44:29 +07:00
Sergey M․
7518a61d41
[soundcloud] Fix typo in playlist base class name
2016-09-24 19:29:49 +07:00
Sergey M․
8e45e1cc4d
[soundcloud] Generalize playlist entries extraction ( #10733 )
2016-09-24 19:18:01 +07:00
Sergey M․
24628cf7db
[soundcloud:playlist] Provide video id for playlist entries ( Closes #10733 )
2016-09-24 02:01:01 +07:00
Sergey M․
f62a77b99a
[soundcloud] Modernize
2016-09-20 21:56:57 +07:00
coolsa
4bfd294e2f
[soundcloud] Extract license metadata
2016-09-20 21:56:57 +07:00
Sergey M․
f7043ef39c
[soundcloud] Fix _VALID_URL clashes with sets ( Closes #10505 )
2016-08-31 01:56:15 +07:00
Sergey M․
fbdf8d15d1
[soundcloud] Add _extract_urls ( #10179 )
2016-07-28 22:16:05 +07:00
Sergey M․
6e6bc8dae5
Use urlencode_postdata across the codebase
2016-03-26 02:19:24 +06:00
Sergey M․
15707c7e02
[compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
...
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode
Closes #8974
2016-03-26 01:46:57 +06:00
Sergey M․
611c1dd96e
[refactor] Single quotes consistency
2016-02-14 15:37:17 +06:00
Sergey M․
97afd99a18
[soundcloud:likes] Adapt to API changes ( Closes #8166 )
2016-01-08 01:54:31 +06:00
Sergey M․
a3372437bf
[soundcloud] Remove unused variable
2015-11-22 00:49:58 +06:00
Sergey M․
f6c903e708
[soundcloud:search] Simplify ( Closes #7213 )
2015-11-21 21:21:21 +06:00
Sergey M․
7dc011c063
[soundcloud:search] Remove no track results message
2015-11-21 21:00:42 +06:00
Sergey M․
4e3b303016
[soundcloud:search] Fix non-ASCII searches
2015-11-21 20:55:48 +06:00
Sergey M․
7e3472758b
[soundcloud:search] PEP 8
2015-11-21 20:04:35 +06:00
reiv
328a22e175
[soundcloud] Remove limit on search results
2015-11-21 19:41:36 +06:00
reiv
417b453699
[soundcloud] Use correct error message conventions
2015-11-21 19:41:31 +06:00
reiv
6ea7190a3e
Rewrite as list comprehension.
2015-11-21 19:41:26 +06:00
reiv
b54b08c91b
Simplify with itertools.islice().
2015-11-21 19:41:19 +06:00
reiv
c30943b1c0
Fix some compatibility issues, cleanup.
2015-11-21 19:41:15 +06:00
reiv
2abf7cab80
[soundcloud] Add Soundcloud search extractor
2015-11-21 19:41:08 +06:00
Sergey M․
eb11cbe867
[soundcloud] Update client id ( Closes #6930 )
2015-09-23 19:54:40 +06:00
Sergey M․
66ce97024d
[soundcloud:user] Update tests
2015-08-22 06:30:00 +06:00
Sergey M․
16a089780e
[soundcloud] Clean up _VALID_URLs
2015-08-01 03:50:03 +06:00
Sergey M․
80fb6d4aa4
[soundcloud:user] Rework extractor ( Closes #6399 )
2015-07-31 00:54:26 +06:00
Sergey M․
40a2d17052
[soundcloud:playlist] Defer download link resolve
2015-07-25 15:48:44 +06:00
Sergey M․
b14fa8e687
[soundcloud:set] Defer download link resolve ( Closes #6354 )
2015-07-25 15:47:53 +06:00
Sergey M․
03b9c94437
[soundcloud:user] Add test
2015-06-24 20:49:22 +06:00
Sergey M․
a219d175c6
[soundcloud] Improve _VALID_URL
...
Do not takeover soundcloud:user URLs
2015-06-24 20:48:57 +06:00
Sergey M․
1ae72fb23d
[soundcloud:user] Defer download link resolve ( Closes #5248 )
...
Looks like final download links can expire before downloading process reach them. So, resolving download links right before actual downloading.
2015-05-14 22:28:42 +06:00
Jaime Marquínez Ferrándiz
214e74bf6f
[soundcloud] Raise an error instead of calling 'report_error'
2015-04-17 19:24:30 +02:00
Jaime Marquínez Ferrándiz
024ebb2706
[soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ( fixes #5453 )
2015-04-17 10:46:25 +02:00
Sergey M․
c808ef81bb
[soundcloud:set:user] Support mobile URLs ( Closes #5323 )
2015-03-30 21:03:38 +06:00
Sergey M․
295df4edb9
[soundcloud] Fix glitches ( #5101 )
2015-03-02 22:47:07 +06:00
Sergey M․
562ceab13d
[soundcloud] Check direct links validity ( Closes #5101 )
2015-03-02 22:39:32 +06:00
Philipp Hagemeister
a9551e9020
[soundcloud:set] Fix test definition
2015-02-01 15:24:38 +01:00
Philipp Hagemeister
1cc79574fc
Fix imports and general cleanup
...
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
2014-12-13 12:35:45 +01:00
Tithen-Firion
0403b06985
[soundcloud] Improve_VALID_URL
...
Add support for links from Audiomack
2014-12-04 00:42:01 +01:00
Philipp Hagemeister
b74e86f48a
Fix all PEP8 issues except E501
2014-11-23 22:21:46 +01:00
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
2014-11-23 21:39:15 +01:00
Jouke Waleson
8bcc875676
PEP8: more applied
2014-11-23 21:20:46 +01:00
Jouke Waleson
5f6a1245ff
PEP8 applied
2014-11-23 20:41:03 +01:00
Jaime Marquínez Ferrándiz
579657ad87
[soundcloud] Set the 'webpage_url' field for each track
...
For playlists, YoutubeDL would set it to the playlist url.
2014-10-26 19:08:36 +01:00
Jaime Marquínez Ferrándiz
0eb9fb9f24
[soundcloud] Modernize and fix tests
2014-10-25 22:32:01 +02:00
Philipp Hagemeister
46f74bcf5c
[soundcloud] Fix non-secret playlists
2014-09-18 18:57:04 +02:00
dequis
2f834e9381
[soundcloud] Secret playlists and sets
...
Closes #3707 again.
No test cases because I don't know what urls to use that won't be turned
into public eventually (as it happened with the first one in that
ticket)
2014-09-18 06:35:11 -03:00
dequis
9296738f20
[soundcloud] Support api urls with secret_token, Closes #3707
2014-09-18 03:02:03 -03:00
Philipp Hagemeister
22a6f15061
Move playlist tests to extractors.
...
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-08-28 00:58:24 +02:00